mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
packages: add missing dependencies
This commit is contained in:
parent
15287a2da8
commit
b135c7ead9
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="cxxtools"
|
PKG_NAME="cxxtools"
|
||||||
PKG_VERSION="2.2.1"
|
PKG_VERSION="2.2.1"
|
||||||
@ -7,8 +8,8 @@ PKG_SHA256="8cebb6d6cda7c93cc4f7c0d552a68d50dd5530b699cf87916bb3b708fdc4e342"
|
|||||||
PKG_LICENSE="GPL-2"
|
PKG_LICENSE="GPL-2"
|
||||||
PKG_SITE="http://www.tntnet.org/cxxtools.html"
|
PKG_SITE="http://www.tntnet.org/cxxtools.html"
|
||||||
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain cxxtools:host"
|
||||||
PKG_LONGDESC="Cxxtools is a collection of general-purpose C++ classes."
|
PKG_LONGDESC="Cxxtools is a collection of general-purpose C++ classes."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ PKG_SHA256="62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
PKG_URL="https://www.musicpd.org/download/mpc/0/mpc-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://www.musicpd.org/download/mpc/0/mpc-${PKG_VERSION}.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libiconv"
|
PKG_DEPENDS_TARGET="toolchain libiconv libmpdclient"
|
||||||
PKG_LONGDESC="Command-line client for MPD."
|
PKG_LONGDESC="Command-line client for MPD."
|
||||||
PKG_TOOLCHAIN="meson"
|
PKG_TOOLCHAIN="meson"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ PKG_SHA256="dd779b6992de37995555e1d54caf0716a694765efc65480eed2c713105ab46fe"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.liblognorm.com"
|
PKG_SITE="http://www.liblognorm.com"
|
||||||
PKG_URL="https://github.com/rsyslog/liblognorm/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/rsyslog/liblognorm/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain libestr"
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
PKG_LONGDESC="A fast samples-based log normalization library."
|
PKG_LONGDESC="A fast samples-based log normalization library."
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ PKG_SHA256="5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://p7zip.sourceforge.net/"
|
PKG_SITE="http://p7zip.sourceforge.net/"
|
||||||
PKG_URL="http://downloads.sourceforge.net/project/p7zip/p7zip/${PKG_VERSION}/p7zip_${PKG_VERSION}_src_all.tar.bz2"
|
PKG_URL="http://downloads.sourceforge.net/project/p7zip/p7zip/${PKG_VERSION}/p7zip_${PKG_VERSION}_src_all.tar.bz2"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="p7zip is a port of 7za.exe for POSIX systems like Unix."
|
PKG_LONGDESC="p7zip is a port of 7za.exe for POSIX systems like Unix."
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="fluidsynth"
|
PKG_NAME="fluidsynth"
|
||||||
PKG_VERSION="1.1.6"
|
PKG_VERSION="1.1.6"
|
||||||
@ -7,7 +8,7 @@ PKG_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://fluidsynth.org/"
|
PKG_SITE="http://fluidsynth.org/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/project/fluidsynth/fluidsynth-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="$SOURCEFORGE_SRC/project/fluidsynth/fluidsynth-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain glib"
|
||||||
PKG_LONGDESC="FluidSynth renders midi music files as raw audio data, for playing or conversion."
|
PKG_LONGDESC="FluidSynth renders midi music files as raw audio data, for playing or conversion."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ PKG_SHA256="a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.bzip.org"
|
PKG_SITE="http://www.bzip.org"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A high-quality bzip2 data compressor."
|
PKG_LONGDESC="A high-quality bzip2 data compressor."
|
||||||
PKG_BUILD_FLAGS="+pic +pic:host"
|
PKG_BUILD_FLAGS="+pic +pic:host"
|
||||||
|
@ -9,6 +9,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://tukaani.org/xz/"
|
PKG_SITE="http://tukaani.org/xz/"
|
||||||
PKG_URL="http://tukaani.org/xz/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://tukaani.org/xz/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_HOST="ccache:host"
|
PKG_DEPENDS_HOST="ccache:host"
|
||||||
|
PKG_DEPENDS_TARGET="gcc:host"
|
||||||
PKG_LONGDESC="A free general-purpose data compression software with high compression ratio."
|
PKG_LONGDESC="A free general-purpose data compression software with high compression ratio."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ PKG_LICENSE="BSD/GPLv2"
|
|||||||
PKG_SITE="http://www.zstd.net"
|
PKG_SITE="http://www.zstd.net"
|
||||||
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/facebook/zstd/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_SOURCE_DIR=$PKG_NAME-$PKG_VERSION
|
PKG_SOURCE_DIR=$PKG_NAME-$PKG_VERSION
|
||||||
|
PKG_DEPENDS_HOST="gcc:host ninja:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A fast real-time compression algorithm."
|
PKG_LONGDESC="A fast real-time compression algorithm."
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ PKG_SHA256="5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d"
|
|||||||
PKG_LICENSE="PublicDomain"
|
PKG_LICENSE="PublicDomain"
|
||||||
PKG_SITE="https://www.sqlite.org/"
|
PKG_SITE="https://www.sqlite.org/"
|
||||||
PKG_URL="https://www.sqlite.org/2018/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://www.sqlite.org/2018/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="An Embeddable SQL Database Engine."
|
PKG_LONGDESC="An Embeddable SQL Database Engine."
|
||||||
# libsqlite3.a(sqlite3.o): requires dynamic R_X86_64_PC32 reloc against 'sqlite3_stricmp' which may overflow at runtime
|
# libsqlite3.a(sqlite3.o): requires dynamic R_X86_64_PC32 reloc against 'sqlite3_stricmp' which may overflow at runtime
|
||||||
|
@ -7,6 +7,7 @@ PKG_SHA256="3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.nongnu.org/libunwind/"
|
PKG_SITE="http://www.nongnu.org/libunwind/"
|
||||||
PKG_URL="http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS_TARGET="gcc:host"
|
||||||
PKG_LONGDESC="library to determine the call-chain of a program"
|
PKG_LONGDESC="library to determine the call-chain of a program"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
@ -9,7 +9,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="https://sourceware.org/elfutils/"
|
PKG_SITE="https://sourceware.org/elfutils/"
|
||||||
PKG_URL="https://sourceware.org/elfutils/ftp/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://sourceware.org/elfutils/ftp/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_HOST="make:host zlib:host"
|
PKG_DEPENDS_HOST="make:host zlib:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib"
|
PKG_DEPENDS_TARGET="toolchain zlib elfutils:host"
|
||||||
PKG_LONGDESC="A collection of utilities to handle ELF objects."
|
PKG_LONGDESC="A collection of utilities to handle ELF objects."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
@ -9,6 +9,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="http://flex.sourceforge.net/"
|
PKG_SITE="http://flex.sourceforge.net/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="$SOURCEFORGE_SRC/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_HOST="ccache:host"
|
PKG_DEPENDS_HOST="ccache:host"
|
||||||
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A tool for generating programs that perform pattern-matching on text."
|
PKG_LONGDESC="A tool for generating programs that perform pattern-matching on text."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ PKG_SHA256="f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/libc/"
|
PKG_SITE="http://www.gnu.org/software/libc/"
|
||||||
PKG_URL="http://ftp.gnu.org/pub/gnu/glibc/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://ftp.gnu.org/pub/gnu/glibc/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="ccache:host autotools:host autoconf:host linux:host gcc:bootstrap"
|
PKG_DEPENDS_TARGET="ccache:host autotools:host linux:host gcc:bootstrap"
|
||||||
PKG_DEPENDS_INIT="glibc"
|
PKG_DEPENDS_INIT="glibc"
|
||||||
PKG_LONGDESC="The Glibc package contains the main C library."
|
PKG_LONGDESC="The Glibc package contains the main C library."
|
||||||
PKG_BUILD_FLAGS="-gold"
|
PKG_BUILD_FLAGS="-gold"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libffi"
|
PKG_NAME="libffi"
|
||||||
PKG_VERSION="3.2.1"
|
PKG_VERSION="3.2.1"
|
||||||
@ -7,6 +8,7 @@ PKG_SHA256="d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://sourceware.org/$PKG_NAME/"
|
PKG_SITE="http://sourceware.org/$PKG_NAME/"
|
||||||
PKG_URL="ftp://sourceware.org/pub/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="ftp://sourceware.org/pub/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="Foreign Function Interface Library."
|
PKG_LONGDESC="Foreign Function Interface Library."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
@ -7,6 +7,7 @@ PKG_SHA256="08b07c3e792961f300829512c283d5fefc0b1c421a57b76922c3d13303ed677d"
|
|||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="http://www.gnu.org/software/ncurses/"
|
PKG_SITE="http://www.gnu.org/software/ncurses/"
|
||||||
PKG_URL="http://invisible-mirror.net/archives/ncurses/current/ncurses-$PKG_VERSION.tgz"
|
PKG_URL="http://invisible-mirror.net/archives/ncurses/current/ncurses-$PKG_VERSION.tgz"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib ncurses:host"
|
PKG_DEPENDS_TARGET="toolchain zlib ncurses:host"
|
||||||
PKG_LONGDESC="A library is a free software emulation of curses in System V Release 4.0, and more."
|
PKG_LONGDESC="A library is a free software emulation of curses in System V Release 4.0, and more."
|
||||||
# causes some segmentation fault's (dialog) when compiled with gcc's link time optimization.
|
# causes some segmentation fault's (dialog) when compiled with gcc's link time optimization.
|
||||||
|
@ -8,7 +8,7 @@ PKG_SHA256="2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301"
|
|||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.pcre.org/"
|
PKG_SITE="http://www.pcre.org/"
|
||||||
PKG_URL="https://ftp.pcre.org/pub/pcre/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://ftp.pcre.org/pub/pcre/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A set of functions that implement regular expression pattern matching."
|
PKG_LONGDESC="A set of functions that implement regular expression pattern matching."
|
||||||
PKG_TOOLCHAIN="configure"
|
PKG_TOOLCHAIN="configure"
|
||||||
|
@ -11,6 +11,7 @@ PKG_URL="http://ftpmirror.gnu.org/gcc/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERS
|
|||||||
PKG_DEPENDS_BOOTSTRAP="ccache:host autoconf:host binutils:host gmp:host mpfr:host mpc:host"
|
PKG_DEPENDS_BOOTSTRAP="ccache:host autoconf:host binutils:host gmp:host mpfr:host mpc:host"
|
||||||
PKG_DEPENDS_TARGET="gcc:host"
|
PKG_DEPENDS_TARGET="gcc:host"
|
||||||
PKG_DEPENDS_HOST="ccache:host autoconf:host binutils:host gmp:host mpfr:host mpc:host glibc"
|
PKG_DEPENDS_HOST="ccache:host autoconf:host binutils:host gmp:host mpfr:host mpc:host glibc"
|
||||||
|
PKG_DEPENDS_INIT="toolchain"
|
||||||
PKG_LONGDESC="This package contains the GNU Compiler Collection."
|
PKG_LONGDESC="This package contains the GNU Compiler Collection."
|
||||||
|
|
||||||
GCC_COMMON_CONFIGURE_OPTS="--target=$TARGET_NAME \
|
GCC_COMMON_CONFIGURE_OPTS="--target=$TARGET_NAME \
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
PKG_NAME="linux"
|
PKG_NAME="linux"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.kernel.org"
|
PKG_SITE="http://www.kernel.org"
|
||||||
PKG_DEPENDS_HOST="ccache:host"
|
PKG_DEPENDS_HOST="ccache:host openssl:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain cpio:host kmod:host xz:host wireless-regdb keyutils $KERNEL_EXTRA_DEPENDS_TARGET"
|
PKG_DEPENDS_TARGET="toolchain cpio:host kmod:host xz:host wireless-regdb keyutils $KERNEL_EXTRA_DEPENDS_TARGET"
|
||||||
PKG_DEPENDS_INIT="toolchain"
|
PKG_DEPENDS_INIT="toolchain"
|
||||||
PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
||||||
|
@ -6,6 +6,7 @@ PKG_NAME="JsonSchemaBuilder"
|
|||||||
PKG_VERSION="0"
|
PKG_VERSION="0"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.kodi.tv"
|
PKG_SITE="http://www.kodi.tv"
|
||||||
|
PKG_DEPENDS_HOST="toolchain"
|
||||||
PKG_DEPENDS_UNPACK="kodi"
|
PKG_DEPENDS_UNPACK="kodi"
|
||||||
PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
||||||
PKG_LONGDESC="kodi-platform:"
|
PKG_LONGDESC="kodi-platform:"
|
||||||
|
@ -8,6 +8,7 @@ PKG_SHA256="e20a6e1400798fd5e3d831dd821b61c35b1f9a6465d6b18a53a9df4cf441acf0"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.freetype.org"
|
PKG_SITE="http://www.freetype.org"
|
||||||
PKG_URL="http://download.savannah.gnu.org/releases/freetype/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://download.savannah.gnu.org/releases/freetype/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib libpng"
|
PKG_DEPENDS_TARGET="toolchain zlib libpng"
|
||||||
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine."
|
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine."
|
||||||
PKG_TOOLCHAIN="configure"
|
PKG_TOOLCHAIN="configure"
|
||||||
|
@ -7,7 +7,7 @@ PKG_VERSION="4.19"
|
|||||||
PKG_LICENSE="Mozilla Public License"
|
PKG_LICENSE="Mozilla Public License"
|
||||||
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/nspr.html"
|
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/nspr.html"
|
||||||
PKG_DEPENDS_HOST="ccache:host"
|
PKG_DEPENDS_HOST="ccache:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain nss:host"
|
PKG_DEPENDS_TARGET="toolchain nss:host nspr:host"
|
||||||
PKG_DEPENDS_UNPACK="nss"
|
PKG_DEPENDS_UNPACK="nss"
|
||||||
PKG_LONGDESC="Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions"
|
PKG_LONGDESC="Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions"
|
||||||
PKG_TOOLCHAIN="configure"
|
PKG_TOOLCHAIN="configure"
|
||||||
|
@ -8,7 +8,7 @@ PKG_SHA256="9553da068c0a30b1b8b72479908c1ba58672e2be7b535363a88de5e0f7bc04ce"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.busybox.net"
|
PKG_SITE="http://www.busybox.net"
|
||||||
PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain busybox:host hdparm dosfstools e2fsprogs zip unzip usbutils parted procps-ng gptfdisk libtirpc"
|
PKG_DEPENDS_TARGET="toolchain busybox:host hdparm dosfstools e2fsprogs zip unzip usbutils parted procps-ng gptfdisk libtirpc"
|
||||||
PKG_DEPENDS_INIT="toolchain libtirpc"
|
PKG_DEPENDS_INIT="toolchain libtirpc"
|
||||||
PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into a single small executable."
|
PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into a single small executable."
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="dosfstools"
|
PKG_NAME="dosfstools"
|
||||||
PKG_VERSION="3.0.28"
|
PKG_VERSION="3.0.28"
|
||||||
@ -7,6 +8,7 @@ PKG_SHA256="ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2"
|
|||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/dosfstools/dosfstools"
|
PKG_SITE="https://github.com/dosfstools/dosfstools"
|
||||||
PKG_URL="https://github.com/dosfstools/dosfstools/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://github.com/dosfstools/dosfstools/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_DEPENDS_INIT="toolchain dosfstools"
|
PKG_DEPENDS_INIT="toolchain dosfstools"
|
||||||
PKG_LONGDESC="dosfstools contains utilities for making and checking MS-DOS FAT filesystems."
|
PKG_LONGDESC="dosfstools contains utilities for making and checking MS-DOS FAT filesystems."
|
||||||
|
@ -8,6 +8,7 @@ PKG_SHA256="926f8e8de1ffba55d791f21b71334e8a32b5227257ad370f2bf7e4396629e97f"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://e2fsprogs.sourceforge.net/"
|
PKG_SITE="http://e2fsprogs.sourceforge.net/"
|
||||||
PKG_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/$PKG_NAME/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/$PKG_NAME/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_DEPENDS_INIT="toolchain"
|
PKG_DEPENDS_INIT="toolchain"
|
||||||
PKG_LONGDESC="The filesystem utilities for the EXT2 filesystem, including e2fsck, mke2fs, dumpe2fs, fsck, and others."
|
PKG_LONGDESC="The filesystem utilities for the EXT2 filesystem, including e2fsck, mke2fs, dumpe2fs, fsck, and others."
|
||||||
|
@ -7,7 +7,7 @@ PKG_SHA256="b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.rodsbooks.com/gdisk/"
|
PKG_SITE="http://www.rodsbooks.com/gdisk/"
|
||||||
PKG_URL="https://downloads.sourceforge.net/project/$PKG_NAME/$PKG_NAME/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://downloads.sourceforge.net/project/$PKG_NAME/$PKG_NAME/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain popt"
|
PKG_DEPENDS_TARGET="toolchain popt crossguid"
|
||||||
PKG_LONGDESC="GPT text-mode partitioning tools"
|
PKG_LONGDESC="GPT text-mode partitioning tools"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
|
@ -7,7 +7,7 @@ PKG_VERSION="2.32.1"
|
|||||||
PKG_SHA256="86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2"
|
PKG_SHA256="86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_URL="http://www.kernel.org/pub/linux/utils/util-linux/v${PKG_VERSION%.*}/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://www.kernel.org/pub/linux/utils/util-linux/v${PKG_VERSION%.*}/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host pkg-config:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_DEPENDS_INIT="toolchain"
|
PKG_DEPENDS_INIT="toolchain"
|
||||||
PKG_LONGDESC="A large variety of low-level system utilities that are necessary for a Linux system to function."
|
PKG_LONGDESC="A large variety of low-level system utilities that are necessary for a Linux system to function."
|
||||||
|
@ -10,7 +10,7 @@ PKG_SHA256="e6b962c4b1253cf852c31da13fd6b5bb7cbe5aa9e182881aec55123bae680692"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://linuxtv.org/"
|
PKG_SITE="http://linuxtv.org/"
|
||||||
PKG_URL="http://linuxtv.org/downloads/v4l-utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://linuxtv.org/downloads/v4l-utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain alsa-lib systemd"
|
||||||
PKG_LONGDESC="Linux V4L2 and DVB API utilities and v4l libraries (libv4l)."
|
PKG_LONGDESC="Linux V4L2 and DVB API utilities and v4l libraries (libv4l)."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--without-jpeg \
|
PKG_CONFIGURE_OPTS_TARGET="--without-jpeg \
|
||||||
|
@ -7,6 +7,7 @@ PKG_SHA256="8bcaa83fcc9e85c9c04930e7411447d96a97da0809c5ecd9af91c8b554133c41"
|
|||||||
PKG_LICENSE="free"
|
PKG_LICENSE="free"
|
||||||
PKG_SITE="https://github.com/Wilhansen/aml-dtbtools"
|
PKG_SITE="https://github.com/Wilhansen/aml-dtbtools"
|
||||||
PKG_URL="https://github.com/Wilhansen/aml-dtbtools/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/Wilhansen/aml-dtbtools/archive/${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_LONGDESC="AML DTB Tools"
|
PKG_LONGDESC="AML DTB Tools"
|
||||||
|
|
||||||
PKG_MAKE_OPTS_HOST="dtbTool"
|
PKG_MAKE_OPTS_HOST="dtbTool"
|
||||||
|
@ -8,7 +8,7 @@ PKG_LICENSE="GPL"
|
|||||||
PKG_SITE="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/"
|
PKG_SITE="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/"
|
||||||
PKG_URL="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/$PKG_VERSION.tar.gz"
|
PKG_URL="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST="Python2:host swig:host"
|
PKG_DEPENDS_HOST="Python2:host swig:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain dtc:host"
|
||||||
PKG_LONGDESC="The Device Tree Compiler"
|
PKG_LONGDESC="The Device Tree Compiler"
|
||||||
|
|
||||||
PKG_MAKE_OPTS_HOST="dtc libfdt"
|
PKG_MAKE_OPTS_HOST="dtc libfdt"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mkbootimg"
|
PKG_NAME="mkbootimg"
|
||||||
PKG_VERSION="6668fc2"
|
PKG_VERSION="6668fc2"
|
||||||
@ -7,7 +8,7 @@ PKG_SHA256="d84870e055414d638a3e7eb4b7a3ebf415899841218f24cb3647d06ecf6ddb17"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://android.googlesource.com/platform/system/core/+/master/mkbootimg/"
|
PKG_SITE="https://android.googlesource.com/platform/system/core/+/master/mkbootimg/"
|
||||||
PKG_URL="https://github.com/codesnake/mkbootimg/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/codesnake/mkbootimg/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_LONGDESC="mkbootimg: Creates kernel boot images for Android"
|
PKG_LONGDESC="mkbootimg: Creates kernel boot images for Android"
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mtools"
|
PKG_NAME="mtools"
|
||||||
PKG_VERSION="4.0.18"
|
PKG_VERSION="4.0.18"
|
||||||
@ -7,6 +8,6 @@ PKG_SHA256="59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/mtools/"
|
PKG_SITE="http://www.gnu.org/software/mtools/"
|
||||||
PKG_URL="http://ftpmirror.gnu.org/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://ftpmirror.gnu.org/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_LONGDESC="mtools: A collection of utilities to access MS-DOS disks"
|
PKG_LONGDESC="mtools: A collection of utilities to access MS-DOS disks"
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="pixman"
|
PKG_NAME="pixman"
|
||||||
PKG_VERSION="0.34.0"
|
PKG_VERSION="0.34.0"
|
||||||
@ -7,6 +8,7 @@ PKG_SHA256="39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0"
|
|||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.x.org/"
|
PKG_SITE="http://www.x.org/"
|
||||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS_HOST="gcc:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain util-macros"
|
PKG_DEPENDS_TARGET="toolchain util-macros"
|
||||||
PKG_LONGDESC="Pixman is a generic library for manipulating pixel regions, contains low-level pixel manipulation routines."
|
PKG_LONGDESC="Pixman is a generic library for manipulating pixel regions, contains low-level pixel manipulation routines."
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
PKG_NAME="autoscript-amlogic"
|
PKG_NAME="autoscript-amlogic"
|
||||||
PKG_VERSION=""
|
PKG_VERSION=""
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain u-boot-tools-aml:host"
|
||||||
PKG_LONGDESC="Autoscript package for Amlogic devices"
|
PKG_LONGDESC="Autoscript package for Amlogic devices"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user