mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3002 from MilhouseVH/le90_python_tools
texturecache.py/bcmstat: new packages
This commit is contained in:
commit
207a9a85eb
@ -6,7 +6,7 @@ PKG_NAME="kodi"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd pciutils lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid giflib libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers"
|
||||
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd pciutils lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid giflib libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers texturecache.py"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="kodi: Kodi Mediacenter"
|
||||
PKG_LONGDESC="Kodi Media Center (which was formerly named Xbox Media Center or 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."
|
||||
|
@ -9,7 +9,7 @@ PKG_ARCH="arm"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://www.broadcom.com"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain linux"
|
||||
PKG_DEPENDS_TARGET="toolchain linux bcmstat"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="bcm2835-bootloader: Tool to create a bootable kernel for RaspberryPi"
|
||||
PKG_LONGDESC="bcm2835-bootloader: Tool to create a bootable kernel for RaspberryPi"
|
||||
|
19
packages/tools/bcmstat/package.mk
Normal file
19
packages/tools/bcmstat/package.mk
Normal file
@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="bcmstat"
|
||||
PKG_VERSION="0.5.0"
|
||||
PKG_SHA256="d18cc53adb7cb4b51137fec533d51b95e4c37b836a8afe20e0d8f02137136cb7"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/MilhouseVH/bcmstat"
|
||||
PKG_URL="https://github.com/MilhouseVH/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_SECTION="tools"
|
||||
PKG_LONGDESC="Raspberry Pi monitoring script"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PRv bcmstat.sh $INSTALL/usr/bin
|
||||
chmod +x $INSTALL/usr/bin/*
|
||||
}
|
20
packages/tools/texturecache.py/package.mk
Normal file
20
packages/tools/texturecache.py/package.mk
Normal file
@ -0,0 +1,20 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="texturecache.py"
|
||||
PKG_VERSION="2.4.6"
|
||||
PKG_SHA256="73ea01e1be009ec8153e0b241c356ad045aae5a2f1c4ccec3de902aeb0939240"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/MilhouseVH/texturecache.py"
|
||||
PKG_URL="https://github.com/MilhouseVH/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_SECTION="tools"
|
||||
PKG_LONGDESC="The Swiss Army knife for Kodi"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PRv texturecache.py $INSTALL/usr/bin
|
||||
cp -PRv tools/mklocal.py $INSTALL/usr/bin
|
||||
chmod +x $INSTALL/usr/bin/*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user