mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/kodi to 16.0-1
This commit is contained in:
parent
8695377431
commit
f7dd99791d
1 changed files with 5 additions and 8 deletions
|
@ -17,9 +17,9 @@ buildarch=4
|
|||
|
||||
pkgbase=kodi
|
||||
pkgname=('kodi' 'kodi-eventclients')
|
||||
pkgver=15.2
|
||||
_codename=Isengard
|
||||
pkgrel=5
|
||||
pkgver=16.0
|
||||
_codename=Jarvis
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -31,14 +31,12 @@ makedepends=(
|
|||
'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
|
||||
'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
|
||||
'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower'
|
||||
'yajl' 'zip'
|
||||
'yajl' 'zip' 'mesa' 'dcadec' 'libcrossguid'
|
||||
)
|
||||
source=(
|
||||
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz"
|
||||
'prevent-taglib-from-crashing-kodi.patch' # can stay in even with new taglib release
|
||||
)
|
||||
sha256sums=('dd8aeb942e6de5d1488e243e1346cff3f6597e21b5131a3ba72ff5cc82037110'
|
||||
'c588153311adbccd7484cc7381f5852b4199301fe04d917279c0a2535891159f')
|
||||
sha256sums=('0421ea1337cdee674f8a36d995f54152b5ddc4100e53410b3aeeb3b3f7d53946')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/xbmc-$pkgver-$_codename"
|
||||
|
@ -49,7 +47,6 @@ prepare() {
|
|||
sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
|
||||
|
||||
# patches
|
||||
patch -p0 -i "$srcdir/prevent-taglib-from-crashing-kodi.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue