diff --git a/common/shlibs b/common/shlibs index 32d7b9301cfd59..a4099c4c5352da 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1197,7 +1197,7 @@ libaa.so.1 aalib-1.4rc4_2 libbsd.so.0 libbsd-0.4.2_1 libwiringPi.so libwiringPi-0.0.20200408_1 libwiringPiDev.so libwiringPi-0.0.20200408_1 -libcec.so.6 libcec-6.0.2_1 +libcec.so.7 libcec-7.1.1_0 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/jellyfin-desktop/template b/srcpkgs/jellyfin-desktop/template index 97fcd2e60b4230..c2068e895d92b7 100644 --- a/srcpkgs/jellyfin-desktop/template +++ b/srcpkgs/jellyfin-desktop/template @@ -1,7 +1,7 @@ # Template file for 'jellyfin-desktop' pkgname=jellyfin-desktop version=2.0.0 -revision=1 +revision=2 build_style=cmake build_helper="qmake6" configure_args="-DCHECK_FOR_UPDATES=OFF" diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index ec90bbe5536555..2ec32ab3a13adf 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -1,7 +1,7 @@ # Template file for 'kodi' pkgname=kodi version=21.2 -revision=3 +revision=4 _codename="Omega" _crossguid_ver="ca1bf4b810e2d188d04cb6286f957008ee1b7681" _dvdcss_ver="1.4.3-Next-Nexus-Alpha2-2" diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch deleted file mode 100644 index 69fe1c458c57ac..00000000000000 --- a/srcpkgs/libcec/patches/no-fqdn.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake -index 3402f9f..b121361 100644 ---- a/src/libcec/cmake/SetBuildInfo.cmake -+++ b/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 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/patches/python-3.13.patch b/srcpkgs/libcec/patches/python-3.13.patch deleted file mode 100644 index e7c351d0ec4e3f..00000000000000 --- a/srcpkgs/libcec/patches/python-3.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur a/src/libcec/SwigHelper.h b/src/libcec/SwigHelper.h ---- a/src/libcec/SwigHelper.h 2020-07-13 06:18:33.000000000 -0400 -+++ b/src/libcec/SwigHelper.h 2024-11-23 15:00:04.684002606 -0500 -@@ -119,7 +119,7 @@ - if (!!m_callbacks[callback]) - { - /** call the callback */ -- result = PyEval_CallObject(m_callbacks[callback], arglist); -+ result = PyObject_CallObject(m_callbacks[callback], arglist); - - /** unref the argument and result */ - if (!!arglist) diff --git a/srcpkgs/libcec/patches/return-right.patch b/srcpkgs/libcec/patches/return-right.patch deleted file mode 100644 index 8b5caba785116b..00000000000000 --- a/srcpkgs/libcec/patches/return-right.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- ./include/cecloader.h.orig 2023-09-30 07:58:57.250505723 -0400 -+++ ./include/cecloader.h 2023-09-30 08:00:08.028027063 -0400 -@@ -88,7 +88,7 @@ - if (!g_libCEC) - g_libCEC = LoadLibrary(strLib ? strLib : "cec.dll"); - if (!g_libCEC) -- return NULL; -+ return false; - - typedef bool (__cdecl*_LibCecBootloader)(void); - _LibCecBootloader LibCecBootloader; -@@ -172,7 +172,7 @@ - if (!g_libCEC) - { - std::cout << dlerror() << std::endl; -- return NULL; -+ return false; - } - } - -@@ -181,7 +181,7 @@ - if (!LibCecBootloader) - { - std::cout << "cannot find CECStartBootloader" << std::endl; -- return NULL; -+ return false; - } - - bool bReturn = LibCecBootloader(); diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template index 41c5985ed4d991..c9b8dcc0e4be1a 100644 --- a/srcpkgs/libcec/template +++ b/srcpkgs/libcec/template @@ -1,9 +1,9 @@ # Template file for 'libcec' pkgname=libcec -version=6.0.2 -revision=6 +version=7.1.1 +revision=1 build_style=cmake -configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}" +configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver} -DHAVE_LINUX_API=1" hostmakedepends="pkg-config libtool swig" makedepends="eudev-libudev-devel p8-platform-devel libXrandr-devel python3-devel" @@ -12,7 +12,7 @@ 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=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377 +checksum=7f7da95a4c1e7160d42ca37a3ac80cf6f389b317e14816949e0fa5e2edf4cc64 cec-client_package() { depends="libcec>=${version}"