From 4b42f46d194337d4ba22809601f885881cd0f3ff Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 9 Nov 2020 14:55:06 -0600 Subject: [PATCH 1/4] kodi: libcec revbump --- srcpkgs/kodi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index 25d0000846c..4929c131cb8 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -1,7 +1,7 @@ # Template file for 'kodi' pkgname=kodi version=18.9 -revision=2 +revision=3 _codename="Leia" wrksrc="xbmc-${version}-${_codename}" build_style=cmake From c4ee7e3a0270d7741d634dad2e34f98b69f17d6f Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 9 Nov 2020 14:58:48 -0600 Subject: [PATCH 2/4] plex-media-player: libecec revbump --- srcpkgs/plex-media-player/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template index 8432c27fdb0..9704d150d25 100644 --- a/srcpkgs/plex-media-player/template +++ b/srcpkgs/plex-media-player/template @@ -1,7 +1,7 @@ # Template file for 'plex-media-player' pkgname=plex-media-player version=2.58.0 -revision=1 +revision=2 _verbuild=1076 _commit_rev=38e019da # See CMakeModules/WebClient.cmake From 6e695b72b33415a43ad7bec35ca893a22857a506 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 9 Nov 2020 13:23:35 -0600 Subject: [PATCH 3/4] libcec: update to 6.0.2 --- common/shlibs | 2 +- srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++-------- srcpkgs/libcec/template | 14 +++++++------- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/common/shlibs b/common/shlibs index 12ade7a11ac..91863f838a3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1 libwiringPi.so libwiringPi-0.0.20200408_1 libwiringPiDev.so libwiringPi-0.0.20200408_1 liblockdev.so.1 lockdev-1.0.3_1 -libcec.so.4 libcec-4.0.2_1 +libcec.so.6 libcec-6.0.2_1 librump.so.0 netbsd-rumpkernel-20140526_3 librumpvfs.so.0 netbsd-rumpkernel-20140526_3 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3 diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch index 03017bb32bc..0aeea0b071a 100644 --- a/srcpkgs/libcec/patches/no-fqdn.patch +++ b/srcpkgs/libcec/patches/no-fqdn.patch @@ -1,11 +1,13 @@ ---- src/libcec/cmake/SetBuildInfo.cmake.orig 2015-07-22 12:50:52.632027301 +0200 -+++ src/libcec/cmake/SetBuildInfo.cmake 2015-07-22 12:51:05.703027767 +0200 -@@ -45,7 +45,7 @@ else() +diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake +index 3402f9f..b121361 100644 +--- src/libcec/cmake/SetBuildInfo.cmake ++++ src/libcec/cmake/SetBuildInfo.cmake +@@ -40,7 +40,7 @@ else() # add host on which this was built to compile info find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin) if(HAVE_HOSTNAME_BIN) -- exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST) -+ exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST) - set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}") - endif() - +- exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST) ++ exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST) + if (RETURN_HOST) + exec_program(hostname OUTPUT_VARIABLE BUILD_HOST) + endif() diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template index 5136e30e713..275a1d54c6f 100644 --- a/srcpkgs/libcec/template +++ b/srcpkgs/libcec/template @@ -1,19 +1,19 @@ # Template file for 'libcec' pkgname=libcec -version=4.0.4 -revision=7 +version=6.0.2 +revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}" hostmakedepends="pkg-config libtool swig" -makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel - python3-devel" +makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel + libXrandr-devel python3-devel" short_desc="USB CEC Adapter communication Library" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/Pulse-Eight/libcec" distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz" -checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a +checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377 build_options="rpi" @@ -28,8 +28,8 @@ post_install() { if [ -d $DESTDIR/usr/lib64 ]; then mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib fi - mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib - sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc + mv $DESTDIR/$wrksrc/build/lib/* $DESTDIR/usr/lib + vsed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc } cec-client_package() { From 9ba9528c36f2a4db4d3619cb6ce4d8df655517d2 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 9 Nov 2020 16:05:17 -0600 Subject: [PATCH 4/4] kodi-rpi: libcec revbump --- srcpkgs/kodi-rpi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kodi-rpi/template b/srcpkgs/kodi-rpi/template index a04985d2e51..166659bea29 100644 --- a/srcpkgs/kodi-rpi/template +++ b/srcpkgs/kodi-rpi/template @@ -1,7 +1,7 @@ # Template file for 'kodi-rpi' pkgname=kodi-rpi version=18.8 -revision=2 +revision=3 _codename="Leia" wrksrc="xbmc-${version}-${_codename}" build_style=cmake