mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
rpi-tools: update gpiozero to not require setuptools
This commit is contained in:
parent
52c4987129
commit
d4036f8629
@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="colorzero"
|
||||
PKG_VERSION="1.1"
|
||||
PKG_SHA256="24d30b55793150f9ae7478f8aa2126fe5598a31f928907eadbf9d5a19aa9964c"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://github.com/waveform80/colorzero"
|
||||
PKG_URL="https://github.com/waveform80/colorzero/archive/release-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="Another color manipulation library for Python (originally from picamera)."
|
||||
PKG_TOOLCHAIN="manual"
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gpiozero"
|
||||
PKG_VERSION="1.4.1"
|
||||
PKG_SHA256="b4b074e56dea12c21b05e6feef792719a392a245f5e685bc56be3dc2546f8609"
|
||||
PKG_VERSION="1.5.0"
|
||||
PKG_SHA256="5075c93f61e1ca4f7813544a9e7ef238e77482b47a5602b8e40c71f177930585"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://github.com/RPi-Distro/python-gpiozero"
|
||||
|
@ -1,3 +1,7 @@
|
||||
106
|
||||
- Update gpiozero to 1.5.0 (doesn't require setuptools)
|
||||
- Add colorzero 1.1 required by gpiozero
|
||||
|
||||
105
|
||||
- Update gpiozero to 1.4.1
|
||||
- Update picamera to 1.13
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
PKG_NAME="rpi-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="105"
|
||||
PKG_REV="106"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain RPi.GPIO picamera gpiozero lan951x-led-ctl"
|
||||
PKG_DEPENDS_TARGET="toolchain RPi.GPIO picamera gpiozero colorzero lan951x-led-ctl"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_SHORTDESC="A bundle of tools and programs for use on the Raspberry Pi"
|
||||
PKG_LONGDESC="This bundle currently includes RPi.GPIO, picamera, gpiozero lan951x-led-ctl"
|
||||
@ -25,6 +25,7 @@ addon() {
|
||||
cp -PR $(get_build_dir RPi.GPIO)/build/lib.linux-*/RPi/* $ADDON_BUILD/$PKG_ADDON_ID/lib/RPi
|
||||
cp -PR $(get_build_dir picamera)/picamera $ADDON_BUILD/$PKG_ADDON_ID/lib/
|
||||
cp -PR $(get_build_dir gpiozero)/gpiozero $ADDON_BUILD/$PKG_ADDON_ID/lib/
|
||||
cp -PR $(get_build_dir colorzero)/colorzero $ADDON_BUILD/$PKG_ADDON_ID/lib/
|
||||
|
||||
BCM2835_DIR="$(get_build_dir bcm2835-driver)"
|
||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user