mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rpi-git to 22.x.66295.7ee4623542-2
This commit is contained in:
parent
d739f675f6
commit
593aef97b9
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ pkgname=(
|
|||
_clangbuild=
|
||||
|
||||
pkgver=22.x.66295.7ee4623542
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_master"
|
||||
license=('GPL2')
|
||||
|
@ -33,7 +33,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' 'exiv2'
|
||||
)
|
||||
|
||||
# there are incompatibilities with recent java releases
|
||||
|
@ -199,7 +199,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' 'tinyxml2'
|
||||
'pcre' 'libdisplay-info' 'tinyxml2' 'exiv2'
|
||||
)
|
||||
[[ -n "$_clangbuild" ]] && depends+=('glu')
|
||||
|
||||
|
|
Loading…
Reference in a new issue