File tree 5 files changed +25
-7
lines changed
addon-depends/rpi-tools-depends
5 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
3
3
4
4
PKG_NAME ="RPi.GPIO"
5
- PKG_VERSION ="0.7.0 "
6
- PKG_SHA256 ="7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f "
5
+ PKG_VERSION ="0.7.1a4 "
6
+ PKG_SHA256 ="21f4378d81525979ad3bbd60e88fc3d9fac1879bcb17151e1c665f32658f9362 "
7
7
PKG_ARCH ="arm"
8
8
PKG_LICENSE ="MIT"
9
9
PKG_SITE ="http://sourceforge.net/p/raspberry-gpio-python/"
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0
2
+ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
3
+
4
+ PKG_NAME ="colorzero"
5
+ PKG_VERSION ="2.0"
6
+ PKG_SHA256 ="86c9933b004aec8ce1c476d1d1129e00325c7724df3c09aa353d5f8e883ed08d"
7
+ PKG_ARCH ="arm"
8
+ PKG_LICENSE ="BSD"
9
+ PKG_SITE ="https://github.com/waveform80/colorzero"
10
+ PKG_URL ="https://github.com/waveform80/colorzero/archive/release-${PKG_VERSION}.tar.gz"
11
+ PKG_DEPENDS_TARGET ="toolchain"
12
+ PKG_LONGDESC ="Another color manipulation library for Python (originally from picamera)."
13
+ PKG_TOOLCHAIN ="manual"
Original file line number Diff line number Diff line change 2
2
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
3
3
4
4
PKG_NAME ="gpiozero"
5
- PKG_VERSION ="1.5.1 "
6
- PKG_SHA256 ="ae1a8dc4e6e793ffd8f900968f3290d218052c46347fa0c0503c65fabe422e4d "
5
+ PKG_VERSION ="1.6.2 "
6
+ PKG_SHA256 ="0eb95a9db372146813276f92de7f43c883a3e9fe69597fc3d29c04ef3d5d5f9e "
7
7
PKG_ARCH ="arm"
8
8
PKG_LICENSE ="BSD"
9
9
PKG_SITE ="https://github.com/RPi-Distro/python-gpiozero"
10
10
PKG_URL ="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
11
- PKG_DEPENDS_TARGET ="toolchain"
11
+ PKG_DEPENDS_TARGET ="toolchain colorzero "
12
12
PKG_LONGDESC ="A simple interface to everyday GPIO components used with Raspberry Pi."
13
13
PKG_TOOLCHAIN ="manual"
Original file line number Diff line number Diff line change
1
+ 110
2
+ - Update gpiozero to 1.6.2
3
+ - Update RPi.GPIO to 0.7.1a4
4
+
1
5
109
2
6
- Update gpiozero to 1.5.1
3
7
Original file line number Diff line number Diff line change 3
3
4
4
PKG_NAME ="rpi-tools"
5
5
PKG_VERSION ="1.0"
6
- PKG_REV ="109 "
6
+ PKG_REV ="110 "
7
7
PKG_ARCH ="arm"
8
8
PKG_LICENSE ="GPL"
9
9
PKG_SITE ="https://libreelec.tv"
10
10
PKG_URL =""
11
- PKG_DEPENDS_TARGET ="toolchain RPi.GPIO gpiozero lan951x-led-ctl"
11
+ PKG_DEPENDS_TARGET ="toolchain RPi.GPIO gpiozero colorzero lan951x-led-ctl"
12
12
PKG_SECTION ="virtual"
13
13
PKG_SHORTDESC ="A bundle of tools and programs for use on the Raspberry Pi"
14
14
PKG_LONGDESC ="This bundle currently includes RPi.GPIO, gpiozero and lan951x-led-ctl"
@@ -24,6 +24,7 @@ addon() {
24
24
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/RPi/
25
25
cp -PR $(get_build_dir RPi.GPIO)/build/lib.linux-*/RPi/* ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/RPi
26
26
cp -PR $(get_build_dir gpiozero)/gpiozero ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/
27
+ cp -PR $(get_build_dir colorzero)/colorzero ${ADDON_BUILD}/${PKG_ADDON_ID}/lib/
27
28
28
29
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
29
30
cp -P $(get_build_dir lan951x-led-ctl)/lan951x-led-ctl ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
You can’t perform that action at this time.
0 commit comments