diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-10-20 23:41:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-10-20 23:41:06 (GMT) |
commit | 7cc3bdc2af9b89235a1552c7c2988227434ab6ae (patch) | |
tree | 3fcb72d996f3488820d07be56d2301fd156b74ce /abs/extra/xbmc/PKGBUILD | |
parent | a5590691acb7c18f049290a89b098b735e2ed032 (diff) | |
download | linhes_pkgbuild-7cc3bdc2af9b89235a1552c7c2988227434ab6ae.zip linhes_pkgbuild-7cc3bdc2af9b89235a1552c7c2988227434ab6ae.tar.gz linhes_pkgbuild-7cc3bdc2af9b89235a1552c7c2988227434ab6ae.tar.bz2 |
xbmc: recompile take 2; add glu dep
Diffstat (limited to 'abs/extra/xbmc/PKGBUILD')
-rw-r--r-- | abs/extra/xbmc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 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' |