--- a/PKGBUILD 2017-10-26 09:07:59.911635352 -0400 +++ b/PKGBUILD 2017-10-26 09:25:22.866441865 -0400 @@ -22,7 +22,7 @@ pkgbase=kodi pkgname=('kodi' 'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev') pkgver=17.5 _codename=Krypton -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://kodi.tv" license=('GPL2') @@ -30,10 +30,11 @@ makedepends=( 'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass' 'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' - 'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libxrandr' - 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns' 'python2-pillow' 'python2-pybluez' - 'python2-simplejson' 'rtmpdump' 'shairplay' 'smbclient' 'swig' 'taglib' - 'tinyxml' 'unzip' 'upower' 'yajl' 'zip' + 'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' + 'libva' 'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns' + 'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' + 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' + 'yajl' 'zip' ) _libdvdcss_commit="2f12236bc1c92f73c21e973363f79eb300de603f" _libdvdnav_commit="981488f7f27554b103cca10c1fbeba027396c94a" @@ -89,22 +90,22 @@ build() { package_kodi() { pkgdesc="A software media player and entertainment hub for digital media" depends=( - 'bluez-libs' 'desktop-file-utils' 'glew' 'hicolor-icon-theme' - 'libcdio' 'libmariadbclient' 'libmicrohttpd' 'libxrandr' 'libxslt' 'lzo' - 'mesa' 'python2-pillow' 'python2-simplejson' 'smbclient' 'taglib' 'tinyxml' - 'xorg-xdpyinfo' 'yajl' 'libass' + 'bluez-libs' 'desktop-file-utils' 'glew' 'hicolor-icon-theme' 'libass' + 'libcdio' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libva' 'libvdpau' + 'libxrandr' 'libxslt' 'lzo' 'mesa' 'python2-pillow' 'python2-simplejson' + 'smbclient' 'taglib' 'tinyxml' 'xorg-xdpyinfo' 'yajl' ) optdepends=( 'afpfs-ng: Apple shares support' 'bluez: Blutooth support' 'python2-pybluez: Bluetooth support' 'libnfs: NFS shares support' - 'libplist: AirPlay support' + 'libplist: Limited AirPlay support' 'libcec: Pulse-Eight USB-CEC adapter support' 'lirc: Remote controller support' 'lsb-release: log distro information in crashlog' 'pulseaudio: PulseAudio support' - 'shairplay: AirPlay support' + 'shairplay: Limited AirPlay support' 'unrar: Archives support' 'unzip: Archives support' 'upower: Display battery level' @@ -112,12 +113,10 @@ package_kodi() { provides=('xbmc') conflicts=('xbmc') replaces=('xbmc') - _components=( 'kodi' 'kodi-bin' ) - cd kodi-build # install eventclients for _cmp in ${_components[@]}; do