mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
alarm/kodi-rpi-legacy to 20.0-11
Include upstream NFS fixes, fix source array, and use correct commit
This commit is contained in:
parent
fa1f3606b0
commit
1eb713dd05
1 changed files with 8 additions and 6 deletions
|
@ -15,15 +15,15 @@ pkgname=(
|
|||
'kodi-rpi-legacy-eventclients' 'kodi-rpi-legacy-tools-texturepacker' 'kodi-rpi-legacy-dev'
|
||||
)
|
||||
|
||||
_commitnumber=62066
|
||||
_commit=8818ec7bd0c5862636e13e5281f48f2fac26238c
|
||||
_commitnumber=62053
|
||||
_commit=dd09514b36168ba8ec6df0482110b61301a0f78a
|
||||
|
||||
# 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=10
|
||||
pkgrel=11
|
||||
arch=('armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
|
||||
license=('GPL2')
|
||||
|
@ -62,7 +62,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=(
|
||||
|
@ -75,7 +76,7 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"libudfread-$_libudfread_version.tar.gz"
|
||||
)
|
||||
sha256sums=('8b205e722a7eb64c534f8aec2ceb2f6b99a59b47997cca98185c5e4943a6bf6d'
|
||||
sha256sums=('4aeec099e4566daf0d7856662c2bf1cc1ac56cf82f46c6da616ee2adf446dd2e'
|
||||
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
|
||||
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
|
||||
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
|
||||
|
@ -86,7 +87,8 @@ sha256sums=('8b205e722a7eb64c534f8aec2ceb2f6b99a59b47997cca98185c5e4943a6bf6d'
|
|||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'590a2fcc8d4855ef1e1196b7a81954670cd1d7580d94e41c8b5e99c5f206d37d'
|
||||
'677745404a2b000674c74eefe1ce345331260906d3bc449c6fe79c8f4c014845')
|
||||
'677745404a2b000674c74eefe1ce345331260906d3bc449c6fe79c8f4c014845'
|
||||
'91c6a7ef6b1cf918e1dd3d21e9385d91fd424b8031e6b324567c7f8e7a52f0c0')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
|
Loading…
Reference in a new issue