From 5a3b2311c36f58eafd658c9df933a0c27d519247 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 1 May 2025 10:31:28 +0000 Subject: [PATCH 1/9] foot: update to 1.22.3 --- packages/wayland/util/foot/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wayland/util/foot/package.mk b/packages/wayland/util/foot/package.mk index 8998d26d4b..a6423ad044 100644 --- a/packages/wayland/util/foot/package.mk +++ b/packages/wayland/util/foot/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv) PKG_NAME="foot" -PKG_VERSION="1.22.2" -PKG_SHA256="75e02373202cdba4dfb09b82a4d0340757c217a97120593f177dd333c7e7a57c" +PKG_VERSION="1.22.3" +PKG_SHA256="1c9f09c119c5b24bd1934ce515e70f402b7d1b2c55f8218a16eddaa26e3f6fb0" PKG_LICENSE="MIT" PKG_SITE="https://codeberg.org/dnkl/foot/" PKG_URL="https://codeberg.org/dnkl/foot/archive/${PKG_VERSION}.tar.gz" From 89e1297427ef40b574b1ebded7e4fd22b1e428ab Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 2 May 2025 03:52:35 +0000 Subject: [PATCH 2/9] vkmark: update to 2025.01 log: - https://github.com/vkmark/vkmark/compare/ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15...2025.01 - https://github.com/vkmark/vkmark pull 39 issuecomment-2846282264 - https://github.com/vkmark/vkmark pull 60 --- packages/graphics/vulkan/vkmark/package.mk | 4 ++-- .../vkmark/patches/vkmark-0001-fix-sysroot.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 packages/graphics/vulkan/vkmark/patches/vkmark-0001-fix-sysroot.patch diff --git a/packages/graphics/vulkan/vkmark/package.mk b/packages/graphics/vulkan/vkmark/package.mk index e0a95a5bed..b44e762e70 100644 --- a/packages/graphics/vulkan/vkmark/package.mk +++ b/packages/graphics/vulkan/vkmark/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv) PKG_NAME="vkmark" -PKG_VERSION="ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15" -PKG_SHA256="d08143e8828d5b9ed005cb6dcef4d88a49df0ac4c9e1356ace739b449c165f54" +PKG_VERSION="2025.01" +PKG_SHA256="1ae362844344d0f9878b7a3f13005f77eae705108892a4e8abf237d452d37edc" PKG_LICENSE="LGPL-2.1-or-later" PKG_SITE="https://github.com/vkmark/vkmark" PKG_URL="https://github.com/vkmark/vkmark/archive/${PKG_VERSION}.tar.gz" diff --git a/packages/graphics/vulkan/vkmark/patches/vkmark-0001-fix-sysroot.patch b/packages/graphics/vulkan/vkmark/patches/vkmark-0001-fix-sysroot.patch new file mode 100644 index 0000000000..6f9d3f0eca --- /dev/null +++ b/packages/graphics/vulkan/vkmark/patches/vkmark-0001-fix-sysroot.patch @@ -0,0 +1,11 @@ +--- a/src/meson.build 2025-01-23 08:33:27.000000000 +0000 ++++ b/src/meson.build 2025-05-02 04:43:30.867280490 +0000 +@@ -1,7 +1,7 @@ + prog_python = find_program('python3') + + vk_xml = join_paths([ +- vulkan_dep.get_pkgconfig_variable('prefix'), ++ vulkan_dep.get_pkgconfig_variable('includedir'), '..', + 'share', 'vulkan', 'registry', + 'vk.xml' + ]) From ad4a5caaa6f408c8cb315a678008d991621c725d Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 4 May 2025 06:51:24 +0000 Subject: [PATCH 3/9] libfmt: update to 11.2.0 --- packages/devel/libfmt/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/libfmt/package.mk b/packages/devel/libfmt/package.mk index 7d022a774e..942cca6603 100644 --- a/packages/devel/libfmt/package.mk +++ b/packages/devel/libfmt/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libfmt" -PKG_VERSION="11.1.4" -PKG_SHA256="ac366b7b4c2e9f0dde63a59b3feb5ee59b67974b14ee5dc9ea8ad78aa2c1ee1e" +PKG_VERSION="11.2.0" +PKG_SHA256="bc23066d87ab3168f27cef3e97d545fa63314f5c79df5ea444d41d56f962c6af" PKG_LICENSE="BSD" PKG_SITE="https://github.com/fmtlib/fmt" PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz" From 8407da86236da9702f40f24bb9bc4af3c497ad1e Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 4 May 2025 06:52:00 +0000 Subject: [PATCH 4/9] ccache: update to 4.11.3 --- packages/devel/ccache/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/ccache/package.mk b/packages/devel/ccache/package.mk index e46bf63eb8..553510f507 100644 --- a/packages/devel/ccache/package.mk +++ b/packages/devel/ccache/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="ccache" -PKG_VERSION="4.11.2" -PKG_SHA256="319390f276123968cfa565acc3da0b1e18414374b40ff25274230e6860352125" +PKG_VERSION="4.11.3" +PKG_SHA256="d5a340e199977b7b1e89c0add794132c977fdc2ecc7ca5451e03d43627a1b1be" PKG_LICENSE="GPL" PKG_SITE="https://ccache.dev/download.html" PKG_URL="https://github.com/ccache/ccache/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz" From d3c85a48eb98d085ba99bcf298928c89381d1d5e Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 4 May 2025 12:09:05 +0000 Subject: [PATCH 5/9] libde265: update to 1.0.16 --- packages/graphics/libde265/package.mk | 4 ++-- .../libde265-471-build-with-cmake-4.0.0.patch | 22 ------------------- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 packages/graphics/libde265/patches/libde265-471-build-with-cmake-4.0.0.patch diff --git a/packages/graphics/libde265/package.mk b/packages/graphics/libde265/package.mk index 440b8a29c8..e794221d12 100644 --- a/packages/graphics/libde265/package.mk +++ b/packages/graphics/libde265/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libde265" -PKG_VERSION="1.0.15" -PKG_SHA256="00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d" +PKG_VERSION="1.0.16" +PKG_SHA256="b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7" PKG_LICENSE="LGPLv3" PKG_SITE="http://www.libde265.org" PKG_URL="https://github.com/strukturag/libde265/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz" diff --git a/packages/graphics/libde265/patches/libde265-471-build-with-cmake-4.0.0.patch b/packages/graphics/libde265/patches/libde265-471-build-with-cmake-4.0.0.patch deleted file mode 100644 index 7913beb89c..0000000000 --- a/packages/graphics/libde265/patches/libde265-471-build-with-cmake-4.0.0.patch +++ /dev/null @@ -1,22 +0,0 @@ -From cdcb81af96c42a55686a0940734fc042636c6ad2 Mon Sep 17 00:00:00 2001 -From: Rudi Heitbaum -Date: Fri, 28 Mar 2025 22:41:11 +1100 -Subject: [PATCH] allow build with cmake-4.0.0 - -use min...max syntax to allow build with newer cmake. - -ref: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ab7c6a81..0a6d3bc0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required (VERSION 3.3.2) -+cmake_minimum_required (VERSION 3.3.2...3.10) - - project (libde265 - LANGUAGES C CXX From b4c95b883771ee2dca3ce128c9f1df141bc44110 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 5 May 2025 00:00:29 +0000 Subject: [PATCH 6/9] setuptools: update to 80.3.1 --- packages/python/devel/setuptools/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/devel/setuptools/package.mk b/packages/python/devel/setuptools/package.mk index f028af981f..3302fe7839 100644 --- a/packages/python/devel/setuptools/package.mk +++ b/packages/python/devel/setuptools/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="setuptools" -PKG_VERSION="80.3.0" -PKG_SHA256="ec8308eb180b2312062b1c5523204acf872cd8b0a9e6c2ae76431b22bc4065d7" +PKG_VERSION="80.3.1" +PKG_SHA256="31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927" PKG_LICENSE="OSS" PKG_SITE="https://pypi.org/project/setuptools" PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME,,}-${PKG_VERSION}.tar.gz" From 014416857dda5e6dcc75faba29f293b54fbba1b1 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 5 May 2025 00:00:54 +0000 Subject: [PATCH 7/9] fluidsynth: update to 2.4.6 --- packages/audio/fluidsynth/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/audio/fluidsynth/package.mk b/packages/audio/fluidsynth/package.mk index 44b970a64e..3280223d77 100644 --- a/packages/audio/fluidsynth/package.mk +++ b/packages/audio/fluidsynth/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="fluidsynth" -PKG_VERSION="2.4.5" -PKG_SHA256="2d2a5ca35bbb3f3fd241ef388a0cb3ae5755ebbb78121c7869f02b021d694810" +PKG_VERSION="2.4.6" +PKG_SHA256="a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8" PKG_LICENSE="GPL" PKG_SITE="http://fluidsynth.org/" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz" From 5ed77e46c1a4adee8a9f30a598dc4145920c3372 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 5 May 2025 00:01:06 +0000 Subject: [PATCH 8/9] iwd: update to 3.7 --- packages/network/iwd/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/network/iwd/package.mk b/packages/network/iwd/package.mk index b4dbccdd1c..755f59945f 100644 --- a/packages/network/iwd/package.mk +++ b/packages/network/iwd/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="iwd" -PKG_VERSION="3.6" -PKG_SHA256="cc5e02068d7407b9dac000429d667af32e9d91c7bff3183a241d8fdb0f75734b" +PKG_VERSION="3.7" +PKG_SHA256="ba3e577a61e78f860f376025c3243bbf19eac7ccbfdfac3aebe566556ace2e08" PKG_LICENSE="GPL" PKG_SITE="https://git.kernel.org/cgit/network/wireless/iwd.git/about/" PKG_URL="https://www.kernel.org/pub/linux/network/wireless/iwd-${PKG_VERSION}.tar.xz" From 2fba4bde96abe2370c16d274ff79e12788c7a48c Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 5 May 2025 02:02:13 +0000 Subject: [PATCH 9/9] audiodecoder.fluidsynth: fluidsynth update to 2.4.6 and addon (18) - fluidsynth: update to 2.4.6 --- .../kodi-binary-addons/audiodecoder.fluidsynth/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/kodi-binary-addons/audiodecoder.fluidsynth/package.mk b/packages/mediacenter/kodi-binary-addons/audiodecoder.fluidsynth/package.mk index d78410989e..b9782584d8 100644 --- a/packages/mediacenter/kodi-binary-addons/audiodecoder.fluidsynth/package.mk +++ b/packages/mediacenter/kodi-binary-addons/audiodecoder.fluidsynth/package.mk @@ -5,7 +5,7 @@ PKG_NAME="audiodecoder.fluidsynth" PKG_VERSION="20.2.1-Nexus" PKG_SHA256="dd8ca6386a3beed360c1d2f989cd81553baf81652007fdfd478a28b44b68db10" -PKG_REV="17" +PKG_REV="18" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="https://github.com/xbmc/audiodecoder.fluidsynth"