alarm/kodi-rpi-git to 20.x.61461.c45f6ffa3b-1

Build with pipewire to circumvent broken AC3 passthrough
This commit is contained in:
graysky 2022-10-13 14:44:48 -04:00
parent 1634715986
commit 1ea6c0e5b2

View file

@ -13,8 +13,8 @@ pkgname=(
'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev'
)
_commitnumber=61417
_commit=f28a026dc7b68cf1b7aaf1596e023eedb9efe576
_commitnumber=61461
_commit=c45f6ffa3ba17ff7b177123d0788a8baad125020
# set this to anything to build with clang
# recommend manually setting -DUSE_LTO=OFF to -DUSE_LTO=$(nproc) in build()
@ -34,7 +34,7 @@ makedepends=(
'python-pycryptodomex' 'python-pillow' 'python-pybluez'
'python-simplejson' 'shairplay' 'smbclient' 'taglib' 'tinyxml' 'swig'
'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest' 'graphviz'
'libinput' 'libxkbcommon' 'flatbuffers'
'libinput' 'libxkbcommon' 'flatbuffers' 'pipewire'
)
[[ -n "$_clangbuild" ]] && makedepends+=('clang' 'lld' 'llvm')
@ -79,7 +79,7 @@ noextract=(
"libudfread-$_libudfread_version.tar.gz"
"rapidjson-$_rapidjson_version.tar.gz"
)
sha256sums=('747f10dc731e565f717b5923775f2b6e1798107175ce3da08bf5b9ddea6f4043'
sha256sums=('9eaef06e48d931d427c8ebe073a7c29c26f8197b21f917ab56e84040f755005d'
'f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e'
'584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc'
'719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62'
@ -173,7 +173,7 @@ package_kodi-rpi-git() {
'libplist' 'libpulse' 'libxslt' 'lirc' 'mariadb-libs' 'mesa'
'python-pillow' 'python-pycryptodomex' 'python-simplejson'
'shairplay' 'smbclient' 'sqlite' 'taglib' 'tinyxml'
'libinput' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'flatbuffers'
'libinput' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'flatbuffers' 'pipewire'
)
[[ -n "$_clangbuild" ]] && depends+=('glu')