alarm/kodi-rpi-git to 20.x.61800.2f18bdb48d-2

correct URL to upstream patch
This commit is contained in:
graysky 2022-12-28 12:41:54 -05:00
parent 4df62c45df
commit 4b4a8f28ef

View file

@ -21,7 +21,7 @@ _commit=2f18bdb48d2d9a4fa8c77f5ab02d1bf1caeb190f
_clangbuild=
pkgver="20.x.$_commitnumber.${_commit:0:10}"
pkgrel=1
pkgrel=2
arch=('armv7h' 'aarch64')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_nexus"
license=('GPL2')
@ -65,7 +65,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-fix-mesa-22.3.0-build.patch::https://raw.githubusercontent.com/LibreELEC/LibreELEC.tv/master/packages/mediacenter/kodi/patches/kodi-100.01.fix-mesa-22.3.0-build.patch"
"0001-kodi-999.01-PR22291-fix-mesa-22.3.0-build.patch::https://raw.githubusercontent.com/LibreELEC/LibreELEC.tv/master/packages/mediacenter/kodi/patches/kodi-999.01-PR22291-fix-mesa-22.3.0-build.patch"
)
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
noextract=(
@ -93,14 +93,14 @@ sha256sums=('d3e9cafe1e2ca043c1367eac370ef64f59fe974e12eb6c9e265144ad98687cb4'
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
'4ef526800e59f733ad7185d1487b3ac4dd6da4b0d9753be98a9347f13cf979f1')
'80c7c3399ef1b72dae214ecd5157469a2d0c69b6d931573482dba33c79ac296a')
prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
mkdir "$srcdir/kodi-build"
cd "xbmc-$_commit"
patch -p1 -i ../0001-fix-mesa-22.3.0-build.patch
patch -p1 -i ../0001-kodi-999.01-PR22291-fix-mesa-22.3.0-build.patch
}
build() {