alarm/kodi-rpi-legacy to 20.0-10

This commit is contained in:
graysky 2023-03-05 14:57:08 -05:00
parent 03bdeadd56
commit 7f7b276eb5

View file

@ -15,15 +15,15 @@ pkgname=(
'kodi-rpi-legacy-eventclients' 'kodi-rpi-legacy-tools-texturepacker' 'kodi-rpi-legacy-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=('armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
@ -75,7 +75,7 @@ noextract=(
"flatbuffers-$_flatbuffers_version.tar.gz"
"libudfread-$_libudfread_version.tar.gz"
)
sha256sums=('aab7537899b61a006ce19fd9f060013920153a34752cca1109f3aeb1a707e9be'
sha256sums=('8b205e722a7eb64c534f8aec2ceb2f6b99a59b47997cca98185c5e4943a6bf6d'
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
@ -93,8 +93,11 @@ prepare() {
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() {