mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi to 19.5.57808.e619f5ae9e-2
Build with pending PR to fix build breakage/restore x11 support
This commit is contained in:
parent
99cde56135
commit
782a87a7d4
1 changed files with 8 additions and 4 deletions
|
@ -17,7 +17,7 @@ _commit=e619f5ae9ef316a64a5d37b3868933c92fc66e90
|
|||
_commitnumber=57808
|
||||
|
||||
pkgver=19.5."$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_matrix"
|
||||
license=('GPL2')
|
||||
|
@ -59,6 +59,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
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -85,13 +86,16 @@ sha256sums=('53f77b7cf22e15705034c83d2d25aa1ae4584e30f466031980d09af5be302178'
|
|||
'62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45'
|
||||
'5ad9f95c53e8f29853c1fefa0a20a301be4045e2c7ae49d1164bc74d94155627'
|
||||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5')
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
|
||||
'6678d438a780f36b94a9ac76de271e017e00e8925809412d940a106a8795ddfe')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
mkdir "$srcdir/kodi-build"
|
||||
|
||||
#cd "xbmc-$_commit"
|
||||
cd "xbmc-$_commit"
|
||||
|
||||
patch -p1 -i ../0001-upstream-build-fixes-from-debian.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -143,7 +147,7 @@ build() {
|
|||
-DFLATBUFFERS_URL="$srcdir/flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
-DUDFREAD_URL="$srcdir/libudfread-$_libudfread_version.tar.gz"
|
||||
-DAPP_RENDER_SYSTEM=gles
|
||||
-DCORE_PLATFORM_NAME=gbm
|
||||
-DCORE_PLATFORM_NAME="gbm x11"
|
||||
)
|
||||
|
||||
# https://github.com/google/flatbuffers/issues/7404
|
||||
|
|
Loading…
Reference in a new issue