mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/kodi-c1 to 16.0-1
This commit is contained in:
parent
54b8ed7450
commit
76e91194af
1 changed files with 8 additions and 7 deletions
|
@ -17,9 +17,9 @@ _prefix=/usr
|
|||
|
||||
pkgbase=kodi-c1
|
||||
pkgname=('kodi-c1' 'kodi-c1-eventclients')
|
||||
_commit=3a59f4b03708451273668022f415123522f634fd
|
||||
pkgver=15.2
|
||||
pkgrel=3
|
||||
_commit=975c9238b5fb13a6fe324d764d6ad67dc809e866
|
||||
pkgver=16.0
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -30,11 +30,12 @@ makedepends=(
|
|||
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
|
||||
'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow' 'aml-libs-c1'
|
||||
'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
|
||||
'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
|
||||
'shairplay-git' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
|
||||
'mesa' 'libdcadec.so' 'libcrossguid'
|
||||
)
|
||||
|
||||
source=("https://github.com/Owersun/xbmc/archive/${_commit}.tar.gz")
|
||||
sha256sums=('96200ef955a65f9fa87a66b27b4374a2badd89d9a1d20c02f6fdca760f35a3ca')
|
||||
sha256sums=('b7d74ecd89705daa0c3844bd47dbe30a4e7fa8edfedf4b061450602c6600335c')
|
||||
|
||||
prepare() {
|
||||
cd xbmc-${_commit}
|
||||
|
@ -89,7 +90,7 @@ package_kodi-c1() {
|
|||
'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libcdio'
|
||||
'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
|
||||
'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
|
||||
'yajl' 'odroid-c1-libgl' 'aml-libs-c1'
|
||||
'yajl' 'odroid-c1-libgl' 'aml-libs-c1' 'mesa' 'libdcadec.so'
|
||||
)
|
||||
optdepends=(
|
||||
'afpfs-ng: Apple shares support'
|
||||
|
@ -98,7 +99,7 @@ package_kodi-c1() {
|
|||
'libplist: AirPlay support'
|
||||
'lirc: Remote controller support'
|
||||
'pulseaudio: PulseAudio support'
|
||||
'shairplay: AirPlay support'
|
||||
'shairplay-git: AirPlay support'
|
||||
'udisks: Automount external drives'
|
||||
'unrar: Archives support'
|
||||
'unzip: Archives support'
|
||||
|
|
Loading…
Reference in a new issue