alarm/kodi-rpi to 20.0-10

This commit is contained in:
graysky 2023-03-05 14:56:18 -05:00
parent c24b76fca6
commit 03bdeadd56

View file

@ -13,15 +13,15 @@ pkgname=(
'kodi-rpi-eventclients' 'kodi-rpi-tools-texturepacker' 'kodi-rpi-dev'
)
_commitnumber=62053
_commit=dd09514b36168ba8ec6df0482110b61301a0f78a
_commitnumber=62066
_commit=8818ec7bd0c5862636e13e5281f48f2fac26238c
# set this to anything to build with clang
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
_clangbuild=
pkgver=20.0
pkgrel=9
pkgrel=10
arch=('aarch64' 'armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
@ -60,7 +60,8 @@ source=(
"https://mirrors.kodi.tv/build-deps/sources/libudfread-$_libudfread_version.tar.gz"
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_version.tar.gz"
kodi.config.txt
"https://github.com/xbmc/xbmc/pull/22714.patch"
https://github.com/xbmc/xbmc/pull/22714.patch
https://github.com/xbmc/xbmc/pull/22897.patch
)
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
noextract=(
@ -73,7 +74,7 @@ noextract=(
"flatbuffers-$_flatbuffers_version.tar.gz"
"libudfread-$_libudfread_version.tar.gz"
)
sha256sums=('4aeec099e4566daf0d7856662c2bf1cc1ac56cf82f46c6da616ee2adf446dd2e'
sha256sums=('8b205e722a7eb64c534f8aec2ceb2f6b99a59b47997cca98185c5e4943a6bf6d'
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
@ -84,15 +85,19 @@ sha256sums=('4aeec099e4566daf0d7856662c2bf1cc1ac56cf82f46c6da616ee2adf446dd2e'
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
'677745404a2b000674c74eefe1ce345331260906d3bc449c6fe79c8f4c014845')
'677745404a2b000674c74eefe1ce345331260906d3bc449c6fe79c8f4c014845'
'91c6a7ef6b1cf918e1dd3d21e9385d91fd424b8031e6b324567c7f8e7a52f0c0')
prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
mkdir "$srcdir/kodi-build"
cd "xbmc-$_commit"
# fix nfsv4 lockout
# fixes for NFSv4
# https://bugs.archlinux.org/task/77565
# https://bugs.archlinux.org/task/77727
patch -p1 -i ../22714.patch
patch -p1 -i ../22897.patch
}
build() {