summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra/xbmc/PKGBUILD4
-rw-r--r--abs/extra/xbmc/__changelog2
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/xbmc/PKGBUILD b/abs/extra/xbmc/PKGBUILD
index 9594b7e..ab30af1 100644
--- a/abs/extra/xbmc/PKGBUILD
+++ b/abs/extra/xbmc/PKGBUILD
@@ -12,13 +12,13 @@ _prefix=/usr
pkgname=xbmc
pkgver=13.2
_codename=Gotham
-pkgrel=5
+pkgrel=6
pkgdesc="A software media player and entertainment hub for digital media"
arch=('i686' 'x86_64')
url="http://xbmc.org"
license=('GPL2')
depends=(
-'avahi' 'hicolor-icon-theme' 'lame' 'libass' 'libbluray' 'libcdio' 'libmad'
+'avahi' 'glu' 'hicolor-icon-theme' 'lame' 'libass' 'libbluray' 'libcdio' 'libmad'
'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libmysqlclient'
'libsamplerate' 'libssh' 'libva' 'libvdpau' 'libvorbis' 'libxrandr' 'libxslt'
'lzo' 'mesa' 'mesa-demos' 'python2' 'python2-pillow' 'rtmpdump' 'sdl_image'
diff --git a/abs/extra/xbmc/__changelog b/abs/extra/xbmc/__changelog
index 20b50eb..a50187f 100644
--- a/abs/extra/xbmc/__changelog
+++ b/abs/extra/xbmc/__changelog
@@ -1,4 +1,4 @@
-PKGBUILD - remove libpulse dep and remove --enable-pulse config option
+PKGBUILD - remove libpulse dep and remove --enable-pulse config option; add glu dep
PKGBUILD - Added xbmc_lib.conf, this file goes in /etc/gen_lib_xml.d/
xbmc.install - add gen_lib_xml.py to post_install and post_remove
xbmc.install - comment out autostart message since we don't use systemd