Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tinyxml2: update to 9.0.0
@ 2021-06-29 22:14 FollieHiyuki
  2021-06-29 22:29 ` FollieHiyuki
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-06-29 22:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]

There is a new pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages tinyxml2-update
https://github.com/void-linux/void-packages/pull/31716

tinyxml2: update to 9.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tinyxml2-update-31716.patch --]
[-- Type: text/x-diff, Size: 1607 bytes --]

From bd34ea1553f9126c12e2daf3cf46dae51b977b74 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 30 Jun 2021 01:12:54 +0300
Subject: [PATCH] tinyxml2: update to 9.0.0

---
 common/shlibs             | 2 +-
 srcpkgs/tinyxml2/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8a7eef8df8c3..4f46b676b7cc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1202,7 +1202,7 @@ libgranite.so.5 granite-0.5.0_1
 libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
 librlog.so.5 librlog-1.4_1
 libtinyxml.so.0 tinyxml-2.6.2_1
-libtinyxml2.so.8 tinyxml2-8.0.0_1
+libtinyxml2.so.9 tinyxml2-9.0.0_1
 libbluray.so.2 libbluray-1.0.0_1
 libnfs.so.13 libnfs-4.0.0_1
 libzip.so.5 libzip-1.7.3_2
diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template
index 04bfaab29f9d..c5e749aecd4f 100644
--- a/srcpkgs/tinyxml2/template
+++ b/srcpkgs/tinyxml2/template
@@ -1,14 +1,15 @@
 # Template file for 'tinyxml2'
 pkgname=tinyxml2
-version=8.0.0
+version=9.0.0
 revision=1
 build_style=cmake
+configure_args="-Dtinyxml2_SHARED_LIBS=true"
 short_desc="Simple, small and efficient C++ XML parser"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.grinninglizard.com/tinyxml2/index.html"
 distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
-checksum=6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c
+checksum=cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c
 
 tinyxml2-devel_package() {
 	depends="tinyxml2-${version}_${revision}"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: tinyxml2: update to 9.0.0
  2021-06-29 22:14 [PR PATCH] tinyxml2: update to 9.0.0 FollieHiyuki
@ 2021-06-29 22:29 ` FollieHiyuki
  2021-06-29 22:55 ` FollieHiyuki
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-06-29 22:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/31716#issuecomment-870961424

Comment:
The check only complains about the source code containing a tab, so nothing to be worried about.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: tinyxml2: update to 9.0.0
  2021-06-29 22:14 [PR PATCH] tinyxml2: update to 9.0.0 FollieHiyuki
  2021-06-29 22:29 ` FollieHiyuki
@ 2021-06-29 22:55 ` FollieHiyuki
  2021-07-01  4:32 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-06-29 22:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/31716#issuecomment-870961424

Comment:
The check only complains about the source code containing a tab, so nothing to be worried about.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: tinyxml2: update to 9.0.0
  2021-06-29 22:14 [PR PATCH] tinyxml2: update to 9.0.0 FollieHiyuki
  2021-06-29 22:29 ` FollieHiyuki
  2021-06-29 22:55 ` FollieHiyuki
@ 2021-07-01  4:32 ` ericonr
  2021-07-01 19:23 ` [PR PATCH] [Updated] " FollieHiyuki
  2021-07-03  2:52 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-01  4:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31716#issuecomment-871909350

Comment:
> LGOGDownloader-3.7_5: broken, unresolvable shlib `libtinyxml2.so.8'

Missing a revbump.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] tinyxml2: update to 9.0.0
  2021-06-29 22:14 [PR PATCH] tinyxml2: update to 9.0.0 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-07-01  4:32 ` ericonr
@ 2021-07-01 19:23 ` FollieHiyuki
  2021-07-03  2:52 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-07-01 19:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages tinyxml2-update
https://github.com/void-linux/void-packages/pull/31716

tinyxml2: update to 9.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31716.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tinyxml2-update-31716.patch --]
[-- Type: text/x-diff, Size: 3095 bytes --]

From cdca01c999dbbd8ad2d21b1575847a028f965315 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 30 Jun 2021 01:12:54 +0300
Subject: [PATCH 1/3] tinyxml2: update to 9.0.0

---
 common/shlibs             | 2 +-
 srcpkgs/tinyxml2/template | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 8a7eef8df8c3..4f46b676b7cc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1202,7 +1202,7 @@ libgranite.so.5 granite-0.5.0_1
 libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
 librlog.so.5 librlog-1.4_1
 libtinyxml.so.0 tinyxml-2.6.2_1
-libtinyxml2.so.8 tinyxml2-8.0.0_1
+libtinyxml2.so.9 tinyxml2-9.0.0_1
 libbluray.so.2 libbluray-1.0.0_1
 libnfs.so.13 libnfs-4.0.0_1
 libzip.so.5 libzip-1.7.3_2
diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template
index 04bfaab29f9d..c5e749aecd4f 100644
--- a/srcpkgs/tinyxml2/template
+++ b/srcpkgs/tinyxml2/template
@@ -1,14 +1,15 @@
 # Template file for 'tinyxml2'
 pkgname=tinyxml2
-version=8.0.0
+version=9.0.0
 revision=1
 build_style=cmake
+configure_args="-Dtinyxml2_SHARED_LIBS=true"
 short_desc="Simple, small and efficient C++ XML parser"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.grinninglizard.com/tinyxml2/index.html"
 distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
-checksum=6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c
+checksum=cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c
 
 tinyxml2-devel_package() {
 	depends="tinyxml2-${version}_${revision}"

From f0a1507f48cca429208f11b195f4c56b89b55ad4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 1 Jul 2021 22:20:29 +0300
Subject: [PATCH 2/3] LGOGDownloader: revbump for libtinyxml2

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index a17a764df38d..6e495a875b5b 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.7
-revision=5
+revision=6
 wrksrc="lgogdownloader-${version}"
 build_style=cmake
 hostmakedepends="pkg-config"

From 4543be3e43144c5136bae0a42192b1b5da85d83a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 1 Jul 2021 22:21:52 +0300
Subject: [PATCH 3/3] kodi-addon-pvr-zattoo: revbump for libtinyxml2

---
 srcpkgs/kodi-addon-pvr-zattoo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-addon-pvr-zattoo/template b/srcpkgs/kodi-addon-pvr-zattoo/template
index 3851b0dddaca..79ebdc6c30a5 100644
--- a/srcpkgs/kodi-addon-pvr-zattoo/template
+++ b/srcpkgs/kodi-addon-pvr-zattoo/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-addon-pvr-zattoo'
 pkgname=kodi-addon-pvr-zattoo
 version=19.7.8.1
-revision=2
+revision=3
 _kodi_release=Matrix
 wrksrc="pvr.zattoo-${version}-${_kodi_release}"
 build_style=cmake

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: tinyxml2: update to 9.0.0
  2021-06-29 22:14 [PR PATCH] tinyxml2: update to 9.0.0 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-07-01 19:23 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-07-03  2:52 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-03  2:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1410 bytes --]

There's a merged pull request on the void-packages repository

tinyxml2: update to 9.0.0
https://github.com/void-linux/void-packages/pull/31716

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-03  2:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 22:14 [PR PATCH] tinyxml2: update to 9.0.0 FollieHiyuki
2021-06-29 22:29 ` FollieHiyuki
2021-06-29 22:55 ` FollieHiyuki
2021-07-01  4:32 ` ericonr
2021-07-01 19:23 ` [PR PATCH] [Updated] " FollieHiyuki
2021-07-03  2:52 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).