Merge pull request #9805 from heitbaum/pkg

Package updates
This commit is contained in:
Christian Hewitt 2025-02-19 15:47:25 +04:00 committed by GitHub
commit 391ead1729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 15 additions and 17 deletions

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.48.0"
PKG_VERSION="3.49.1"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5"
PKG_SHA256="106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254"
PKG_LICENSE="PublicDomain"
PKG_SITE="https://www.sqlite.org/"
PKG_URL="https://www.sqlite.org/2025/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"
@ -18,9 +18,7 @@ PKG_BUILD_FLAGS="+pic +pic:host -parallel"
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
--enable-shared \
--disable-readline \
--enable-threadsafe \
--enable-dynamic-extensions \
--with-gnu-ld"
--enable-threadsafe"
pre_configure_target() {
# sqlite fails to compile with fast-math link time optimization.

View File

@ -2,7 +2,7 @@ diff --git a/sqlite3.c b/sqlite3.c
index d0057a6..63b80c7 100644
--- a/sqlite3.c
+++ b/sqlite3.c
@@ -28278,7 +28278,7 @@ static void unixRemapfile(
@@ -43925,7 +43925,7 @@ static void unixRemapfile(
pNew = osMremap(pOrig, nReuse, nNew, MREMAP_MAYMOVE);
zErr = "mremap";
#else
@ -11,7 +11,7 @@ index d0057a6..63b80c7 100644
if( pNew!=MAP_FAILED ){
if( pNew!=pReq ){
osMunmap(pNew, nNew - nReuse);
@@ -28297,7 +28297,7 @@ static void unixRemapfile(
@@ -43944,7 +43944,7 @@ static void unixRemapfile(
/* If pNew is still NULL, try to create an entirely new mapping. */
if( pNew==0 ){

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libpng"
PKG_VERSION="1.6.46"
PKG_SHA256="f3aa8b7003998ab92a4e9906c18d19853e999f9d3bca9bd1668f54fa81707cb1"
PKG_VERSION="1.6.47"
PKG_SHA256="b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631"
PKG_LICENSE="LibPNG2"
PKG_SITE="http://www.libpng.org/"
PKG_URL="${SOURCEFORGE_SRC}/libpng/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="util-linux"
PKG_VERSION="2.40"
PKG_SHA256="d57a626081f9ead02fa44c63a6af162ec19c58f53e993f206ab7c3a6641c2cd7"
PKG_VERSION="2.40.4"
PKG_SHA256="5c1daf733b04e9859afdc3bd87cc481180ee0f88b5c0946b16fdec931975fb79"
PKG_LICENSE="GPL"
PKG_URL="https://www.kernel.org/pub/linux/utils/util-linux/v$(get_pkg_version_maj_min)/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host libtool:host pkg-config:host"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libxml2"
PKG_VERSION="2.13.5"
PKG_SHA256="0d87484ecf395eca1e178976966f20885b050253695d5605646b66982df61325"
PKG_VERSION="2.13.6"
PKG_SHA256="c8ec960e907b851be3fa83313c548e84ccce9a9f71d6ae2dabab93815f0c653b"
PKG_LICENSE="MIT"
PKG_SITE="http://xmlsoft.org"
PKG_URL="https://gitlab.gnome.org/GNOME/${PKG_NAME}/-/archive/v${PKG_VERSION}/${PKG_NAME}-v${PKG_VERSION}.tar.bz2"

View File

@ -2,10 +2,10 @@
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wlr-randr"
PKG_VERSION="0.4.1"
PKG_SHA256="8af085aeed3132f7442a05bafeadfd0ea30e9a4818af1a91e161f7d560f2cd93"
PKG_VERSION="0.5.0"
PKG_SHA256="eae7dd785b2a19c82fd33ca281706616b12b1e5e62042156ab39407c39074b8c"
PKG_LICENSE="MIT"
PKG_SITE="https://git.sr.ht/~emersion/wlr-randr"
PKG_URL="https://git.sr.ht/~emersion/wlr-randr/archive/v${PKG_VERSION}.tar.gz"
PKG_SITE="https://gitlab.freedesktop.org/emersion/wlr-randr"
PKG_URL="https://gitlab.freedesktop.org/emersion/wlr-randr/-/archive/v${PKG_VERSION}/${PKG_NAME}-v${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain wayland"
PKG_LONGDESC="Utility to manage outputs of a Wayland compositor."