Merge pull request #9041 from heitbaum/pkg

Package updates
This commit is contained in:
Christian Hewitt 2024-06-30 17:40:15 +04:00 committed by GitHub
commit 5fdec120c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 11 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wireplumber"
PKG_VERSION="0.5.3"
PKG_SHA256="626cfaf090efb5359454a30c9b288e068ea04289b341dc4d5c7064fd6b1427b4"
PKG_VERSION="0.5.5"
PKG_SHA256="49075cd5c2f4820839a9e69d4a22386bc280c62b92c153af9be39ca439d45a09"
PKG_LICENSE="MIT"
PKG_SITE="https://gitlab.freedesktop.org/pipewire/wireplumber"
PKG_URL="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mold"
PKG_VERSION="2.32.0"
PKG_SHA256="4b7e4146ea0f52be9adae8b417399f3676a041e65b55e3f25f088120d30a320b"
PKG_VERSION="2.32.1"
PKG_SHA256="f3c9a527d884c635834fe7d79b3de959b00783bf9446280ea274d996f0335825"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/rui314/mold"
PKG_URL="https://github.com/rui314/mold/archive/refs/tags/v${PKG_VERSION}.tar.gz"

View File

@ -9,6 +9,7 @@ PKG_SITE="https://www.lua.org"
PKG_URL="http://www.lua.org/ftp/lua-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Lua is a powerful, efficient, lightweight, embeddable scripting language."
PKG_BUILD_FLAGS="+pic"
make_target() {
make CC=${CC} AR="${AR} rcu" MYCFLAGS="-fPIC" posix

View File

@ -2,8 +2,8 @@
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wlroots"
PKG_VERSION="0.17.3"
PKG_SHA256="b916d9574367373d42334ea12ea3cead27ebc3b8de3bea375619e537d86b0757"
PKG_VERSION="0.17.4"
PKG_SHA256="76cea5143c966640000efad32d5961b1d2303744497d30ef5e78aaf50360288d"
PKG_LICENSE="MIT"
PKG_SITE="https://gitlab.freedesktop.org/wlroots/wlroots/"
PKG_URL="https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"

View File

@ -3,14 +3,14 @@
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="encodings"
PKG_VERSION="1.0.7"
PKG_SHA256="3a39a9f43b16521cdbd9f810090952af4f109b44fa7a865cd555f8febcea70a4"
PKG_VERSION="1.1.0"
PKG_SHA256="9ff13c621756cfa12e95f32ba48a5b23839e8f577d0048beda66c67dab4de975"
PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/font/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros font-util:host"
PKG_LONGDESC="X font encoding meta files."
PKG_CONFIGURE_OPTS_TARGET="--enable-gzip-small-encodings \
--enable-gzip-large-encodings \
--with-fontrootdir=/usr/share/fonts"
PKG_MESON_OPTS_TARGET="-Dgzip-small-encodings=true \
-Dgzip-large-encodings=true \
-Dfontrootdir=/usr/share/fonts"