Merge pull request #9826 from heitbaum/pkg

Package updates
This commit is contained in:
Christian Hewitt 2025-02-27 16:01:07 +04:00 committed by GitHub
commit 4676d5fb90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 18 additions and 6 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="gettext"
PKG_VERSION="0.23.1"
PKG_SHA256="c1f97a72a7385b7e71dd07b5fea6cdaf12c9b88b564976b23bd8c11857af2970"
PKG_VERSION="0.24"
PKG_SHA256="e1620d518b26d7d3b16ac570e5018206e8b0d725fb65c02d048397718b5cf318"
PKG_LICENSE="GPL"
PKG_SITE="https://www.gnu.org/s/gettext/"
PKG_URL="https://ftp.gnu.org/pub/gnu/gettext/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libfmt"
PKG_VERSION="11.1.3"
PKG_SHA256="67cd23ea86ccc359693e2ce1ba8d1bab533c02d743c09b15f3131102d0c2fc1c"
PKG_VERSION="11.1.4"
PKG_SHA256="ac366b7b4c2e9f0dde63a59b3feb5ee59b67974b14ee5dc9ea8ad78aa2c1ee1e"
PKG_LICENSE="BSD"
PKG_SITE="https://github.com/fmtlib/fmt"
PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz"

View File

@ -17,5 +17,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dvb \
--disable-nls \
--disable-proxy \
--disable-tests \
--disable-examples \
--without-doxygen \
--without-x"

View File

@ -0,0 +1,11 @@
--- a/configure.ac 2025-02-26 20:29:12.903050209 +0000
+++ b/configure.ac 2025-02-26 20:29:06.246129502 +0000
@@ -499,7 +499,7 @@
dnl
dnl Native language support.
dnl
-AM_GNU_GETTEXT_VERSION([0.21])
+AM_GNU_GETTEXT_VERSION([0.24])
AM_GNU_GETTEXT([external], [need-ngettext])
LIBS="$LTLIBINTL $LIBS"
if test "x${prefix}" = xNONE; then

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="setuptools"
PKG_VERSION="75.8.0"
PKG_SHA256="c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"
PKG_VERSION="75.8.2"
PKG_SHA256="4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2"
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"