mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/kodi-c1 to 16.1-1
This commit is contained in:
parent
91c4f3e4fe
commit
b7788e95b9
1 changed files with 6 additions and 6 deletions
|
@ -17,8 +17,8 @@ _prefix=/usr
|
|||
|
||||
pkgbase=kodi-c1
|
||||
pkgname=('kodi-c1' 'kodi-c1-eventclients')
|
||||
_commit=975c9238b5fb13a6fe324d764d6ad67dc809e866
|
||||
pkgver=16.0
|
||||
_commit=cdb7704d1174395f399657fd3f562fe236516b9f
|
||||
pkgver=16.1
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://kodi.tv"
|
||||
|
@ -30,12 +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-git' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
|
||||
'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
|
||||
'mesa' 'libdcadec.so' 'libcrossguid'
|
||||
)
|
||||
|
||||
source=("https://github.com/Owersun/xbmc/archive/${_commit}.tar.gz")
|
||||
sha256sums=('b7d74ecd89705daa0c3844bd47dbe30a4e7fa8edfedf4b061450602c6600335c')
|
||||
sha256sums=('a56165257af0ee6899317093c412603b01967068536ae200dfcab0b74bdc501d')
|
||||
|
||||
prepare() {
|
||||
cd xbmc-${_commit}
|
||||
|
@ -99,7 +99,7 @@ package_kodi-c1() {
|
|||
'libplist: AirPlay support'
|
||||
'lirc: Remote controller support'
|
||||
'pulseaudio: PulseAudio support'
|
||||
'shairplay-git: AirPlay support'
|
||||
'shairplay: AirPlay support'
|
||||
'udisks: Automount external drives'
|
||||
'unrar: Archives support'
|
||||
'unzip: Archives support'
|
||||
|
@ -108,7 +108,7 @@ package_kodi-c1() {
|
|||
)
|
||||
install="kodi.install"
|
||||
provides=('xbmc' 'kodi')
|
||||
conflicts=('xbmc' 'kodi')
|
||||
conflicts=('xbmc' 'kodi' 'shairplay-git')
|
||||
replaces=('xbmc')
|
||||
|
||||
cd xbmc-${_commit}
|
||||
|
|
Loading…
Reference in a new issue