mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
4676d5fb90
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -17,5 +17,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dvb \
|
||||
--disable-nls \
|
||||
--disable-proxy \
|
||||
--disable-tests \
|
||||
--disable-examples \
|
||||
--without-doxygen \
|
||||
--without-x"
|
||||
|
11
packages/multimedia/zvbi/patches/zvbi-0020-gettext.patch
Normal file
11
packages/multimedia/zvbi/patches/zvbi-0020-gettext.patch
Normal 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
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user