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
8 changes: 4 additions & 4 deletions srcpkgs/kodi-addon-inputstream-adaptive/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'kodi-addon-inputstream-adaptive'
pkgname=kodi-addon-inputstream-adaptive
version=21.4.4
version=21.5.18
revision=1
_kodi_release=Omega
# Bento4 version defined in https://github.com/xbmc/inputstream.adaptive/blob/Piers/depends/common/bento4/bento4.txt
_bento4_version=1.6.0-641-Omega
_bento4_version=1.6.0-641-3-Omega
build_style=cmake
configure_args=" -DENABLE_INTERNAL_BENTO4=1 -DBENTO4_URL=${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_bento4_version}.tar.gz -DVERBOSE=1"
makedepends="gtest-devel kodi-devel kodi-platform-devel pugixml-devel"
makedepends="gtest-devel kodi-devel kodi-platform-devel pugixml-devel rapidjson"
short_desc="Kodi inputstream addon for several manifest types"
maintainer="Orphaned <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://github.com/peak3d/inputstream.adaptive"
distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz https://github.com/xbmc/Bento4/archive/refs/tags/${_bento4_version}.tar.gz"
checksum="0a1074fe04fb7e9500d578490b4cda12ecfcf433495e15e7bf65861527586167 f1f8cfa4f7cb651b609e587f825607cb4b06fe5b08af876fd0154a434f9a5315"
checksum="a62ef86fc616c37ff7fa53ff7dfe2a73ee21f48af306a9f82c5bb5fe05245dad a9b231b63159b3a4d9e47c5328b476308852bf092ccb9ce98f7cf46a386465ce"

# Inputstream Adaptive needs the unextracted tarball
skip_extraction="${_bento4_version}.tar.gz"
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/kodi-addon-peripheral-joystick/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'kodi-addon-peripheral-joystick'
pkgname=kodi-addon-peripheral-joystick
version=1.7.1
revision=2
_kodi_release="Matrix"
version=21.1.23
revision=1
_kodi_release="Omega"
build_style=cmake
makedepends="kodi-devel kodi-platform-devel p8-platform-devel
eudev-libudev-devel tinyxml-devel"
short_desc="Kodi joystick support (drivers and button maps)"
maintainer="Orphaned <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://github.com/xbmc/peripheral.joystick"
distfiles="https://github.com/xbmc/peripheral.joystick/archive/${version}-${_kodi_release}.tar.gz"
checksum=4dc63c6c5bdad25881eeba800765d97c53b2583addf28e71bbcd67775452ecdb
distfiles="https://github.com/xbmc/peripheral.joystick/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
checksum=7392c30a9e49b0cd219cdca14f5b20ffce9f4a52c349c2cdf37cb603dd21f516

if [ -n "${CROSS_BUILD}" ]; then
configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/kodi-addon-pvr-iptvsimple/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'kodi-addon-pvr-iptvsimple'
pkgname=kodi-addon-pvr-iptvsimple
version=21.8.7
version=21.11.0
revision=1
_kodi_release=Omega
build_style=cmake
Expand All @@ -12,7 +12,7 @@ maintainer="Alexander Egorenkov <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://github.com/kodi-pvr/pvr.iptvsimple"
distfiles="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${version}-${_kodi_release}.tar.gz"
checksum=fb526d408b5a707c169399aa41e6a111045c4c78d28b4971f4e51ccf02930b4a
checksum=377fb3c69d39866c0b3b8a3a7d4c790241b15997b140f45443209c4e44e62418

if [ -n "${CROSS_BUILD}" ]; then
configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
Expand Down
10 changes: 10 additions & 0 deletions srcpkgs/kodi-addon-pvr-zattoo/patches/ctime.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/src/http/HttpClient.h
+++ b/src/http/HttpClient.h
@@ -4,6 +4,7 @@
#include "Curl.h"
#include "../sql/ParameterDB.h"
#include "HttpStatusCodeHandler.h"
+#include <ctime>

