Github messages for voidlinux
 help / color / mirror / Atom feed
From: FollieHiyuki <FollieHiyuki@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] tinyxml2: update to 9.0.0
Date: Thu, 01 Jul 2021 21:23:02 +0200	[thread overview]
Message-ID: <20210701192302.v8waElqAA2gdb-QAEWBBsQMB6tjcQn9_FzANr9YxIwg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31716@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2021-07-01 19:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29 22:14 [PR PATCH] " FollieHiyuki
2021-06-29 22:29 ` FollieHiyuki
2021-06-29 22:55 ` FollieHiyuki
2021-07-01  4:32 ` ericonr
2021-07-01 19:23 ` FollieHiyuki [this message]
2021-07-03  2:52 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210701192302.v8waElqAA2gdb-QAEWBBsQMB6tjcQn9_FzANr9YxIwg@z \
    --to=folliehiyuki@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).