From dbb62dff575ebe1fa4d6764489b154b02c8d4864 Mon Sep 17 00:00:00 2001 From: Rina Spinne Date: Mon, 23 May 2022 00:30:25 -0500 Subject: [PATCH 1/5] libnfs: Update to 5.0.1 --- common/shlibs | 2 +- srcpkgs/libnfs/patches/fix-musl.patch | 6 +++--- srcpkgs/libnfs/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 8231f48d36a3..a7540ef7b2db 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1199,7 +1199,7 @@ librlog.so.5 librlog-1.4_1 libtinyxml.so.0 tinyxml-2.6.2_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 +libnfs.so.14 libnfs-5.0.1_1 libzip.so.5 libzip-1.7.3_2 libluajit-5.1.so.2 LuaJIT-2.0.0_1 libOSMesa.so.8 libOSMesa-9.1_1 diff --git a/srcpkgs/libnfs/patches/fix-musl.patch b/srcpkgs/libnfs/patches/fix-musl.patch index 18a3657c649c..6d599b49e431 100644 --- a/srcpkgs/libnfs/patches/fix-musl.patch +++ b/srcpkgs/libnfs/patches/fix-musl.patch @@ -1,10 +1,10 @@ --- a/include/nfsc/libnfs.h +++ b/include/nfsc/libnfs.h -@@ -24,6 +24,7 @@ - #define _LIBNFS_H_ +@@ -28,6 +28,7 @@ + #endif #include +#include - #if defined(__ANDROID__) || defined(AROS) \ + #if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \ || ( defined(__APPLE__) && defined(__MACH__) ) #include diff --git a/srcpkgs/libnfs/template b/srcpkgs/libnfs/template index f1e27dd15f57..1946fdceb307 100644 --- a/srcpkgs/libnfs/template +++ b/srcpkgs/libnfs/template @@ -1,6 +1,6 @@ # Template file for 'libnfs' pkgname=libnfs -version=4.0.0 +version=5.0.1 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure @@ -10,7 +10,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://github.com/sahlberg/libnfs" distfiles="https://github.com/sahlberg/libnfs/archive/${pkgname}-${version}.tar.gz" -checksum=6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d +checksum=7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8 pre_configure() { autoreconf -fi From b003dba022550bfeaab28ac6ee0bf4d67a38909d Mon Sep 17 00:00:00 2001 From: Rina Spinne Date: Sat, 25 Jun 2022 17:36:30 -0500 Subject: [PATCH 2/5] mpd: rebuild for libnfs-5.0.1 --- srcpkgs/mpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template index 7249957f2113..bf6aa8c73770 100644 --- a/srcpkgs/mpd/template +++ b/srcpkgs/mpd/template @@ -1,7 +1,7 @@ # Template file for 'mpd' pkgname=mpd version=0.23.7 -revision=2 +revision=3 build_style=meson configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled From 29be9445e9ed85492d122ec4a434cd9f9133283d Mon Sep 17 00:00:00 2001 From: Rina Spinne Date: Sat, 25 Jun 2022 17:36:51 -0500 Subject: [PATCH 3/5] kodi: rebuild for libnfs-5.0.1 --- srcpkgs/kodi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index b4eeacdab624..d3e9a13afdd5 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -1,7 +1,7 @@ # Template file for 'kodi' pkgname=kodi version=19.4 -revision=2 +revision=3 _codename="Matrix" wrksrc="xbmc-${version}-${_codename}" build_style=cmake From 157e3c721ab5370de4ba8c12b96817fd5819eaf3 Mon Sep 17 00:00:00 2001 From: Rina Spinne Date: Sat, 25 Jun 2022 17:37:21 -0500 Subject: [PATCH 4/5] gvfs: rebuild for libnfs-5.0.1 --- srcpkgs/gvfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template index 71be065310ef..6adb51e279bd 100644 --- a/srcpkgs/gvfs/template +++ b/srcpkgs/gvfs/template @@ -1,7 +1,7 @@ # Template file for 'gvfs' pkgname=gvfs version=1.48.1 -revision=1 +revision=2 build_style=meson configure_args="-Dsystemduserunitdir=no -Dtmpfilesdir=no -Dlogind=false -Dman=true" From 236fc50eb05e342ad2255504d313342d41131fb8 Mon Sep 17 00:00:00 2001 From: Rina Spinne Date: Sat, 25 Jun 2022 17:37:40 -0500 Subject: [PATCH 5/5] qemu: rebuild for libnfs-5.0.1 --- srcpkgs/qemu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index 17655fdbdda8..042ba79299e1 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -2,7 +2,7 @@ # This package should be updated together with qemu-user-static pkgname=qemu version=6.2.0 -revision=2 +revision=3 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie