mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi-legacy to 21.0-2
This commit is contained in:
parent
3bc89b7560
commit
d865584792
2 changed files with 9 additions and 4 deletions
|
@ -24,7 +24,7 @@ _commit=7ead006b14bf638bb1928e389b5552ec32288222
|
|||
_clangbuild=
|
||||
|
||||
pkgver=21.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
||||
license=('GPL2')
|
||||
|
@ -70,7 +70,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
|
||||
000-temp-revert-fences.patch
|
||||
0001-temp-revert-fences.patch
|
||||
0002-revert-platformlinux-prefer-pipewire.patch::https://github.com/xbmc/xbmc/commit/aff8e6b3a0bfd8a0163a63aa003c45e1680f65c5.patch
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -94,7 +95,8 @@ sha256sums=('9917487bc8dfef0c12d7c59c736c09072284df3c7befbc8ac418488e5116add8'
|
|||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
|
||||
'6418929a98e2c8ebb8eb85c3d2e48952b29b57f033afd1c05dd845536ab9a3f5'
|
||||
'e812fc2f74d71915c3179785a8f99647612bd21ce96f866769ee1bc58682ee3b')
|
||||
'e812fc2f74d71915c3179785a8f99647612bd21ce96f866769ee1bc58682ee3b'
|
||||
'd5eeb876bd64346083f8d0652f2a64ec13b31105c6a494c957e3fa5cb52b41d9')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
@ -104,7 +106,10 @@ prepare() {
|
|||
rm -rf system/certs # remove not needed cacert
|
||||
|
||||
# fix https://forum.kodi.tv/showthread.php?tid=376430
|
||||
patch -p1 -i ../000-temp-revert-fences.patch
|
||||
patch -p1 -i ../0001-temp-revert-fences.patch
|
||||
|
||||
# https://github.com/xbmc/xbmc/issues/25006
|
||||
patch -p1 -i ../0002-revert-platformlinux-prefer-pipewire.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue