Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/jellyfin-desktop/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kodi/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
13 changes: 0 additions & 13 deletions srcpkgs/libcec/patches/no-fqdn.patch

This file was deleted.

12 changes: 0 additions & 12 deletions srcpkgs/libcec/patches/python-3.13.patch

This file was deleted.

29 changes: 0 additions & 29 deletions srcpkgs/libcec/patches/return-right.patch

This file was deleted.

8 changes: 4 additions & 4 deletions srcpkgs/libcec/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
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}"
Expand Down