Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libplist: update to 2.3.0.
@ 2023-12-02  0:51 mhmdanas
  2024-02-14 11:02 ` [PR PATCH] [Closed]: " mhmdanas
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-12-02  0:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libplist-2.3.0
https://github.com/void-linux/void-packages/pull/47531

libplist: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NOT YET**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/47531.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libplist-2.3.0-47531.patch --]
[-- Type: text/x-diff, Size: 8852 bytes --]

From 03a3f1ed8cb0542270ea6c5f715533b714291611 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:12 +0000
Subject: [PATCH 01/10] libplist: update to 2.3.0.

---
 common/shlibs             |  4 ++--
 srcpkgs/libplist/template | 14 ++++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 90018a5616f86..d88571a806d03 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1014,8 +1014,8 @@ libisc-9.16.22.so bind-libs-9.16.22_1
 libisccc-9.16.22.so bind-libs-9.16.22_1
 libisccfg-9.16.22.so bind-libs-9.16.22_1
 libns-9.16.22.so bind-libs-9.16.22_1
-libplist-2.0.so.3 libplist-2.2.0_1
-libplist++-2.0.so.3 libplist++-2.2.0_1
+libplist-2.0.so.4 libplist-2.3.0_1
+libplist++-2.0.so.4 libplist++-2.3.0_1
 libnsbmp.so.0 libnsbmp-0.0.3_1
 libnsgif.so.0 libnsgif-0.0.3_1
 libparserutils.so.0 libparserutils-0.1.1_1
diff --git a/srcpkgs/libplist/template b/srcpkgs/libplist/template
index e9ea27c298126..33bcbacb22631 100644
--- a/srcpkgs/libplist/template
+++ b/srcpkgs/libplist/template
@@ -1,7 +1,7 @@
 # Template file for 'libplist'
 pkgname=libplist
-version=2.2.0
-revision=4
+version=2.3.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake libtool pkgconf python3 python3-Cython"
@@ -11,21 +11,19 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://libimobiledevice.org"
 changelog="https://raw.githubusercontent.com/libimobiledevice/libplist/master/NEWS"
-distfiles="https://github.com/libimobiledevice/libplist/archive/${version}.tar.gz"
-checksum=7e654bdd5d8b96f03240227ed09057377f06ebad08e1c37d0cfa2abe6ba0cee2
+distfiles="https://github.com/libimobiledevice/libplist/releases/download/${version}/libplist-${version}.tar.bz2"
+checksum=4e8580d3f39d3dfa13cefab1a13f39ea85c4b0202e9305c5c8f63818182cac61
 
 pre_configure() {
-	sed -i 's,-L$(libdir),,g' cython/Makefile.am
 	export PYTHON_CPPFLAGS=" -I${XBPS_CROSS_BASE}/${py3_inc}"
 	export PYTHON_LDFLAGS=" -L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}"
 	autoreconf -fi
-	sed -i "s#\$PYTHON-config#__DOES_NOT_EXIST__#" configure
 }
 
 libplist++_package() {
 	short_desc+=" - C++ runtime library"
 	pkg_install() {
-		vmove usr/lib/libplist++*.so.*
+		vmove "usr/lib/libplist++*.so.*"
 	}
 }
 
@@ -43,6 +41,6 @@ libplist-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 	}
 }

From 2604fa52c2979bcab65ef4b4420b2e48eccaa4a0 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:23 +0000
Subject: [PATCH 02/10] gvfs: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template
index 851d2416d931a..507872cae34ec 100644
--- a/srcpkgs/gvfs/template
+++ b/srcpkgs/gvfs/template
@@ -1,7 +1,7 @@
 # Template file for 'gvfs'
 pkgname=gvfs
 version=1.50.6
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no -Dlogind=false
  -Dman=true"

From c5a343eb1028bfbf661a5b7f495129481cce8dac Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:23 +0000
Subject: [PATCH 03/10] ideviceinstaller: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/ideviceinstaller/template b/srcpkgs/ideviceinstaller/template
index d0466f375bc33..74895c545a987 100644
--- a/srcpkgs/ideviceinstaller/template
+++ b/srcpkgs/ideviceinstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'ideviceinstaller'
 pkgname=ideviceinstaller
 version=1.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libimobiledevice-devel libplist-devel libzip-devel"

From 7c55d0bdc134b3e24bcf4385be24caaadbc8d5f7 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:23 +0000
Subject: [PATCH 04/10] ifuse: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/ifuse/template b/srcpkgs/ifuse/template
index 95c48dbe8cd12..5151c3d51219c 100644
--- a/srcpkgs/ifuse/template
+++ b/srcpkgs/ifuse/template
@@ -1,7 +1,7 @@
 # Template file for 'ifuse'
 pkgname=ifuse
 version=1.1.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config automake"
 makedepends="fuse-devel libimobiledevice-devel"

From 642c79d5d8b61b249ba5d8780d6e00cfabd6b519 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:24 +0000
Subject: [PATCH 05/10] kodi: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index aa59324258a0d..f69cb82ead12b 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=19.4
-revision=9
+revision=10
 _codename="Matrix"
 build_style=cmake
 configure_args="-DWITH_FFMPEG=/usr -DENABLE_LDGOLD=OFF

From 8d098446caa3d64a58fda7633e361e61234e9e2e Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:24 +0000
Subject: [PATCH 06/10] libgpod: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/libgpod/template b/srcpkgs/libgpod/template
index 2fe5fa4da1080..efeac891ed211 100644
--- a/srcpkgs/libgpod/template
+++ b/srcpkgs/libgpod/template
@@ -1,7 +1,7 @@
 # Template file for 'libgpod'
 pkgname=libgpod
 version=0.8.3
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--with-udev-dir=/usr/lib/udev --enable-udev"
 hostmakedepends="intltool pkg-config automake gettext-devel glib-devel libtool gtk-doc"

From db5cf30c4eed126109c3056b1591045b44351742 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:24 +0000
Subject: [PATCH 07/10] libimobiledevice: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index d7021ccaaf8e9..07a875800c47b 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.3.0
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython0.29"
 makedepends="python3-devel libglib-devel openssl-devel

From bb297e646e9d46e0f80c32279b862eed4b350e35 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:24 +0000
Subject: [PATCH 08/10] libusbmuxd: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/libusbmuxd/template b/srcpkgs/libusbmuxd/template
index e3ae03e51b9c1..e521967ed70cf 100644
--- a/srcpkgs/libusbmuxd/template
+++ b/srcpkgs/libusbmuxd/template
@@ -1,7 +1,7 @@
 # Template file for 'libusbmuxd'
 pkgname=libusbmuxd
 version=2.0.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libusb-devel libplist-devel"

From 6c6a6459671456f5d00fc0f0f235e75f6e4f51cd Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:24 +0000
Subject: [PATCH 09/10] upower: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/upower/template b/srcpkgs/upower/template
index 1e1eafabab692..b7204b03f4a3b 100644
--- a/srcpkgs/upower/template
+++ b/srcpkgs/upower/template
@@ -1,7 +1,7 @@
 # Template file for 'upower'
 pkgname=upower
 version=1.90.1
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 configure_args="-Dos_backend=linux -Dsystemdsystemunitdir=no

From c2900457164585ca070011b04cce5df18dc97a66 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 2 Dec 2023 00:50:24 +0000
Subject: [PATCH 10/10] usbmuxd: revbump for libplist-2.3.0.

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

diff --git a/srcpkgs/usbmuxd/template b/srcpkgs/usbmuxd/template
index 7d0e781dffe4f..585633d107b00 100644
--- a/srcpkgs/usbmuxd/template
+++ b/srcpkgs/usbmuxd/template
@@ -1,7 +1,7 @@
 # Template file for 'usbmuxd'
 pkgname=usbmuxd
 version=1.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-systemd"
 make_dirs="/var/lib/lockdown 0755 usbmux usbmux"

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

* Re: [PR PATCH] [Closed]: libplist: update to 2.3.0.
  2023-12-02  0:51 [PR PATCH] libplist: update to 2.3.0 mhmdanas
@ 2024-02-14 11:02 ` mhmdanas
  0 siblings, 0 replies; 2+ messages in thread
From: mhmdanas @ 2024-02-14 11:02 UTC (permalink / raw)
  To: ml

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

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

libplist: update to 2.3.0.
https://github.com/void-linux/void-packages/pull/47531

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NOT YET**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 2+ messages in thread

end of thread, other threads:[~2024-02-14 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-02  0:51 [PR PATCH] libplist: update to 2.3.0 mhmdanas
2024-02-14 11:02 ` [PR PATCH] [Closed]: " mhmdanas

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).