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 | |
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
-rw-r--r-- | abs/extra/xbmc/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra/xbmc/__changelog | 2 |
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 |