mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi to 20.2-3
Include patched needed to build with updated fmt
This commit is contained in:
parent
1fa77ebaac
commit
0d24fc5a42
1 changed files with 6 additions and 1 deletions
|
@ -61,6 +61,7 @@ source=(
|
||||||
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_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
|
kodi.config.txt
|
||||||
0001-ffmpeg-update-for-official-5.1.3.patch
|
0001-ffmpeg-update-for-official-5.1.3.patch
|
||||||
|
kodi-fmt-10.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/23453.patch
|
||||||
)
|
)
|
||||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||||
noextract=(
|
noextract=(
|
||||||
|
@ -84,13 +85,17 @@ sha256sums=('8fca8b6258fe4f7a90b2484237b935662e3a7820c358ce22823d6116fc31345a'
|
||||||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
|
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
|
||||||
'edb5cd7df4eb73535e94598f5cd06b922196e63cbe8518a116ffafa88af8c2d6')
|
'edb5cd7df4eb73535e94598f5cd06b922196e63cbe8518a116ffafa88af8c2d6'
|
||||||
|
'0c7ce50029029a937b970a79cfd468d0c336a6be80dcf048b33380d1ed39a66b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||||
mkdir "$srcdir/kodi-build"
|
mkdir "$srcdir/kodi-build"
|
||||||
cd "xbmc-$_commit"
|
cd "xbmc-$_commit"
|
||||||
patch -p1 -i ../0001-ffmpeg-update-for-official-5.1.3.patch
|
patch -p1 -i ../0001-ffmpeg-update-for-official-5.1.3.patch
|
||||||
|
|
||||||
|
# fix build with fmt 10
|
||||||
|
patch -p1 -i ../kodi-fmt-10.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue