mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-rpi-git to 21.x.63310.39b05a2abd-1
Drop pipewire as depends thanks to https://github.com/xbmc/xbmc/issues/23225
getting fixed via b4d4386eb5
This commit is contained in:
parent
e5cd259e71
commit
b7b8744b52
1 changed files with 7 additions and 6 deletions
|
@ -13,8 +13,8 @@ pkgname=(
|
|||
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
|
||||
)
|
||||
|
||||
_commitnumber=63013
|
||||
_commit=f02e604e5ea03fb940bb4938b0f5e1c8fe8b06e6
|
||||
_commitnumber=63310
|
||||
_commit=39b05a2abd0cfddd0a1be87d4e95647919a893ce
|
||||
|
||||
# set this to anything to build with clang
|
||||
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
|
||||
|
@ -46,7 +46,7 @@ _libdvdread_version="6.1.3-Next-Nexus-Alpha2-2"
|
|||
_ffmpeg_version="6.0"
|
||||
_crossguid_version="ca1bf4b810e2d188d04cb6286f957008ee1b7681"
|
||||
_fstrcmp_version="0.7.D001"
|
||||
_flatbuffers_version="2.0.0"
|
||||
_flatbuffers_version="23.3.3"
|
||||
_libudfread_version="1.1.2"
|
||||
source=(
|
||||
"xbmc-$pkgver.tar.gz::https://github.com/graysky2/xbmc/archive/$_commit.tar.gz"
|
||||
|
@ -72,14 +72,14 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"libudfread-$_libudfread_version.tar.gz"
|
||||
)
|
||||
sha256sums=('5295dcf53ac99a1e7ae38897a4c05d4dcdd1a6a8b5e08b80807013fe0764b158'
|
||||
sha256sums=('12c0e6686c1da7f7a2c6ed4bc30ba3ce4d1f06766d9bca31bae08b574d67b75f'
|
||||
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
|
||||
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
|
||||
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
|
||||
'f4ccf961403752c93961927715f524576d1f4dd02cd76d8c76aed3bbe6686656'
|
||||
'6be27e0b3a4907f0cd3cfadec255ee1b925569e1bd06e67a4d2f4267299b69c4'
|
||||
'e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476'
|
||||
'9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4'
|
||||
'8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d'
|
||||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5')
|
||||
|
@ -178,7 +178,7 @@ package_kodi-rpi-git() {
|
|||
'mesa' 'libpipewire' 'python-pillow' 'python-pycryptodomex'
|
||||
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'sqlite'
|
||||
'taglib' 'tinyxml' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'libinput'
|
||||
'pcre' 'libdisplay-info' 'pipewire'
|
||||
'pcre' 'libdisplay-info'
|
||||
)
|
||||
[[ -n "$_clangbuild" ]] && depends+=('glu')
|
||||
|
||||
|
@ -188,6 +188,7 @@ package_kodi-rpi-git() {
|
|||
'linux-rpi: HW accelerated decoding'
|
||||
'python-pybluez: Bluetooth support'
|
||||
'pulseaudio: PulseAudio support'
|
||||
'pipewire: PipeWire support'
|
||||
)
|
||||
install='kodi.install'
|
||||
provides=('xbmc' "kodi=${pkgver}" "kodi-common=${pkgver}")
|
||||
|
|
Loading…
Reference in a new issue