alarm/kodi-rpi-legacy to 21.2-4

This commit is contained in:
graysky 2025-01-23 08:11:37 -05:00
parent 8675a94ed5
commit 4a19432ba6

View file

@ -24,7 +24,7 @@ _commit=28071de478f275bafc8da798aa49d041bdeddc87
_clangbuild=
pkgver=21.2
pkgrel=3
pkgrel=4
arch=('armv7h')
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
license=('GPL2')
@ -32,10 +32,10 @@ makedepends=(
'bluez-libs' 'cmake' 'curl' 'dav1d' 'doxygen' 'git' 'glew'
'gperf' 'hicolor-icon-theme' 'jdk17-openjdk' 'fmt' 'libass'
'libbluray' 'libcdio' 'libcec' 'libgl' 'mariadb-libs' 'libmicrohttpd'
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse'
'libmodplug' 'libmpeg2' 'libnfs' 'libpulse'
'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
'pipewire' 'python-pycryptodomex' 'python-pillow' 'python-pybluez'
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog'
'python-simplejson' 'smbclient' 'sndio' 'spdlog'
'tinyxml' 'swig' 'upower' 'giflib' 'rapidjson' 'ghostscript' 'meson' 'gtest'
'graphviz' 'libinput' 'libxkbcommon' 'pcre' 'libdisplay-info' 'tinyxml2' 'python-setuptools'
)
@ -139,7 +139,8 @@ build() {
-DUSE_LTO=OFF
-DVERBOSE=ON
-DENABLE_LDGOLD=OFF
-DENABLE_AIRTUNES=ON
-DENABLE_AIRTUNES=OFF
-DENABLE_PLIST=OFF
-DENABLE_AVAHI=ON
-DENABLE_BLURAY=ON
-DENABLE_CEC=ON
@ -188,10 +189,10 @@ package_kodi-rpi-legacy() {
depends=(
'bluez-libs' 'curl' 'dav1d' 'desktop-file-utils' 'hicolor-icon-theme' 'fmt'
'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec' 'libmicrohttpd' 'libnfs'
'libplist' 'libpulse' 'libxslt' 'lirc' 'mariadb-libs'
'libpulse' 'libxslt' 'lirc' 'mariadb-libs'
'mesa' 'libpipewire' 'python-pillow' 'python-pycryptodomex'
'python-simplejson' 'shairplay' 'smbclient' 'sndio' 'spdlog' 'sqlite'
'taglib' 'tinyxml' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'libinput'
'python-simplejson' 'smbclient' 'sndio' 'spdlog' 'sqlite'
'tinyxml' 'libxkbcommon' 'polkit' 'linux>=5.4.35' 'lzo' 'libinput'
'pcre' 'libdisplay-info' 'tinyxml2'
)
[[ -n "$_clangbuild" ]] && depends+=('glu')