alarm/kodi-rpi-legacy to 21.0-4

This commit is contained in:
graysky 2024-05-13 19:19:45 -04:00
parent be9d16a73b
commit 5c27ef3727

View file

@ -16,15 +16,15 @@ pkgname=(
'kodi-rpi-legacy-eventclients' 'kodi-rpi-legacy-tools-texturepacker' 'kodi-rpi-legacy-dev'
)
_commitnumber=65539
_commit=7ead006b14bf638bb1928e389b5552ec32288222
_commitnumber=65604
_commit=97e00d4b693ae20da5c9b9c4dd91b762b8351ff1
# set this to anything to build with clang
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
_clangbuild=
pkgver=21.0
pkgrel=3
pkgrel=4
arch=('armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
license=('GPL2')
@ -37,7 +37,7 @@ makedepends=(
'pipewire' 'python-pycryptodomex' 'python-pillow' 'python-pybluez'
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'taglib'
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
'graphviz' 'libinput' 'libxkbcommon' 'pcre' 'libdisplay-info' 'tinyxml2'
'graphviz' 'libinput' 'libxkbcommon' 'pcre' 'libdisplay-info' 'tinyxml2' 'python-setuptools'
)
# there are incompatibilities with recent java releases
@ -71,7 +71,6 @@ source=(
"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-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=(
@ -84,7 +83,7 @@ noextract=(
"flatbuffers-$_flatbuffers_version.tar.gz"
"libudfread-$_libudfread_version.tar.gz"
)
sha256sums=('9917487bc8dfef0c12d7c59c736c09072284df3c7befbc8ac418488e5116add8'
sha256sums=('3a07933a16e51251dcaefa77b5ecb1da5bcc70c800918baa980ea05a6588b36d'
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
@ -95,8 +94,7 @@ sha256sums=('9917487bc8dfef0c12d7c59c736c09072284df3c7befbc8ac418488e5116add8'
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
'8f8ab84a0cf3bd382edb118e475b336ca2fe1e1d4da3ad8e4637f8278ed9179c'
'6418929a98e2c8ebb8eb85c3d2e48952b29b57f033afd1c05dd845536ab9a3f5'
'e812fc2f74d71915c3179785a8f99647612bd21ce96f866769ee1bc58682ee3b'
'd5eeb876bd64346083f8d0652f2a64ec13b31105c6a494c957e3fa5cb52b41d9')
'e812fc2f74d71915c3179785a8f99647612bd21ce96f866769ee1bc58682ee3b')
prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
@ -107,9 +105,6 @@ prepare() {
# fix https://forum.kodi.tv/showthread.php?tid=376430
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() {