alarm/kodi-rpi-legacy to 20.2-5

This commit is contained in:
graysky 2023-09-01 13:30:12 -04:00
parent 00b77b8683
commit 5bc59b83c4

View file

@ -23,7 +23,7 @@ _commit=b4342dd18568c4234c6f2270654e14cfce3cd141
_clangbuild=
pkgver=20.2
pkgrel=4
pkgrel=5
arch=('armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
@ -64,6 +64,7 @@ source=(
kodi.config.txt
0001-ffmpeg-update-for-official-5.1.3.patch
flatbuffers-23.3.3.patch::https://github.com/xbmc/xbmc/commit/35be40daa39965a9ea5b3569eb7d515e6a14da5d.patch
pr23703.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/23703.patch
)
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
noextract=(
@ -88,7 +89,8 @@ sha256sums=('ebbc261a358cc924c147f121ddd9ba3471dfd4df8d04c05d57549cc6a146d5da'
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
'edb5cd7df4eb73535e94598f5cd06b922196e63cbe8518a116ffafa88af8c2d6'
'ea7a409c4e260bd8f4f949cbd02b7a6609ac0ec5a6920b405abc63ec1a3e312b')
'ea7a409c4e260bd8f4f949cbd02b7a6609ac0ec5a6920b405abc63ec1a3e312b'
'41ed62f58f531ee65278eba2c05411c8948957989c6a21af4e19ca2623d5c03c')
prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
@ -98,6 +100,9 @@ prepare() {
# use flatbuffers 23.3.3
patch -p1 -i ../flatbuffers-23.3.3.patch
# expose CPU temp for RPis
patch -p1 -i ../pr23703.patch
}
build() {