mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
47e3e9e454
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libffi"
|
||||
PKG_VERSION="3.4.6"
|
||||
PKG_SHA256="b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e"
|
||||
PKG_VERSION="3.4.7"
|
||||
PKG_SHA256="138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://sourceware.org/${PKG_NAME}/"
|
||||
PKG_URL="https://github.com/libffi/libffi/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="lcms2"
|
||||
PKG_VERSION="2.16"
|
||||
PKG_SHA256="d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51"
|
||||
PKG_VERSION="2.17"
|
||||
PKG_SHA256="d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074"
|
||||
PKG_LICENSE="MIT/GPLv3"
|
||||
PKG_SITE="http://www.littlecms.com"
|
||||
PKG_URL="https://github.com/mm2/Little-CMS/releases/download/lcms${PKG_VERSION}/lcms2-${PKG_VERSION}.tar.gz"
|
||||
@ -11,4 +11,7 @@ PKG_DEPENDS_TARGET="toolchain tiff"
|
||||
PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_MESON_OPTS_TARGET="-Ddefault_library=static -Dprefer_static=true -Dutils=true"
|
||||
PKG_MESON_OPTS_TARGET="-Ddefault_library=static \
|
||||
-Dprefer_static=true \
|
||||
-Dtests=disabled \
|
||||
-Dutils=true"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gst-plugins-bad"
|
||||
PKG_VERSION="1.25.1"
|
||||
PKG_SHA256="9a65acd9f348b54ab3e1b62aa7c20129a0ae27b5de16853c8e62d6166e19a157"
|
||||
PKG_VERSION="1.25.50"
|
||||
PKG_SHA256="249f2c6165b183db6ae8e9ab2d4baf228e5094c95f2f118b365e2fc1aecd83bd"
|
||||
PKG_LICENSE="LGPL-2.1-or-later"
|
||||
PKG_SITE="https://gstreamer.freedesktop.org/modules/gst-plugins-bad.html"
|
||||
PKG_URL="https://gstreamer.freedesktop.org/src/gst-plugins-bad/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gst-plugins-base"
|
||||
PKG_VERSION="1.25.1"
|
||||
PKG_SHA256="c2db4a186462ccaea9dc63a7015e391f4a10571f8f4fd2fd0502f0cf0039104f"
|
||||
PKG_VERSION="1.25.50"
|
||||
PKG_SHA256="7a7425133a9387a12786589e680fc0ba7c89e9378a042f779f7f3ab460992a94"
|
||||
PKG_LICENSE="GPL-2.1-or-later"
|
||||
PKG_SITE="https://gstreamer.freedesktop.org/modules/gst-plugins-base.html"
|
||||
PKG_URL="https://gstreamer.freedesktop.org/src/gst-plugins-base/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gstreamer"
|
||||
PKG_VERSION="1.25.1"
|
||||
PKG_SHA256="755fd5ca09502d1031f4f33d6c85914176853a8fdd648f8c73c31d89ae0a0644"
|
||||
PKG_VERSION="1.25.50"
|
||||
PKG_SHA256="3be6fe4d3fef91f3e9504c0f5f3d2a0a350a5436a5d39874fc5c9a2e77300b7f"
|
||||
PKG_LICENSE="GPL-2.1-or-later"
|
||||
PKG_SITE="https://gstreamer.freedesktop.org"
|
||||
PKG_URL="https://gstreamer.freedesktop.org/src/gstreamer/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="waf"
|
||||
PKG_VERSION="2.1.4"
|
||||
PKG_SHA256="2a128298be763e23987780b8993cefae3dc362596e46906f7ec2ed4795028c26"
|
||||
PKG_VERSION="2.1.5"
|
||||
PKG_SHA256="ca23407fe8169c9ca8c439fcc8ac143230da056678df279220ebf0c10091678a"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://waf.io"
|
||||
PKG_URL="https://waf.io/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xkeyboard-config"
|
||||
PKG_VERSION="2.43"
|
||||
PKG_SHA256="c810f362c82a834ee89da81e34cd1452c99789339f46f6037f4b9e227dd06c01"
|
||||
PKG_VERSION="2.44"
|
||||
PKG_SHA256="54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://www.X.org"
|
||||
PKG_URL="https://www.x.org/releases/individual/data/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user