alarm/kodi-rpi-git to 20.x.61818.1ef157dd29-1

This commit is contained in:
graysky 2023-01-03 06:22:06 -05:00
parent 9fff90ab96
commit c8522c17fc
2 changed files with 6 additions and 9 deletions

View file

@ -13,15 +13,15 @@ pkgname=(
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
)
_commitnumber=61812
_commit=980c3cd54c0d994d88c52e62df033cfd019815db
_commitnumber=61818
_commit=1ef157dd2927dedcdfec4afe57788e564ae72dbc
# set this to anything to build with clang
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
_clangbuild=
pkgver="20.x.$_commitnumber.${_commit:0:10}"
pkgrel=2
pkgrel=1
arch=('aarch64' 'armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
@ -66,8 +66,7 @@ source=(
"http://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
0001-upstream-build-fixes-from-debian.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/22291.patch
0002-FFMPEG-VERSION-use-checksum-for-4.4.2.patch
0001-FFMPEG-VERSION-use-checksum-for-4.4.2.patch
)
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
noextract=(
@ -82,7 +81,7 @@ noextract=(
"flatbuffers-$_flatbuffers_version.tar.gz"
"libudfread-$_libudfread_version.tar.gz"
)
sha256sums=('9805778ddc3fc1b3f7b7163dd764f7b728f768a8ddae6fc4524e245b16e008a5'
sha256sums=('444c0561af9f01f4291befbabc17b99941a6dd638ac5e444e33bfaded8c56ef8'
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
@ -95,7 +94,6 @@ sha256sums=('9805778ddc3fc1b3f7b7163dd764f7b728f768a8ddae6fc4524e245b16e008a5'
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
'cac4d2a509dbc9b126428ea9338c3ef3b820637a0332c2de4f1c4ec983def1dc'
'38f2b335b1f726a86a74e9f243ccf49adbe741b9e0431781cff48cc0bf28fcbb')
prepare() {
@ -103,8 +101,7 @@ prepare() {
mkdir "$srcdir/kodi-build"
cd "xbmc-$_commit"
patch -p1 -i ../0001-upstream-build-fixes-from-debian.patch
patch -p1 -i ../0002-FFMPEG-VERSION-use-checksum-for-4.4.2.patch
patch -p1 -i ../0001-FFMPEG-VERSION-use-checksum-for-4.4.2.patch
}
build() {