class HttpClient
{
6 changes: 3 additions & 3 deletions srcpkgs/kodi-addon-pvr-zattoo/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'kodi-addon-pvr-zattoo'
pkgname=kodi-addon-pvr-zattoo
version=19.7.16
version=21.0.4
revision=1
_kodi_release=Matrix
_kodi_release=Omega
build_style=cmake
hostmakedepends="pkg-config"
makedepends="kodi-devel kodi-platform-devel p8-platform-devel rapidjson
Expand All @@ -13,7 +13,7 @@ maintainer="Orphaned <[email protected]>"
license="GPL-2.0-only"
homepage="https://github.com/rbuehlma/pvr.zattoo"
distfiles="https://github.com/rbuehlma/pvr.zattoo/archive/${version}-${_kodi_release}.tar.gz"
checksum=ac09db721e51b47f1ca7f4c2201833dbcd69040fd19b09c194fa7491ff4dad41
checksum=7e1fab309232e7115efa0868c8c3c13c2e7639628ef8bc59a93bf4aa82a3b20d

if [ -n "${CROSS_BUILD}" ]; then
configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/kodi-addon-vfs-rar/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'kodi-addon-vfs-rar'
pkgname=kodi-addon-vfs-rar
version=4.0.0
revision=2
_kodi_release=Matrix
version=21.0.2
revision=1
_kodi_release=Omega
build_style=cmake
makedepends="kodi-devel kodi-platform p8-platform-devel tinyxml-devel pkg-config"
short_desc="RAR VFS addon for Kodi"
maintainer="Kai Stian Olstad <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://github.com/xbmc/vfs.rar"
distfiles="https://github.com/xbmc/vfs.rar/archive/${version}-${_kodi_release}.tar.gz"
checksum=1111d1f90cc4addc2adb0884b779f4b47e30abb2766ba1708053e5f100b514bf
distfiles="https://github.com/xbmc/vfs.rar/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
checksum=7492cf73d52299218acc982c4b35b020ea801d36d47e40460341f4dde712de50

if [ -n "${CROSS_BUILD}" ]; then
configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/kodi-addon-vfs-sftp/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'kodi-addon-vfs-sftp'
pkgname=kodi-addon-vfs-sftp
version=2.0.0
revision=2
_kodi_release=Matrix
version=21.0.2
revision=1
_kodi_release=Omega
build_style=cmake
hostmakedepends="pkg-config"
makedepends="kodi-devel kodi-platform p8-platform-devel openssl-devel libssh-devel zlib-devel"
short_desc="VFS SFTP addon for Kodi"
maintainer="Foxlet <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://github.com/xbmc/vfs.sftp"
distfiles="https://github.com/xbmc/vfs.sftp/archive/${version}-${_kodi_release}.tar.gz"
checksum=b15c5dde7b3aadb3e82e61cb9b0440812b6c2f65b38c6c25aef726f97e746f68
distfiles="https://github.com/xbmc/vfs.sftp/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
checksum=01a23958331cb0cd78fd2e9367d1269d4319c20b84db5b132632f9c1acd5f3c5

if [ -n "${CROSS_BUILD}" ]; then
configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
Expand Down
11 changes: 0 additions & 11 deletions srcpkgs/kodi/patches/curl-type.patch

This file was deleted.

27 changes: 0 additions & 27 deletions srcpkgs/kodi/patches/fix_pipewire_1.4.0_compilation_error.patch

This file was deleted.

6 changes: 3 additions & 3 deletions 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
version=21.3
revision=1
_codename="Omega"
_crossguid_ver="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
_dvdcss_ver="1.4.3-Next-Nexus-Alpha2-2"
Expand Down Expand Up @@ -61,7 +61,7 @@ distfiles="https://github.com/xbmc/xbmc/archive/${version}-${_codename}.tar.gz
http://mirrors.kodi.tv/build-deps/sources/commons-lang3-${_common_lang}-bin.tar.gz
http://mirrors.kodi.tv/build-deps/sources/commons-text-${_common_text}-bin.tar.gz
http://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-${_groovy}.zip"
checksum="da3a5df663684664b9383b65f1c06568222629d935084a59e4e641fcdcb6c383
checksum="a60afcb556e4a00cb19fc35b7e77758107c9a8096c6ce9b66af5f92396be31aa
6be27e0b3a4907f0cd3cfadec255ee1b925569e1bd06e67a4d2f4267299b69c4
f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e
719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62
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 <[email protected]>"
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