mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
buildsystem: rename TOOLCHAIN other to manual
This commit is contained in:
parent
da38cd92e3
commit
3b9fcfc3b4
@ -29,7 +29,7 @@ PKG_PRIORITY="optional"
|
||||
PKG_SECTION="python"
|
||||
PKG_SHORTDESC="Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
|
||||
PKG_LONGDESC="Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
python setup.py build
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_HOST="toolchain"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
|
||||
PKG_LONGDESC="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
####################################################################
|
||||
# On Fedora `dnf install golang` will install go to /usr/lib/golang
|
||||
|
@ -24,7 +24,7 @@ PKG_SITE="http://larsimmisch.github.io/pyalsaaudio/"
|
||||
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host alsa-lib"
|
||||
PKG_LONGDESC="ALSA bindings"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
export LDSHARED="$CC -shared"
|
||||
|
@ -25,7 +25,7 @@ PKG_URL=""
|
||||
PKG_DEPENDS="toolchain"
|
||||
PKG_SECTION="devel"
|
||||
PKG_LONGDESC="Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
unpack() {
|
||||
:
|
||||
|
@ -27,4 +27,4 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="Shared C code for the implementation of Nvidia's GameStream protocol"
|
||||
PKG_LONGDESC="Shared C code for the implementation of Nvidia's GameStream protocol"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain libzen zlib"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
cd Project/GNU/Library
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
cd Project/GNU/Library
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain libmediainfo"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||
PKG_LONGDESC="MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS="$LDFLAGS -lmediainfo"
|
||||
|
@ -29,7 +29,7 @@ PKG_DEPENDS_TARGET="toolchain nss:host nspr zlib"
|
||||
PKG_SECTION="security"
|
||||
PKG_SHORTDESC="The Network Security Services (NSS) package is a set of libraries designed to support cross-platform development of security-enabled client and server applications"
|
||||
PKG_LONGDESC="The Network Security Services (NSS) package is a set of libraries designed to support cross-platform development of security-enabled client and server applications"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
MAKEFLAGS=-j1
|
||||
|
||||
|
@ -28,7 +28,7 @@ PKG_PRIORITY="optional"
|
||||
PKG_SECTION="python"
|
||||
PKG_SHORTDESC="Pure-python wrapper for libusb-1.0"
|
||||
PKG_LONGDESC="Pure-python wrapper for libusb-1.0"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
python setup.py build
|
||||
|
@ -27,4 +27,4 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="Userspace Raspberry Pi PWM library for WS281X LEDs"
|
||||
PKG_LONGDESC="Userspace Raspberry Pi PWM library for WS281X LEDs"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="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="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_host() {
|
||||
make CXX=$CXX CC=$CC 7za
|
||||
|
@ -30,7 +30,7 @@ PKG_DEPENDS_TARGET="toolchain pciutils dbus libXcomposite libXcursor libXtst als
|
||||
PKG_SECTION="browser"
|
||||
PKG_SHORTDESC="Chromium Browser: the open-source web browser from Google"
|
||||
PKG_LONGDESC="Chromium Browser ($PKG_VERSION): the open-source web browser from Google"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Chromium"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="driver/dvb"
|
||||
PKG_SHORTDESC="HDHomeRun: a Linux driver to add support for HDHomeRun from silicondust.com"
|
||||
PKG_LONGDESC="Install this to add support for HDHomeRun devices."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="HDHomeRun"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="driver/remote"
|
||||
PKG_SHORTDESC="iMON-MCE: a Linux driver to add support for MCE remotes to the iMON driver"
|
||||
PKG_LONGDESC="Install this to add support for iMon MCE remote controls."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="iMON-MCE"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host python-libusb1 enum34
|
||||
PKG_SECTION="driver"
|
||||
PKG_SHORTDESC="A standalone userland driver for the steam controller to be used where steam client can't be installed."
|
||||
PKG_LONGDESC="A standalone userland driver for the steam controller to be used where steam client can't be installed."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Steam Controller Driver"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET=""
|
||||
PKG_SECTION="driver/dvb"
|
||||
PKG_SHORTDESC="Sundtek MediaTV: a Linux driver to add support for SUNDTEK USB DVB devices"
|
||||
PKG_LONGDESC="Install this to add support for Sundtek USB DVB devices."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Sundtek MediaTV"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="Kodinerds add-on repository"
|
||||
PKG_LONGDESC="Kodinerds add-on repository"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Kodinerds Repository"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="LinuxServer.io docker add-on repository"
|
||||
PKG_LONGDESC="LinuxServer.io docker add-on repository"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="LinuxServer.io Repository"
|
||||
|
@ -30,7 +30,7 @@ PKG_DEPENDS_TARGET="toolchain moonlight-embedded"
|
||||
PKG_SECTION="script"
|
||||
PKG_SHORTDESC="Moonlight: implementation of NVIDIA's GameStream protocol"
|
||||
PKG_LONGDESC="Moonlight ($PKG_VERSION_NUMBER): allows you to stream your collection of games from your PC (with NVIDIA Gamestream) to your device and play them remotely"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Moonlight"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET=""
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="script.config.vdr"
|
||||
PKG_LONGDESC="script.config.vdr"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="dummy"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="Provides the ability to change the kodi audio device if a bluetooth audio device is connected"
|
||||
PKG_LONGDESC="Provides the ability to change the kodi audio device if a bluetooth audio device is connected"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Bluetooth Audio Device Changer"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain ffmpegx imagemagick"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="Emby Server: a personal media server"
|
||||
PKG_LONGDESC="Emby Server ($PKG_VERSION) brings your home videos, music, and photos together, automatically converting and streaming your media on-the-fly to any device"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Emby Server"
|
||||
|
@ -29,7 +29,7 @@ PKG_DEPENDS_TARGET="toolchain avahi libvorbis pulseaudio pyalsaaudio rust"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="Librespot: play Spotify through LibreELEC using a Spotify app as a remote"
|
||||
PKG_LONGDESC="Librespot ($PKG_VERSION) plays Spotify through LibreELEC using the open source librespot library using a Spotify app as a remote."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Librespot"
|
||||
|
@ -23,7 +23,7 @@ PKG_DEPENDS_TARGET="toolchain glibc"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="Locale: allows users to set a custom locale to override the POSIX default"
|
||||
PKG_LONGDESC="Locale ($PKG_REV) allows users to set a custom locale in the OS to override the POSIX default"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Locale"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain go:host"
|
||||
PKG_SECTION="service/system"
|
||||
PKG_SHORTDESC="Syncthing: open source continuous file synchronization"
|
||||
PKG_LONGDESC="Syncthing ($PKG_VERSION) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Syncthing"
|
||||
|
@ -30,7 +30,7 @@ PKG_SHORTDESC="Touchscreen: support addon for Touchscreens"
|
||||
PKG_LONGDESC="Touchscreen: addon creates new virtual input device and \
|
||||
converts data from touchscreen to Kodi. Short tap sends button press event \
|
||||
and long tap sends only xy coordinates. Also includes calibration program."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Touchscreen"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="service.multimedia"
|
||||
PKG_SHORTDESC="Add-on removed"
|
||||
PKG_LONGDESC="Add-on removed"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_ADDON_BROKEN="Tvheadend 4.0 is no longer maintained and has been superseded by Tvheadend 4.2."
|
||||
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain vdr vdr-plugin-dummydevice vdr-plugin-dvbapi vdr-p
|
||||
PKG_SECTION="service.multimedia"
|
||||
PKG_SHORTDESC="VDR: a TV streaming server for Linux"
|
||||
PKG_LONGDESC="VDR (2.2.0) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="VDR PVR Backend"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="WebGrab+Plus: a multi-site incremental xmltv epg grabber"
|
||||
PKG_LONGDESC="WebGrab+Plus ($PKG_VERSION) collects tv-program guide data from selected tvguide sites for your favourite channels."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="WebGrab+Plus"
|
||||
|
@ -28,7 +28,7 @@ PKG_PRIORITY="optional"
|
||||
PKG_SECTION="skin"
|
||||
PKG_SHORTDESC="Kodi skin Estouchy"
|
||||
PKG_LONGDESC="Kodi skin Estouchy"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Estouchy"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="audio"
|
||||
PKG_SHORTDESC="Text to Speech engine for English, with support for other languages"
|
||||
PKG_LONGDESC="Text to Speech engine for English, with support for other languages"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_make_target() {
|
||||
cp src/portaudio19.h src/portaudio.h
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="compress"
|
||||
PKG_SHORTDESC="unzip: PKUNZIP compatible compression utility"
|
||||
PKG_LONGDESC="UnZip is an extraction utility for archives compressed in .zip format (also called "zipfiles"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, the primary objectives have been portability and non-MSDOS functionality."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
make CC=$CC RANLIB=$RANLIB AR=$AR STRIP=$STRIP \
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain bzip2"
|
||||
PKG_SECTION="compress"
|
||||
PKG_SHORTDESC="zip: PKUNZIP compatible compression utility"
|
||||
PKG_LONGDESC="zip is a compression and file packaging utility for Unix, VMS, MSDOS, OS/2, Windows 9x/NT/XP, Minix, Atari, Macintosh, MVS, z/OS, Amiga, Acorn RISC, and other OS. It is analogous to a combination of the Unix commands tar(1) and compress(1) (or tar(1) and gzip(1)) and is compatible with PKZIP (Phil Katz's ZIP for MSDOS systems) and other major zip utilities."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
make CC=$CC CPP=$CPP RANLIB=$RANLIB AR=$AR STRIP=$STRIP LOCAL_ZIP="$CFLAGS" \
|
||||
|
@ -25,7 +25,7 @@ PKG_URL="$SOURCEFORGE_SRC/boost/boost/1.65.1/${PKG_NAME}_${PKG_VERSION}.tar.bz2"
|
||||
PKG_SOURCE_DIR="${PKG_NAME}_${PKG_VERSION}"
|
||||
PKG_DEPENDS_TARGET="toolchain boost:host Python2 zlib bzip2"
|
||||
PKG_LONGDESC="boost: Peer-reviewed STL style libraries for C++"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_host() {
|
||||
cd tools/build/src/engine
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain util-linux"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="minimal, cross platform, C++ GUID library"
|
||||
PKG_LONGDESC="minimal, cross platform, C++ GUID library"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
$CXX -c guid.cpp -o guid.o $CXXFLAGS -std=c++11 -DGUID_LIBUUID
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.fba: fba for Kodi"
|
||||
PKG_LONGDESC="game.libretro.fba: fba for Kodi"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_LIBNAME="fbalpha_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.genplus: Genesis Plus GX for Kodi"
|
||||
PKG_LONGDESC="game.libretro.genplus: Genesis Plus GX for Kodi"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_LIBNAME="genesis_plus_gx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.nestopia: Nestopia for Kodi"
|
||||
PKG_LONGDESC="game.libretro.nestopia: Nestopia for Kodi"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_LIBNAME="nestopia_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.snes9x: snes9x for Kodi"
|
||||
PKG_LONGDESC="game.libretro.snes9x: snes9x for Kodi"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_LIBNAME="snes9x_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.yabause: Yabause for Kodi"
|
||||
PKG_LONGDESC="game.libretro.yabause: Yabause for Kodi"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_LIBNAME="yabause_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -31,7 +31,7 @@ PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
||||
PKG_SECTION="driver"
|
||||
PKG_SHORTDESC="bcm_sta: Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and BCM43225-based WLAN driver"
|
||||
PKG_LONGDESC="These packages contain Broadcom's IEEE 802.11a/b/g/n hybrid Linux® device driver for use with Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and BCM43225-based hardware. There are different tars for 32-bit and 64-bit x86 CPU architectures. Make sure that you download the appropriate tar because the hybrid binary file must be of the appropriate architecture type. The hybrid binary file is agnostic to the specific version of the Linux kernel because it is designed to perform all interactions with the operating system through operating-system-specific files and an operating system abstraction layer file. All Linux operating-system-specific code is provided in source form, making it possible to retarget to different kernel versions and fix operating system related issues."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
PKG_IS_KERNEL_PKG="yes"
|
||||
|
||||
make_target() {
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="firmware"
|
||||
PKG_SHORTDESC="brcmfmac_sdio-firmware: firmware for brcm bluetooth chips used on RaspberryPi devices"
|
||||
PKG_LONGDESC="Firmware for Broadcom Bluetooth chips used on RaspberryPi devices, and brcm-patchram-plus that downloads a patchram files in the HCD format to the Bluetooth based silicon and combo chips and other utility functions."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
DESTDIR=$INSTALL/$(get_kernel_overlay_dir) ./install
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="firmware"
|
||||
PKG_SHORTDESC="dvb-firmware: firmwares for various DVB drivers"
|
||||
PKG_LONGDESC="dvb-firmware: firmwares for various DVB drivers"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
DESTDIR=$INSTALL/$(get_kernel_overlay_dir) ./install
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="linux-firmware"
|
||||
PKG_SHORTDESC="firmware-imx: Freescale IMX firmware"
|
||||
PKG_LONGDESC="firmware-imx: Freescale IMX firmware such as for the VPU"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
unpack() {
|
||||
mkdir -p $BUILD
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain intel-ucode:host"
|
||||
PKG_SECTION="linux-firmware"
|
||||
PKG_SHORTDESC="intel-ucode: Intel CPU microcodes"
|
||||
PKG_LONGDESC="intel-ucode: Intel CPU microcodes"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
unpack() {
|
||||
mkdir -p $PKG_BUILD
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="firmware"
|
||||
PKG_SHORTDESC="iwlwifi-firmware: firmwares for various Intel WLAN drivers"
|
||||
PKG_LONGDESC="iwlwifi-firmware: firmwares for various Intel WLAN drivers"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
DESTDIR=$INSTALL/$(get_kernel_overlay_dir) ./install
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="linux-firmware"
|
||||
PKG_SHORTDESC="kernel-firmware: kernel related firmware"
|
||||
PKG_LONGDESC="kernel-firmware: kernel related firmware"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
# Install additional miscellaneous drivers
|
||||
makeinstall_target() {
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kernel-firmware"
|
||||
PKG_SECTION="firmware"
|
||||
PKG_SHORTDESC="misc-firmware: firmwares for various drivers"
|
||||
PKG_LONGDESC="misc-firmware: firmwares for various drivers"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
DESTDIR=$INSTALL/$(get_kernel_overlay_dir) ./install
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain dtc:host"
|
||||
PKG_SECTION="linux-firmware"
|
||||
PKG_SHORTDESC="BCM270x firmware related stuff for Slice"
|
||||
PKG_LONGDESC="BCM270x firmware related stuff for Slice"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
if [ "$DEVICE" = "Slice3" ]; then
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="firmware"
|
||||
PKG_SHORTDESC="wlan-firmware-aml: Firmware for various WLAN chips used in the devices based on Amlogic SoCs"
|
||||
PKG_LONGDESC="wlan-firmware-aml: Firmware for various WLAN chips used in the devices based on Amlogic SoCs"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/$(get_full_firmware_dir)/brcm
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="firmware"
|
||||
PKG_SHORTDESC="wlan-firmware: firmwares for various WLAN drivers"
|
||||
PKG_LONGDESC="wlan-firmware: firmwares for various WLAN drivers"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
DESTDIR=$INSTALL/$(get_kernel_overlay_dir) ./install
|
||||
|
@ -27,7 +27,7 @@ PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="kodi-theme-Estuary: Kodi Mediacenter default theme"
|
||||
PKG_LONGDESC="Kodi Media Center (which was formerly named Xbox Media Center and XBMC) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/share/kodi/addons/
|
||||
|
@ -27,4 +27,4 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libdvdcss: a simple library designed for accessing DVDs as a block device without having to bother about the decryption."
|
||||
PKG_LONGDESC="libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
@ -27,4 +27,4 @@ PKG_DEPENDS_TARGET="toolchain libdvdread"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libdvdnav: a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games."
|
||||
PKG_LONGDESC="libdvdnav is a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
@ -27,4 +27,4 @@ PKG_DEPENDS_TARGET="toolchain libdvdcss"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libdvdread: a library which provides a simple foundation for reading DVDs."
|
||||
PKG_LONGDESC="libdvdread is a library which provides a simple foundation for reading DVDs."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="The netbase package provides data for network services and protocols from the iana db."
|
||||
PKG_LONGDESC="The netbase package provides data for network services and protocols from the iana db."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/etc
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="Python2:host setuptools:host"
|
||||
PKG_SECTION="python/devel"
|
||||
PKG_SHORTDESC="distutilscross: Cross Compile Python Extensions"
|
||||
PKG_LONGDESC="distutilscross enhances distutils to support Cross Compile of Python extensions"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_host() {
|
||||
python setup.py install --prefix=$TOOLCHAIN
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="Python3:host pathlib:host"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="High productivity build system"
|
||||
PKG_LONGDESC="High productivity build system"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_host() {
|
||||
python3 setup.py build
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="Python2:host"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="Small build system with a focus on speed"
|
||||
PKG_LONGDESC="Small build system with a focus on speed"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_host() {
|
||||
python2 configure.py --bootstrap
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="Python3:host"
|
||||
PKG_SECTION="python/devel"
|
||||
PKG_SHORTDESC="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way"
|
||||
PKG_LONGDESC="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_host() {
|
||||
python3 setup.py install --prefix=$TOOLCHAIN
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="Python2:host"
|
||||
PKG_SECTION="python/devel"
|
||||
PKG_SHORTDESC="setuptools: A collection of enhancements to the Python distutils"
|
||||
PKG_LONGDESC="Distribute is intended to replace Setuptools as the standard method for working with Python module distributions. Packages built and distributed using distribute look to the user like ordinary Python packages based on the distutils. Your users don't need to install or even know about setuptools in order to use them, and you don't have to include the entire setuptools package in your distributions. By including just a single bootstrap module (a 7K .py file), your package will automatically download and install setuptools if the user is building your package from source and doesn't have a suitable version already installed."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_host() {
|
||||
python bootstrap.py
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host zlib freetype libjpeg-
|
||||
PKG_SECTION="python"
|
||||
PKG_SHORTDESC="pil: Imaging handling/processing for Python"
|
||||
PKG_LONGDESC="The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_make_target() {
|
||||
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||
PKG_SECTION="python/security"
|
||||
PKG_SHORTDESC="Cryptographic library for Python"
|
||||
PKG_LONGDESC="PyCryptodome is a self-contained Python package of low-level cryptographic primitives."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_configure_target() {
|
||||
cd $PKG_BUILD
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain Python2 distutilscross:host"
|
||||
PKG_SECTION="python/system"
|
||||
PKG_SHORTDESC="simplejson: a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+."
|
||||
PKG_LONGDESC="simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
pre_make_target() {
|
||||
strip_lto
|
||||
|
@ -26,7 +26,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="A simple way to add entropy at boot"
|
||||
PKG_LONGDESC="A simple way to add entropy at boot"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/lib/entropy
|
||||
|
@ -29,7 +29,7 @@ PKG_NEED_UNPACK="$(get_pkg_directory zlib) $(get_pkg_directory lzo) $(get_pkg_di
|
||||
PKG_SECTION="sysutils"
|
||||
PKG_SHORTDESC="squashfs-tools: A compressed read-only filesystem for Linux"
|
||||
PKG_LONGDESC="Squashfs is intended to be a general read-only filesystem, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable and has been tested on PowerPC, i386, SPARC and ARM architectures."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_host() {
|
||||
make -C squashfs-tools mksquashfs \
|
||||
|
@ -26,7 +26,7 @@ PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux grub"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="installer: LibreELEC.tv Install manager"
|
||||
PKG_LONGDESC="LibreELEC.tv Install manager to install the system on any disk"
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
post_install() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
|
@ -28,7 +28,7 @@ PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
||||
PKG_SECTION="x11/driver"
|
||||
PKG_SHORTDESC="xf86-video-nvidia-legacy: The Xorg driver for NVIDIA video chips supporting Geforce 6 and Geforce 7 devices too"
|
||||
PKG_LONGDESC="These binary drivers provide optimized hardware acceleration of OpenGL applications via a direct-rendering X Server. AGP, PCIe, SLI, TV-out and flat panel displays are also supported. This version only supports GeForce 6xxx and higher of the Geforce GPUs plus complimentary Quadros and nforce."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
unpack() {
|
||||
[ -d $PKG_BUILD ] && rm -rf $PKG_BUILD
|
||||
|
@ -31,7 +31,7 @@ PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
||||
PKG_SECTION="x11/driver"
|
||||
PKG_SHORTDESC="xf86-video-nvidia: The Xorg driver for NVIDIA video chips"
|
||||
PKG_LONGDESC="These binary drivers provide optimized hardware acceleration of OpenGL applications via a direct-rendering X Server. AGP, PCIe, SLI, TV-out and flat panel displays are also supported. This version only supports GeForce 8xxx and higher of the Geforce GPUs plus complimentary Quadros and nforce."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
unpack() {
|
||||
[ -d $PKG_BUILD ] && rm -rf $PKG_BUILD
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain util-macros"
|
||||
PKG_SECTION="x11/fonts"
|
||||
PKG_SHORTDESC="liberation-fonts: High quality "open-sourced" vector fonts"
|
||||
PKG_LONGDESC="This packages included the high-quality and open-sourced TrueType vector fonts released by RedHat."
|
||||
PKG_TOOLCHAIN="other"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/share/fonts/liberation
|
||||
|
Loading…
x
Reference in New Issue
Block a user