mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/kodi-rpi to 21.0-3
Apply fix queued for 21.1, see: https://github.com/xbmc/xbmc/issues/25006
This commit is contained in:
parent
edf4a4d70b
commit
3bc89b7560
1 changed files with 7 additions and 2 deletions
|
@ -23,7 +23,7 @@ _commit=7ead006b14bf638bb1928e389b5552ec32288222
|
|||
_clangbuild=
|
||||
|
||||
pkgver=21.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
||||
license=('GPL2')
|
||||
|
@ -71,6 +71,7 @@ source=(
|
|||
kodi.config.txt
|
||||
0001-temp-revert-fences.patch
|
||||
0002-ffmpeg-build-with-lto-when-duse-lto.patch::https://github.com/xbmc/xbmc/commit/2cc6f1728ccb67ef575fe57680dd42836e3d6a1f.patch
|
||||
0003-revert-platformlinux-prefer-pipewire.patch::https://github.com/xbmc/xbmc/commit/aff8e6b3a0bfd8a0163a63aa003c45e1680f65c5.patch
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -95,7 +96,8 @@ sha256sums=('9917487bc8dfef0c12d7c59c736c09072284df3c7befbc8ac418488e5116add8'
|
|||
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
|
||||
'5ac76e6ff16d8f0f60a414647bddb13b46402563dd02d69a05e90c0ddbb085f0'
|
||||
'e812fc2f74d71915c3179785a8f99647612bd21ce96f866769ee1bc58682ee3b'
|
||||
'5a2f1c5fa9189d56eaf7e05024071c57e11f92b4eeb68b4bb0555c1fdd66c890')
|
||||
'5a2f1c5fa9189d56eaf7e05024071c57e11f92b4eeb68b4bb0555c1fdd66c890'
|
||||
'd5eeb876bd64346083f8d0652f2a64ec13b31105c6a494c957e3fa5cb52b41d9')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
|
@ -109,6 +111,9 @@ prepare() {
|
|||
|
||||
# honor LTO settings when building ffmpeg
|
||||
patch -p1 -i ../0002-ffmpeg-build-with-lto-when-duse-lto.patch
|
||||
|
||||
# https://github.com/xbmc/xbmc/issues/25006
|
||||
patch -p1 -i ../0003-revert-platformlinux-prefer-pipewire.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue