mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #8585 from heitbaum/pkg13
Package updates waiting on LE13
This commit is contained in:
commit
cfa6b57c4c
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="pipewire"
|
||||
PKG_VERSION="1.0.4"
|
||||
PKG_SHA256="ce00e0cee3eefaf8e92eecf5d28985f6dab43ccfe7e704d41b0cfda8376a187c"
|
||||
PKG_VERSION="1.0.5"
|
||||
PKG_SHA256="c5a5de26d684a1a84060ad7b6131654fb2835e03fccad85059be92f8e3ffe993"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="https://pipewire.org"
|
||||
PKG_URL="https://github.com/PipeWire/pipewire/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="zstd"
|
||||
PKG_VERSION="1.5.5"
|
||||
PKG_SHA256="ce264bca60eb2f0e99e4508cffd0d4d19dd362e84244d7fc941e79fa69ccf673"
|
||||
PKG_VERSION="1.5.6"
|
||||
PKG_SHA256="4aa8dd1c1115c0fd6b6b66c35c7f6ce7bd58cc1dfd3e4f175b45b39e84b14352"
|
||||
PKG_LICENSE="BSD/GPLv2"
|
||||
PKG_SITE="http://www.zstd.net"
|
||||
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.zst"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libva-utils"
|
||||
PKG_VERSION="2.20.1"
|
||||
PKG_SHA256="97413a7ec27ec479b97ffc7ab8acebe053615224a4b051602859cf9f88e4e889"
|
||||
PKG_VERSION="2.21.0"
|
||||
PKG_SHA256="15ca12bd11c7001c04af5079512754fea6ba8d79151b9f07908c99b27622714e"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/01org/libva-utils"
|
||||
PKG_URL="https://github.com/intel/libva-utils/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="binutils"
|
||||
PKG_VERSION="2.41"
|
||||
PKG_SHA256="ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450"
|
||||
PKG_VERSION="2.42"
|
||||
PKG_SHA256="f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.gnu.org/software/binutils/"
|
||||
PKG_URL="https://ftp.gnu.org/gnu/binutils/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="boost"
|
||||
PKG_VERSION="1.84.0"
|
||||
PKG_SHA256="cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454"
|
||||
PKG_VERSION="1.85.0"
|
||||
PKG_SHA256="7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://www.boost.org/"
|
||||
PKG_URL="https://boostorg.jfrog.io/artifactory/main/release/${PKG_VERSION}/source/${PKG_NAME}_${PKG_VERSION//./_}.tar.bz2"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="ccache"
|
||||
PKG_VERSION="4.8.3"
|
||||
PKG_SHA256="e47374c810b248cfca3665ee1d86c7c763ffd68d9944bc422d9c1872611f2b11"
|
||||
PKG_VERSION="4.9.1"
|
||||
PKG_SHA256="4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://ccache.dev/download.html"
|
||||
PKG_URL="https://github.com/ccache/ccache/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="cmake"
|
||||
PKG_VERSION="3.28.3"
|
||||
PKG_SHA256="72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1"
|
||||
PKG_VERSION="3.29.2"
|
||||
PKG_SHA256="36db4b6926aab741ba6e4b2ea2d99c9193222132308b4dc824d4123cb730352e"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://cmake.org/"
|
||||
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="commons-text"
|
||||
PKG_VERSION="1.11.0"
|
||||
PKG_SHA256="4169cb90571fb28fad4c5eea7c1c994c18f1995452f73e8ea7a86087c0e3822e"
|
||||
PKG_VERSION="1.12.0"
|
||||
PKG_SHA256="265a149c7e0c1ebfe019bbe0226f8c1f6474811054d459145510ea2eed93a11a"
|
||||
PKG_LICENSE="Apache-2.0"
|
||||
PKG_SITE="https://commons.apache.org/proper/commons-text/"
|
||||
PKG_URL="https://archive.apache.org/dist/commons/text/binaries/commons-text-${PKG_VERSION}-bin.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="flatbuffers"
|
||||
PKG_VERSION="23.5.26"
|
||||
PKG_SHA256="1cce06b17cddd896b6d73cc047e36a254fb8df4d7ea18a46acf16c4c0cd3f3f3"
|
||||
PKG_VERSION="24.3.25"
|
||||
PKG_SHA256="4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed"
|
||||
PKG_LICENSE="Apache-2.0"
|
||||
PKG_SITE="https://github.com/google/flatbuffers"
|
||||
PKG_URL="https://github.com/google/flatbuffers/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="fribidi"
|
||||
PKG_VERSION="1.0.13"
|
||||
PKG_SHA256="7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2"
|
||||
PKG_VERSION="1.0.14"
|
||||
PKG_SHA256="76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://fribidi.freedesktop.org/"
|
||||
PKG_URL="https://github.com/fribidi/fribidi/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,11 +3,11 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="glibc"
|
||||
PKG_VERSION="44f757a6364a546359809d48c76b3debd26e77d4"
|
||||
PKG_SHA256="9acdc19250bc6872265ec77eb9347cc0def5535c6017b0465385bce16bbbe619"
|
||||
PKG_VERSION="2.39"
|
||||
PKG_SHA256="f77bd47cf8170c57365ae7bf86696c118adb3b120d3259c64c502d3dc1e2d926"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.gnu.org/software/libc/"
|
||||
PKG_URL="https://github.com/bminor/glibc/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://ftp.gnu.org/pub/gnu/glibc/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="ccache:host autotools:host linux:host gcc:bootstrap pigz:host Python3:host"
|
||||
PKG_DEPENDS_INIT="glibc"
|
||||
PKG_LONGDESC="The Glibc package contains the main C library."
|
||||
|
@ -6,8 +6,8 @@ Date: Tue Oct 1 12:09:07 2013 +0300
|
||||
|
||||
ref: https://fedoraproject.org/wiki/Networking/NameResolution/ADDRCONFIG
|
||||
|
||||
--- a/sysdeps/posix/getaddrinfo.c
|
||||
+++ b/sysdeps/posix/getaddrinfo.c
|
||||
--- a/nss/getaddrinfo.c
|
||||
+++ b/nss/getaddrinfo.c
|
||||
@@ -730,6 +730,38 @@ gaih_inet (const char *name, const struc
|
||||
if (res_ctx == NULL)
|
||||
no_more = 1;
|
||||
|
12
packages/devel/googletest/package.mk
Normal file
12
packages/devel/googletest/package.mk
Normal file
@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="googletest"
|
||||
PKG_VERSION="1.14.0"
|
||||
PKG_SHA256="8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7"
|
||||
PKG_LICENSE="BSD-3-Clause"
|
||||
PKG_SITE="https://github.com/google/googletest"
|
||||
PKG_URL="https://github.com/google/googletest/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="ccache:host cmake:host"
|
||||
PKG_LONGDESC="Google Testing and Mocking Framework"
|
||||
PKG_TOOLCHAIN="cmake-make"
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="groovy"
|
||||
PKG_VERSION="4.0.18"
|
||||
PKG_SHA256="4b03aa472ec7848d272893348a656be05d1b3502b30770ea57efa158e61154a6"
|
||||
PKG_VERSION="4.0.21"
|
||||
PKG_SHA256="5ef878f70db8b642d204e9a410c519c1131a3e7a9ddb4b6910d214909cb2e98a"
|
||||
PKG_LICENSE="Apache-2.0"
|
||||
PKG_SITE="https://groovy.apache.org"
|
||||
PKG_URL="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-${PKG_VERSION}.zip"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="hwdata"
|
||||
PKG_VERSION="0.380"
|
||||
PKG_SHA256="e5ca061d9e0b9b177bed8d16f94b4cd54ce9eebd1ec115f7cf2174d3a6052049"
|
||||
PKG_VERSION="0.381"
|
||||
PKG_SHA256="53435c73964ddc24ac53fa86e29e8b9244ca1cab0578ffdd82fd280f35863004"
|
||||
PKG_LICENSE="GPL-2.0"
|
||||
PKG_SITE="https://github.com/vcrhonek/hwdata"
|
||||
PKG_URL="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libbpf"
|
||||
PKG_VERSION="1.3.0"
|
||||
PKG_SHA256="11db86acd627e468bc48b7258c1130aba41a12c4d364f78e184fd2f5a913d861"
|
||||
PKG_VERSION="1.4.0"
|
||||
PKG_SHA256="4271dfd51f59d23c03d9ae62d8a92622af0f5216a620a7a666c4975c3c7cda6e"
|
||||
PKG_LICENSE="LGPL-2.1"
|
||||
PKG_SITE="https://github.com/libbpf/libbpf"
|
||||
PKG_URL="https://github.com/libbpf/libbpf/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libcap-ng"
|
||||
PKG_VERSION="0.8.4"
|
||||
PKG_SHA256="5615c76a61039e283a6bd107c4faf345ae5ad4dcd45907defe5e474d8fdb6fd2"
|
||||
PKG_VERSION="0.8.5"
|
||||
PKG_SHA256="e4be07fdd234f10b866433f224d183626003c65634ed0552b02e654a380244c2"
|
||||
PKG_LICENSE="LGPLv2.1"
|
||||
PKG_SITE="https://github.com/stevegrubb/libcap-ng"
|
||||
PKG_URL="https://github.com/stevegrubb/libcap-ng/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="mimalloc"
|
||||
PKG_VERSION="2.1.2"
|
||||
PKG_SHA256="2b1bff6f717f9725c70bf8d79e4786da13de8a270059e4ba0bdd262ae7be46eb"
|
||||
PKG_VERSION="2.1.4"
|
||||
PKG_SHA256="ef31a7c593866a35883b2090654a8d6136a1cf06f22b577b4e1c818b1b0a8796"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/microsoft/mimalloc"
|
||||
PKG_URL="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="tbb"
|
||||
PKG_VERSION="2021.11.0"
|
||||
PKG_SHA256="782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363"
|
||||
PKG_VERSION="2021.12.0"
|
||||
PKG_SHA256="c7bb7aa69c254d91b8f0041a71c5bcc3936acb64408a1719aec0b2b7639dd84f"
|
||||
PKG_LICENSE="Apache-2.0"
|
||||
PKG_SITE="https://github.com/oneapi-src/oneTBB"
|
||||
PKG_URL="https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="assimp"
|
||||
PKG_VERSION="5.3.1"
|
||||
PKG_SHA256="a07666be71afe1ad4bc008c2336b7c688aca391271188eb9108d0c6db1be53f1"
|
||||
PKG_VERSION="5.4.0"
|
||||
PKG_SHA256="a90f77b0269addb2f381b00c09ad47710f2aab6b1d904f5e9a29953c30104d3f"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://github.com/assimp/assimp"
|
||||
PKG_URL="https://github.com/assimp/assimp/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="harfbuzz"
|
||||
PKG_VERSION="8.3.1"
|
||||
PKG_SHA256="f73e1eacd7e2ffae687bc3f056bb0c705b7a05aee86337686e09da8fc1c2030c"
|
||||
PKG_VERSION="8.4.0"
|
||||
PKG_SHA256="af4ea73e25ab748c8c063b78c2f88e48833db9b2ac369e29bd115702e789755e"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
||||
PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nvidia"
|
||||
PKG_VERSION="550.67"
|
||||
PKG_SHA256="56dfc09eafaa854bd91e76c7fd2b9f9eb51ceb1e00e02509e78957d143a5b306"
|
||||
PKG_VERSION="550.78"
|
||||
PKG_SHA256="3822a03d21607da36dd799199667da6380e2ec15ef80d1150c7c72a8d1f84eb9"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="https://www.nvidia.com/en-us/drivers/unix/"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="llvm"
|
||||
PKG_VERSION="17.0.6"
|
||||
PKG_SHA256="58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813"
|
||||
PKG_VERSION="18.1.4"
|
||||
PKG_SHA256="2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b"
|
||||
PKG_LICENSE="Apache-2.0"
|
||||
PKG_SITE="http://llvm.org/"
|
||||
PKG_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKG_VERSION}/llvm-project-${PKG_VERSION/-/}.src.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nasm"
|
||||
PKG_VERSION="2.16.01"
|
||||
PKG_SHA256="c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558"
|
||||
PKG_VERSION="2.16.03"
|
||||
PKG_SHA256="1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://www.nasm.us/"
|
||||
|
@ -1,231 +0,0 @@
|
||||
From 7e80d6b834cd792dbbd7a99fbff98e46cdd5789f Mon Sep 17 00:00:00 2001
|
||||
From: "H. Peter Anvin" <hpa@zytor.com>
|
||||
Date: Tue, 17 Jan 2023 13:05:55 -0800
|
||||
Subject: [PATCH] Make: handle warning files while building in a directory
|
||||
|
||||
The dependency on the warning files breaks when we are building in a
|
||||
directory *and* the files already exist from being shipped with the
|
||||
distribution tarballs. The make VPATH simply isn't sophisticated
|
||||
enough to deal with it, so let the C compiler handle it by #including
|
||||
the generated file from a dummy C file.
|
||||
|
||||
Reported-by: Rudi Heitbaum <rudi@heitbaum.com>
|
||||
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
||||
---
|
||||
Makefile.in | 38 ++++++++++++++++++++------------------
|
||||
Mkfiles/msvc.mak | 14 +++++++-------
|
||||
Mkfiles/openwcom.mak | 14 +++++++-------
|
||||
doc/Makefile.in | 2 +-
|
||||
6 files changed, 37 insertions(+), 34 deletions(-)
|
||||
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index 148fcb50..95268fd2 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -37,8 +37,10 @@ AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
STRIP = @STRIP@
|
||||
|
||||
+tools = $(top_srcdir)/tools
|
||||
+
|
||||
PERL = perl
|
||||
-PERLFLAGS = -I$(srcdir)/perllib -I$(srcdir)
|
||||
+PERLFLAGS = -I$(top_srcdir)/perllib -I$(srcdir)
|
||||
RUNPERL = $(PERL) $(PERLFLAGS)
|
||||
|
||||
PYTHON3 = python3
|
||||
@@ -65,8 +67,8 @@ LN_S = @LN_S@
|
||||
FIND = find
|
||||
|
||||
# Binary suffixes
|
||||
-O = @OBJEXT@
|
||||
-X = @EXEEXT@
|
||||
+O = @OBJEXT@
|
||||
+X = @EXEEXT@
|
||||
A = @LIBEXT@
|
||||
|
||||
# Debug stuff
|
||||
@@ -194,14 +196,14 @@ PERLREQ = config/unconfig.h \
|
||||
x86/iflag.c x86/iflaggen.h \
|
||||
macros/macros.c \
|
||||
asm/pptok.ph asm/directbl.c asm/directiv.h \
|
||||
- asm/warnings.c include/warnings.h doc/warnings.src \
|
||||
+ $(WARNFILES) \
|
||||
misc/nasmtok.el \
|
||||
version.h version.mac version.mak nsis/version.nsh
|
||||
|
||||
INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.ph x86/iflags.ph
|
||||
|
||||
config/unconfig.h: config/config.h.in
|
||||
- $(RUNPERL) $(srcdir)/tools/unconfig.pl \
|
||||
+ $(RUNPERL) $(tools)/unconfig.pl \
|
||||
'$(srcdir)' config/config.h.in config/unconfig.h
|
||||
|
||||
x86/iflag.c: $(INSDEP)
|
||||
@@ -273,7 +275,7 @@ x86/regs.h: x86/regs.dat x86/regs.pl
|
||||
# reasonable, but doesn't update the time stamp if the files aren't
|
||||
# changed, to avoid rebuilding everything every time. Track the actual
|
||||
# dependency by the empty file asm/warnings.time.
|
||||
-WARNFILES = asm/warnings.c include/warnings.h doc/warnings.src
|
||||
+WARNFILES = asm/warnings_c.h include/warnings.h doc/warnings.src
|
||||
|
||||
warnings:
|
||||
$(RM_F) $(WARNFILES) $(WARNFILES:=.time)
|
||||
@@ -283,11 +285,11 @@ asm/warnings.time: $(ALLOBJ_NW:.$(O)=.c)
|
||||
: > asm/warnings.time
|
||||
$(MAKE) $(WARNFILES:=.time)
|
||||
|
||||
-asm/warnings.c.time: asm/warnings.pl asm/warnings.time
|
||||
- $(RUNPERL) $(srcdir)/asm/warnings.pl c asm/warnings.c $(srcdir)
|
||||
- : > asm/warnings.c.time
|
||||
+asm/warnings_c.h.time: asm/warnings.pl asm/warnings.time
|
||||
+ $(RUNPERL) $(srcdir)/asm/warnings.pl c asm/warnings_c.h $(srcdir)
|
||||
+ : > asm/warnings_c.h.time
|
||||
|
||||
-asm/warnings.c: asm/warnings.c.time
|
||||
+asm/warnings_c.h: asm/warnings_c.h.time
|
||||
@: Side effect
|
||||
|
||||
include/warnings.h.time: asm/warnings.pl asm/warnings.time
|
||||
@@ -506,8 +508,8 @@ EXTERNAL_DEPENDENCIES = 1
|
||||
# the dependency information will remain external, so it doesn't
|
||||
# pollute the git logs.
|
||||
#
|
||||
-Makefile.dep: $(PERLREQ) tools/mkdep.pl config.status
|
||||
- $(RUNPERL) tools/mkdep.pl -M Makefile.in -- $(DEPDIRS)
|
||||
+Makefile.dep: $(PERLREQ) $(tools)/mkdep.pl config.status
|
||||
+ $(RUNPERL) $(tools)/mkdep.pl -M Makefile.in -- $(DEPDIRS)
|
||||
|
||||
dep: Makefile.dep
|
||||
|
||||
@@ -517,9 +519,9 @@ dep: Makefile.dep
|
||||
# be invoked manually or via "make dist". It should be run before
|
||||
# creating release archives.
|
||||
#
|
||||
-alldeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
|
||||
- $(RUNPERL) tools/syncfiles.pl Makefile.in Mkfiles/*.mak
|
||||
- $(RUNPERL) tools/mkdep.pl -i -M Makefile.in Mkfiles/*.mak -- \
|
||||
+alldeps: $(PERLREQ) $(tools)/syncfiles.pl $(tools)/mkdep.pl
|
||||
+ $(RUNPERL) $(tools)/syncfiles.pl Makefile.in Mkfiles/*.mak
|
||||
+ $(RUNPERL) $(tools)/mkdep.pl -i -M Makefile.in Mkfiles/*.mak -- \
|
||||
$(DEPDIRS)
|
||||
$(RM_F) *.dep
|
||||
if [ -f config.status ]; then \
|
||||
@@ -528,9 +530,9 @@ alldeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
|
||||
|
||||
# Strip internal dependency information from all Makefiles; this makes
|
||||
# the output good for git checkin
|
||||
-cleandeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
|
||||
- $(RUNPERL) tools/syncfiles.pl Makefile.in Mkfiles/*.mak
|
||||
- $(RUNPERL) tools/mkdep.pl -e -M Makefile.in Mkfiles/*.mak -- \
|
||||
+cleandeps: $(PERLREQ) $(tools)/syncfiles.pl $(tools)/mkdep.pl
|
||||
+ $(RUNPERL) $(tools)/syncfiles.pl Makefile.in Mkfiles/*.mak
|
||||
+ $(RUNPERL) $(tools)/mkdep.pl -e -M Makefile.in Mkfiles/*.mak -- \
|
||||
$(DEPDIRS)
|
||||
$(RM_F) *.dep
|
||||
if [ -f config.status ]; then \
|
||||
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
|
||||
index cf71fffc..da71c5c6 100644
|
||||
--- a/Mkfiles/msvc.mak
|
||||
+++ b/Mkfiles/msvc.mak
|
||||
@@ -153,14 +153,14 @@ PERLREQ = config\unconfig.h \
|
||||
x86\iflag.c x86\iflaggen.h \
|
||||
macros\macros.c \
|
||||
asm\pptok.ph asm\directbl.c asm\directiv.h \
|
||||
- asm\warnings.c include\warnings.h doc\warnings.src \
|
||||
+ $(WARNFILES) \
|
||||
misc\nasmtok.el \
|
||||
version.h version.mac version.mak nsis\version.nsh
|
||||
|
||||
INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph x86\iflags.ph
|
||||
|
||||
config\unconfig.h: config\config.h.in
|
||||
- $(RUNPERL) $(srcdir)\tools\unconfig.pl \
|
||||
+ $(RUNPERL) $(tools)\unconfig.pl \
|
||||
'$(srcdir)' config\config.h.in config\unconfig.h
|
||||
|
||||
x86\iflag.c: $(INSDEP)
|
||||
@@ -232,7 +232,7 @@ x86\regs.h: x86\regs.dat x86\regs.pl
|
||||
# reasonable, but doesn't update the time stamp if the files aren't
|
||||
# changed, to avoid rebuilding everything every time. Track the actual
|
||||
# dependency by the empty file asm\warnings.time.
|
||||
-WARNFILES = asm\warnings.c include\warnings.h doc\warnings.src
|
||||
+WARNFILES = asm\warnings_c.h include\warnings.h doc\warnings.src
|
||||
|
||||
warnings:
|
||||
$(RM_F) $(WARNFILES) $(WARNFILES:=.time)
|
||||
@@ -242,11 +242,11 @@ asm\warnings.time: $(ALLOBJ_NW:.$(O)=.c)
|
||||
: > asm\warnings.time
|
||||
$(MAKE) $(WARNFILES:=.time)
|
||||
|
||||
-asm\warnings.c.time: asm\warnings.pl asm\warnings.time
|
||||
- $(RUNPERL) $(srcdir)\asm\warnings.pl c asm\warnings.c $(srcdir)
|
||||
- : > asm\warnings.c.time
|
||||
+asm\warnings_c.h.time: asm\warnings.pl asm\warnings.time
|
||||
+ $(RUNPERL) $(srcdir)\asm\warnings.pl c asm\warnings_c.h $(srcdir)
|
||||
+ : > asm\warnings_c.h.time
|
||||
|
||||
-asm\warnings.c: asm\warnings.c.time
|
||||
+asm\warnings_c.h: asm\warnings_c.h.time
|
||||
@: Side effect
|
||||
|
||||
include\warnings.h.time: asm\warnings.pl asm\warnings.time
|
||||
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
|
||||
index 5394d85d..605f9afe 100644
|
||||
--- a/Mkfiles/openwcom.mak
|
||||
+++ b/Mkfiles/openwcom.mak
|
||||
@@ -166,14 +166,14 @@ PERLREQ = config\unconfig.h &
|
||||
x86\iflag.c x86\iflaggen.h &
|
||||
macros\macros.c &
|
||||
asm\pptok.ph asm\directbl.c asm\directiv.h &
|
||||
- asm\warnings.c include\warnings.h doc\warnings.src &
|
||||
+ $(WARNFILES) &
|
||||
misc\nasmtok.el &
|
||||
version.h version.mac version.mak nsis\version.nsh
|
||||
|
||||
INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph x86\iflags.ph
|
||||
|
||||
config\unconfig.h: config\config.h.in
|
||||
- $(RUNPERL) $(srcdir)\tools\unconfig.pl &
|
||||
+ $(RUNPERL) $(tools)\unconfig.pl &
|
||||
'$(srcdir)' config\config.h.in config\unconfig.h
|
||||
|
||||
x86\iflag.c: $(INSDEP)
|
||||
@@ -245,7 +245,7 @@ x86\regs.h: x86\regs.dat x86\regs.pl
|
||||
# reasonable, but doesn't update the time stamp if the files aren't
|
||||
# changed, to avoid rebuilding everything every time. Track the actual
|
||||
# dependency by the empty file asm\warnings.time.
|
||||
-WARNFILES = asm\warnings.c include\warnings.h doc\warnings.src
|
||||
+WARNFILES = asm\warnings_c.h include\warnings.h doc\warnings.src
|
||||
|
||||
warnings:
|
||||
$(RM_F) $(WARNFILES) $(WARNFILES:=.time)
|
||||
@@ -255,11 +255,11 @@ asm\warnings.time: $(ALLOBJ_NW:.$(O)=.c)
|
||||
: > asm\warnings.time
|
||||
$(MAKE) $(WARNFILES:=.time)
|
||||
|
||||
-asm\warnings.c.time: asm\warnings.pl asm\warnings.time
|
||||
- $(RUNPERL) $(srcdir)\asm\warnings.pl c asm\warnings.c $(srcdir)
|
||||
- : > asm\warnings.c.time
|
||||
+asm\warnings_c.h.time: asm\warnings.pl asm\warnings.time
|
||||
+ $(RUNPERL) $(srcdir)\asm\warnings.pl c asm\warnings_c.h $(srcdir)
|
||||
+ : > asm\warnings_c.h.time
|
||||
|
||||
-asm\warnings.c: asm\warnings.c.time
|
||||
+asm\warnings_c.h: asm\warnings_c.h.time
|
||||
@: Side effect
|
||||
|
||||
include\warnings.h.time: asm\warnings.pl asm\warnings.time
|
||||
diff --git a/doc/Makefile.in b/doc/Makefile.in
|
||||
index e92437a0..1c8393c5 100644
|
||||
--- a/doc/Makefile.in
|
||||
+++ b/doc/Makefile.in
|
||||
@@ -20,7 +20,7 @@ INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
-PERL = perl -I$(srcdir)
|
||||
+PERL = perl -I$(top_srcdir)/perllib -I$(srcdir)
|
||||
|
||||
PDFOPT = @PDFOPT@
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="kernel-firmware"
|
||||
PKG_VERSION="20240312"
|
||||
PKG_SHA256="b2327a54ad1897c828008caf63af5ee15469ba723a5016be58f2b44f07bd4b94"
|
||||
PKG_VERSION="20240410"
|
||||
PKG_SHA256="b7f231228439c4302be2dfb5014dad18f4a77d663a11667c08c7b8aea7580d99"
|
||||
PKG_LICENSE="other"
|
||||
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
|
||||
PKG_URL="https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gmmlib"
|
||||
PKG_VERSION="22.3.18"
|
||||
PKG_SHA256="381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f"
|
||||
PKG_VERSION="22.3.19"
|
||||
PKG_SHA256="ea9c418b0fd84a982850f230cb2d783dfe2e1f9923065f54b2fcaad1e9b33417"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://01.org/linuxmedia"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libva"
|
||||
PKG_VERSION="2.20.0"
|
||||
PKG_SHA256="117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60"
|
||||
PKG_VERSION="2.21.0"
|
||||
PKG_SHA256="f7c3fffef3f04eb146e036dad2587d852bfb70e4926d014bf437244915ef7425"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://01.org/linuxmedia"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="media-driver"
|
||||
PKG_VERSION="24.1.5"
|
||||
PKG_SHA256="e23ea37c98d8d4b9d1a3a134b6489256d8f5a7a4ee71967b1db8ade70052654f"
|
||||
PKG_VERSION="24.2.2"
|
||||
PKG_SHA256="7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://01.org/linuxmedia"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nv-codec-headers"
|
||||
PKG_VERSION="12.1.14.0"
|
||||
PKG_SHA256="2fefaa227d2a3b4170797796425a59d1dd2ed5fd231db9b4244468ba327acd0b"
|
||||
PKG_VERSION="12.2.72.0"
|
||||
PKG_SHA256="dbeaec433d93b850714760282f1d0992b1254fc3b5a6cb7d76fc1340a1e47563"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/FFmpeg/nv-codec-headers"
|
||||
PKG_URL="https://github.com/FFmpeg/nv-codec-headers/archive/n${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="rsync"
|
||||
PKG_VERSION="3.2.7"
|
||||
PKG_SHA256="4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb"
|
||||
PKG_VERSION="3.3.0"
|
||||
PKG_SHA256="7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://rsync.samba.org"
|
||||
PKG_URL="https://download.samba.org/pub/rsync/src/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
6473
packages/network/rsync/patches/592.patch
Normal file
6473
packages/network/rsync/patches/592.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="Mako"
|
||||
PKG_VERSION="1.3.2"
|
||||
PKG_SHA256="2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e"
|
||||
PKG_VERSION="1.3.3"
|
||||
PKG_SHA256="e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://pypi.org/project/Mako"
|
||||
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="meson"
|
||||
PKG_VERSION="1.3.2"
|
||||
PKG_SHA256="492eb450c8b073024276f916f5adbb3c4bb7e90e9e6ec124efda064f3d9b5baa"
|
||||
PKG_VERSION="1.4.0"
|
||||
PKG_SHA256="8fd6630c25c27f1489a8a0392b311a60481a3c161aa699b330e25935b750138d"
|
||||
PKG_LICENSE="Apache"
|
||||
PKG_SITE="https://mesonbuild.com"
|
||||
PKG_URL="https://github.com/mesonbuild/meson/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="ninja"
|
||||
PKG_VERSION="1.11.1"
|
||||
PKG_SHA256="31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea"
|
||||
PKG_VERSION="1.12.0"
|
||||
PKG_SHA256="8b2c86cd483dc7fcb7975c5ec7329135d210099a89bc7db0590a07b0bbfe49a5"
|
||||
PKG_LICENSE="Apache"
|
||||
PKG_SITE="https://ninja-build.org/"
|
||||
PKG_URL="https://github.com/ninja-build/ninja/archive/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="Python3:host"
|
||||
PKG_DEPENDS_HOST="Python3:host googletest:host"
|
||||
PKG_LONGDESC="Small build system with a focus on speed"
|
||||
PKG_TOOLCHAIN="cmake-make"
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="pyelftools"
|
||||
PKG_VERSION="0.30"
|
||||
PKG_SHA256="548fc0dfe905b8378844889df610513f48fee299bb35100cf99f9b55cb610ff8"
|
||||
PKG_VERSION="0.31"
|
||||
PKG_SHA256="24815cbfff9c5f68f5268983f55d969540a087bfdaa73c93f1a88e2a771f80f1"
|
||||
PKG_LICENSE="Unlicense"
|
||||
PKG_SITE="https://github.com/eliben/pyelftools"
|
||||
PKG_URL="https://github.com/eliben/pyelftools/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="waf"
|
||||
PKG_VERSION="2.0.26"
|
||||
PKG_SHA256="c33d19c1bdfae1b078edaef2fab19b1bc734294edd4cc005d4881e9d53ed219c"
|
||||
PKG_VERSION="2.0.27"
|
||||
PKG_SHA256="0c15f1b20de823c4fd5a224e5b0158446ef0b30f8a2f2185ac2218eb67c94519"
|
||||
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="Pillow"
|
||||
PKG_VERSION="10.2.0"
|
||||
PKG_SHA256="fe695f6fa8bbc341b9044b6553a32d84cf6d6ea0de104396aece85e454c7cbc2"
|
||||
PKG_VERSION="10.3.0"
|
||||
PKG_SHA256="5a2f1a812237bf9bd57f283422f46ca97a1c3d43d5f67b9bf8a0d499c4b97c85"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://python-pillow.org/"
|
||||
PKG_URL="https://github.com/python-pillow/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,16 +2,18 @@ diff --git a/setup.py b/setup.py
|
||||
index 8eb0b3c..277e44a 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -335,7 +335,7 @@
|
||||
)
|
||||
@@ -341,9 +341,7 @@
|
||||
return True if value in configuration.get(option, []) else None
|
||||
|
||||
def initialize_options(self):
|
||||
- self.disable_platform_guessing = None
|
||||
- self.disable_platform_guessing = self.check_configuration(
|
||||
- "platform-guessing", "disable"
|
||||
- )
|
||||
+ self.disable_platform_guessing = True
|
||||
self.add_imaging_libs = ""
|
||||
build_ext.initialize_options(self)
|
||||
for x in self.feature:
|
||||
@@ -987,6 +987,7 @@
|
||||
@@ -1007,6 +1005,7 @@
|
||||
|
||||
try:
|
||||
setup(
|
||||
|
@ -10,15 +10,15 @@ PKG_TOOLCHAIN="manual"
|
||||
|
||||
case "${MACHINE_HARDWARE_NAME}" in
|
||||
"aarch64")
|
||||
PKG_SHA256="d0c54d824e64b7313a974409541ca3a157b3ed7299865786bd0c440b0e073091"
|
||||
PKG_SHA256="287ffa73bca35c2c5c83ecfe9f05bd40e1f71a05a66c60a80563ee9af4cf2c2b"
|
||||
PKG_URL="https://static.rust-lang.org/dist/cargo-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnu.tar.xz"
|
||||
;;
|
||||
"arm")
|
||||
PKG_SHA256="427eff597f3801987959a97a1ee5d5df57c56875a7adada41b45e72b46edfb4d"
|
||||
PKG_SHA256="d54c19fc74a79fa55e26cd9b5a4384433d3282f9e63ea3121f45089bd0e4bbd0"
|
||||
PKG_URL="https://static.rust-lang.org/dist/cargo-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnueabihf.tar.xz"
|
||||
;;
|
||||
"x86_64")
|
||||
PKG_SHA256="30ec0ad9fca443ec12c544f9ce448dacdde411a45b9042961938b650e918ccfb"
|
||||
PKG_SHA256="b57b050ee48123e05021aff43f84da4b10d1d777dd350dd54fbc14448cd3d2d8"
|
||||
PKG_URL="https://static.rust-lang.org/dist/cargo-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnu.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
@ -10,15 +10,15 @@ PKG_TOOLCHAIN="manual"
|
||||
|
||||
case "${MACHINE_HARDWARE_NAME}" in
|
||||
"aarch64")
|
||||
PKG_SHA256="c0c579d9321da855109a2b6c7d7c9e01549db37e8490f058cfdc0012bef394cd"
|
||||
PKG_SHA256="748bc0a989a6f6af26e9fb1fe53be139d55694875a617bd86921d040d8f0b6cb"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rust-std-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnu.tar.xz"
|
||||
;;
|
||||
"arm")
|
||||
PKG_SHA256="3b9a6af550679c82cf205b665962de86d067e9ccfc392c754217519dbf2bce52"
|
||||
PKG_SHA256="65f9521f0f965589c10d6295d12a48285f06c76178489f4eaa8600a7998d10fe"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rust-std-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnueabihf.tar.xz"
|
||||
;;
|
||||
"x86_64")
|
||||
PKG_SHA256="e41150b52d923a3bbe166c4ecc5719f56576274b0d034d764768aee279ae2063"
|
||||
PKG_SHA256="23119121fae4b7163b9c2ff5cbaad03d08f80d55da011a025d6b17d27489df7f"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rust-std-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnu.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="rust"
|
||||
PKG_VERSION="1.76.0"
|
||||
PKG_SHA256="9e5cff033a7f0d2266818982ad90e4d3e4ef8f8ee1715776c6e25073a136c021"
|
||||
PKG_VERSION="1.77.2"
|
||||
PKG_SHA256="c61457ef8f596638fddbc7716778b2f6b99ff12513a3b0f13994c3bc521638c3"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://www.rust-lang.org"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rustc-${PKG_VERSION}-src.tar.gz"
|
||||
@ -33,7 +33,7 @@ configure_host() {
|
||||
esac
|
||||
|
||||
cat > ${PKG_BUILD}/config.toml <<END
|
||||
changelog-seen = 2
|
||||
change-id = 102579
|
||||
|
||||
[target.${TARGET_NAME}]
|
||||
llvm-config = "${TOOLCHAIN}/bin/llvm-config"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"arch": "x86_64",
|
||||
"cpu": "x86-64",
|
||||
"crt-static-respected": true,
|
||||
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
|
||||
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
|
||||
"dynamic-linking": true,
|
||||
"env": "gnu",
|
||||
"executables": true,
|
||||
|
@ -10,15 +10,15 @@ PKG_TOOLCHAIN="manual"
|
||||
|
||||
case "${MACHINE_HARDWARE_NAME}" in
|
||||
"aarch64")
|
||||
PKG_SHA256="a299b5053d2771c24e3d5787caa0317ea729618700acacf2eeb95e345a92529c"
|
||||
PKG_SHA256="57bfb0f2e162190677837f94af6c64cb165e85dd0aa69f9e3e795e7b75c15fc3"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rustc-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnu.tar.xz"
|
||||
;;
|
||||
"arm")
|
||||
PKG_SHA256="f398547fd5ad0e2f5904ace4eddaf74c615d0a75221b36ed2667fbb9a6324714"
|
||||
PKG_SHA256="ae2c04e286799399be4662cf1b4c0bb6860f286c39a6b257b4b6218198d82f17"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rustc-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnueabihf.tar.xz"
|
||||
;;
|
||||
"x86_64")
|
||||
PKG_SHA256="9fadfcf71bc6a0ddfd026b9624163faf1c5689dd4a1f7cc1f857167ade4aa6eb"
|
||||
PKG_SHA256="7fa3779e7693825728e99639c9b34b9475bfc0dc4a31f730d1f2fbb6764e183c"
|
||||
PKG_URL="https://static.rust-lang.org/dist/rustc-${PKG_VERSION}-${MACHINE_HARDWARE_NAME}-unknown-linux-gnu.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gnutls"
|
||||
PKG_VERSION="3.8.3"
|
||||
PKG_SHA256="f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e"
|
||||
PKG_VERSION="3.8.5"
|
||||
PKG_SHA256="66269a2cfe0e1c2dabec87bdbbd8ab656f396edd9a40dd006978e003cfa52bfc"
|
||||
PKG_LICENSE="LGPL2.1"
|
||||
PKG_SITE="https://gnutls.org"
|
||||
PKG_URL="https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_VERSION:0:3}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libgpg-error"
|
||||
PKG_VERSION="1.48"
|
||||
PKG_SHA256="89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f"
|
||||
PKG_VERSION="1.49"
|
||||
PKG_SHA256="8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://www.gnupg.org"
|
||||
PKG_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nss"
|
||||
PKG_VERSION="3.98"
|
||||
PKG_SHA256="59bb55a59b02e4004fc26ad0aa1a13fe8d73c6c90c447dd2f2efb73fb81083ed"
|
||||
PKG_VERSION="3.99"
|
||||
PKG_SHA256="5f29fea64b3234b33a615b6df40469e239a4168ac0909106bd00e6490b274c31"
|
||||
PKG_LICENSE="Mozilla Public License"
|
||||
PKG_SITE="http://ftp.mozilla.org/"
|
||||
PKG_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_${PKG_VERSION//./_}_RTM/src/nss-${PKG_VERSION}-with-nspr-$(get_pkg_version nspr).tar.gz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="openssl"
|
||||
PKG_VERSION="3.2.1"
|
||||
PKG_SHA256="83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39"
|
||||
PKG_VERSION="3.3.0"
|
||||
PKG_SHA256="53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02"
|
||||
PKG_LICENSE="Apache-2.0"
|
||||
PKG_SITE="https://www.openssl.org"
|
||||
PKG_URL="https://www.openssl.org/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="pciutils"
|
||||
PKG_VERSION="3.11.1"
|
||||
PKG_SHA256="3f472ad864473de5ba17f765cc96ef5f33e1b730918d3adda6f945a2a9290df4"
|
||||
PKG_VERSION="3.12.0"
|
||||
PKG_SHA256="f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://mj.ucw.cz/pciutils.shtml"
|
||||
PKG_URL="https://www.kernel.org/pub/software/utils/pciutils/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="systemd"
|
||||
PKG_VERSION="255.4"
|
||||
PKG_SHA256="96e75bd08c57ad401677456fb88ef54a9f05bb1695693013bc6ecce839640fd5"
|
||||
PKG_VERSION="255.5"
|
||||
PKG_SHA256="95e419f0bd80fde9f169533e070348beb94073d9a58daf505d719ed3ebfd2411"
|
||||
PKG_LICENSE="LGPL2.1+"
|
||||
PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
PKG_URL="https://github.com/systemd/systemd-stable/archive/v${PKG_VERSION}.tar.gz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="util-linux"
|
||||
PKG_VERSION="2.39.3"
|
||||
PKG_SHA256="7b6605e48d1a49f43cc4b4cfc59f313d0dd5402fa40b96810bd572e167dfed0f"
|
||||
PKG_VERSION="2.40"
|
||||
PKG_SHA256="d57a626081f9ead02fa44c63a6af162ec19c58f53e993f206ab7c3a6641c2cd7"
|
||||
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"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libxkbcommon"
|
||||
PKG_VERSION="1.6.0"
|
||||
PKG_SHA256="0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b"
|
||||
PKG_VERSION="1.7.0"
|
||||
PKG_SHA256="65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://xkbcommon.org"
|
||||
PKG_URL="https://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
|
||||
PKG_NAME="mtdev"
|
||||
PKG_VERSION="1.1.6"
|
||||
PKG_SHA256="15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0"
|
||||
PKG_VERSION="1.1.7"
|
||||
PKG_SHA256="a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://bitmath.org"
|
||||
PKG_URL="http://bitmath.org/code/mtdev/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="foot"
|
||||
PKG_VERSION="1.16.2"
|
||||
PKG_SHA256="0e02af376e5f4a96eeb90470b7ad2e79a1d660db2a7d1aa772be43c7db00e475"
|
||||
PKG_VERSION="1.17.2"
|
||||
PKG_SHA256="6b6c52f3e6d9ad357b9704996ce3039523c87df7b8e00a9250f8858d16495bf6"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://codeberg.org/dnkl/foot/"
|
||||
PKG_URL="https://codeberg.org/dnkl/foot/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="wayland-protocols"
|
||||
PKG_VERSION="1.34"
|
||||
PKG_SHA256="c59b27cacd85f60baf4ee5f80df5c0d15760ead6a2432b00ab7e2e0574dcafeb"
|
||||
PKG_VERSION="1.36"
|
||||
PKG_SHA256="71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://wayland.freedesktop.org/"
|
||||
PKG_URL="https://gitlab.freedesktop.org/wayland/${PKG_NAME}/-/releases/${PKG_VERSION}/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="weston"
|
||||
PKG_VERSION="13.0.0"
|
||||
PKG_SHA256="52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a"
|
||||
PKG_VERSION="13.0.1"
|
||||
PKG_SHA256="ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://wayland.freedesktop.org/"
|
||||
PKG_URL="https://gitlab.freedesktop.org/wayland/weston/-/releases/${PKG_VERSION}/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -10,61 +10,50 @@ PKG_SITE="https://curl.haxx.se"
|
||||
PKG_URL="https://curl.haxx.se/download/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain zlib openssl rtmpdump libidn2 nghttp2"
|
||||
PKG_LONGDESC="Client and library for (HTTP, HTTPS, FTP, ...) transfers."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
ac_cv_header_librtmp_rtmp_h=yes \
|
||||
--disable-debug \
|
||||
--enable-optimize \
|
||||
--enable-warnings \
|
||||
--disable-curldebug \
|
||||
--disable-ares \
|
||||
--enable-largefile \
|
||||
--enable-http \
|
||||
--enable-ftp \
|
||||
--enable-file \
|
||||
--disable-ldap \
|
||||
--disable-ldaps \
|
||||
--enable-rtsp \
|
||||
--enable-proxy \
|
||||
--disable-dict \
|
||||
--disable-telnet \
|
||||
--disable-tftp \
|
||||
--disable-pop3 \
|
||||
--disable-imap \
|
||||
--disable-smb \
|
||||
--disable-smtp \
|
||||
--disable-gopher \
|
||||
--disable-mqtt \
|
||||
--disable-manual \
|
||||
--enable-libgcc \
|
||||
--enable-ipv6 \
|
||||
--enable-versioned-symbols \
|
||||
--enable-threaded-resolver \
|
||||
--enable-verbose \
|
||||
--disable-sspi \
|
||||
--enable-cookies \
|
||||
--enable-symbol-hiding \
|
||||
--with-gnu-ld \
|
||||
--without-gssapi \
|
||||
--with-zlib \
|
||||
--without-brotli \
|
||||
--without-zstd \
|
||||
--with-random=/dev/urandom \
|
||||
--without-gnutls \
|
||||
--with-ssl \
|
||||
--without-mbedtls \
|
||||
--with-ca-bundle=/run/libreelec/cacert.pem \
|
||||
--without-ca-path \
|
||||
--without-libpsl \
|
||||
--without-libssh2 \
|
||||
--with-librtmp \
|
||||
--with-libidn2 \
|
||||
--with-nghttp2"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
PKG_CMAKE_OPTS_TARGET="-DENABLE_DEBUG=OFF \
|
||||
-DCURL_LTO=ON \
|
||||
-DCURL_WERROR=ON \
|
||||
-DENABLE_CURLDEBUG=OFF \
|
||||
-DENABLE_ARES=OFF \
|
||||
-DCURL_DISABLE_HTTP=OFF \
|
||||
-DCURL_DISABLE_FTP=OFF \
|
||||
-DCURL_DISABLE_FILE=OFF \
|
||||
-DCURL_DISABLE_LDAP=ON \
|
||||
-DCURL_DISABLE_LDAPS=ON \
|
||||
-DCURL_DISABLE_RTSP=OFF \
|
||||
-DCURL_DISABLE_PROXY=OFF \
|
||||
-DCURL_DISABLE_DICT=ON \
|
||||
-DCURL_DISABLE_TELNET=ON \
|
||||
-DCURL_DISABLE_TFTP=ON \
|
||||
-DCURL_DISABLE_POP3=ON \
|
||||
-DCURL_DISABLE_IMAP=ON \
|
||||
-DCURL_DISABLE_SMB=ON \
|
||||
-DCURL_DISABLE_SMTP=ON \
|
||||
-DCURL_DISABLE_GOPHER=ON \
|
||||
-DCURL_DISABLE_MQTT=ON \
|
||||
-DENABLE_CURL_MANUAL=OFF \
|
||||
-DENABLE_IPV6=ON \
|
||||
-DENABLE_THREADED_RESOLVER=ON \
|
||||
-DCURL_DISABLE_VERBOSE_STRINGS=OFF \
|
||||
-DCURL_WINDOWS_SSPI=OFF \
|
||||
-DCURL_DISABLE_COOKIES=OFF \
|
||||
-DCURL_HIDDEN_SYMBOLS=ON \
|
||||
-DCURL_USE_GSSAPI=OFF \
|
||||
-DUSE_ZLIB=ON \
|
||||
-DCURL_BROTLI=OFF \
|
||||
-DCURL_ZSTD=OFF \
|
||||
-DRANDOM_FILE=/dev/urandom \
|
||||
-DCURL_USE_GNUTLS=OFF \
|
||||
-DCURL_ENABLE_SSL=ON \
|
||||
-DCURL_USE_MBEDTLS=OFF \
|
||||
-DCURL_CA_BUNDLE=/run/libreelec/cacert.pem \
|
||||
-DCURL_CA_PATH=none \
|
||||
-DCURL_USE_LIBPSL=OFF \
|
||||
-DCURL_USE_LIBSSH2=OFF \
|
||||
-DUSE_LIBRTMP=ON \
|
||||
-DUSE_LIBIDN2=ON \
|
||||
-DUSE_NGHTTP2=ON"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}/usr/share/zsh
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nghttp2"
|
||||
PKG_VERSION="1.60.0"
|
||||
PKG_SHA256="625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e"
|
||||
PKG_VERSION="1.61.0"
|
||||
PKG_SHA256="c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html"
|
||||
PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz"
|
||||
|
@ -6,8 +6,8 @@ PKG_NAME="xf86-video-nvidia"
|
||||
# Remember to run "python3 packages/x11/driver/xf86-video-nvidia/scripts/make_nvidia_udev.py" and commit
|
||||
# changes to "packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules" whenever bumping version.
|
||||
# The build host may require installation of python3-lxml and python3-requests packages.
|
||||
PKG_VERSION="550.67"
|
||||
PKG_SHA256="56dfc09eafaa854bd91e76c7fd2b9f9eb51ceb1e00e02509e78957d143a5b306"
|
||||
PKG_VERSION="550.78"
|
||||
PKG_SHA256="3822a03d21607da36dd799199667da6380e2ec15ef80d1150c7c72a8d1f84eb9"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="https://www.nvidia.com/en-us/drivers/unix/"
|
||||
|
@ -331,6 +331,8 @@ ATTR{device}=="0x25aa", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25ab", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25ac", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25ad", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25b0", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25b2", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25b6", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25b8", GOTO="configure_nvidia"
|
||||
ATTR{device}=="0x25b9", GOTO="configure_nvidia"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libX11"
|
||||
PKG_VERSION="1.8.7"
|
||||
PKG_SHA256="05f267468e3c851ae2b5c830bcf74251a90f63f04dd7c709ca94dc155b7e99ee"
|
||||
PKG_VERSION="1.8.9"
|
||||
PKG_SHA256="779d8f111d144ef93e2daa5f23a762ce9555affc99592844e71c4243d3bd3262"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://www.x.org/"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libpciaccess"
|
||||
PKG_VERSION="0.18"
|
||||
PKG_SHA256="5461b0257d495254346f52a9c329b44b346262663675d3fecdb204a7e7c262a9"
|
||||
PKG_VERSION="0.18.1"
|
||||
PKG_SHA256="4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://freedesktop.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libxcb"
|
||||
PKG_VERSION="1.16.1"
|
||||
PKG_SHA256="f24d187154c8e027b358fc7cb6588e35e33e6a92f11c668fe77396a7ae66e311"
|
||||
PKG_VERSION="1.17.0"
|
||||
PKG_SHA256="599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://xcb.freedesktop.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xcb-proto"
|
||||
PKG_VERSION="1.16.0"
|
||||
PKG_SHA256="a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119"
|
||||
PKG_VERSION="1.17.0"
|
||||
PKG_SHA256="2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://www.X.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/proto/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xorgproto"
|
||||
PKG_VERSION="2023.2"
|
||||
PKG_SHA256="b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c"
|
||||
PKG_VERSION="2024.1"
|
||||
PKG_SHA256="372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://www.X.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/proto/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="util-macros"
|
||||
PKG_VERSION="1.20.0"
|
||||
PKG_SHA256="0b86b262dbe971edb4ff233bc370dfad9f241d09f078a3f6d5b7f4b8ea4430db"
|
||||
PKG_VERSION="1.20.1"
|
||||
PKG_SHA256="0b308f62dce78ac0f4d9de6888234bf170f276b64ac7c96e99779bb4319bcef5"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://www.X.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/util/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xorg-server"
|
||||
PKG_VERSION="21.1.11"
|
||||
PKG_SHA256="1d3dadbd57fb86b16a018e9f5f957aeeadf744f56c0553f55737628d06d326ef"
|
||||
PKG_VERSION="21.1.13"
|
||||
PKG_SHA256="b45a02d5943f72236a360d3cc97e75134aa4f63039ff88c04686b508a3dc740c"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="https://www.x.org/releases/individual/xserver/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user