[arch-commits] Commit in kodi/trunk (PKGBUILD)

Ike Devolder idevolder at archlinux.org
Tue Feb 23 19:38:28 UTC 2016


    Date: Tuesday, February 23, 2016 @ 20:38:28
  Author: idevolder
Revision: 163226

upgpkg: kodi 16.0-1

Modified:
  kodi/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-23 19:34:44 UTC (rev 163225)
+++ PKGBUILD	2016-02-23 19:38:28 UTC (rev 163226)
@@ -11,9 +11,9 @@
 
 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')
@@ -25,14 +25,12 @@
   'libvdpau' '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"
@@ -43,7 +41,6 @@
   sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
 
   # patches
-  patch -p0 -i "$srcdir/prevent-taglib-from-crashing-kodi.patch"
 }
 
 build() {



More information about the arch-commits mailing list