diff options
-rw-r--r-- | libre/xbmc-libre/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/xbmc-libre/PKGBUILD b/libre/xbmc-libre/PKGBUILD index c43e3db91..5eedb43e0 100644 --- a/libre/xbmc-libre/PKGBUILD +++ b/libre/xbmc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 117562 2014-08-18 22:43:11Z alucryd $ +# $Id: PKGBUILD 118009 2014-08-28 10:21:02Z idevolder $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor (Arch): Brad Fanella <bradfanella@archlinux.us> # Contributor (Arch): [vEX] <niechift.dot.vex.at.gmail.dot.com> @@ -14,7 +14,7 @@ _pkgname=xbmc pkgname=xbmc-libre pkgver=13.2 _codename=Gotham -pkgrel=2 +pkgrel=3 pkgdesc="A software media player and entertainment hub for digital media (Gotham version), without nonfree addons and unrar support" arch=('i686' 'x86_64' 'mips64el') url="http://xbmc.org" @@ -24,10 +24,10 @@ conflicts=($_pkgname) provides=($_pkgname=$pkgver) depends=( 'avahi' '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' 'smbclient' -'taglib' 'tinyxml' 'unzip' 'xorg-xdpyinfo' 'yajl' +'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libmysqlclient' 'libpulse' +'libsamplerate' 'libssh' 'libva' 'libvdpau' 'libvorbis' 'libxrandr' 'libxslt' +'lzo' 'mesa' 'mesa-demos' 'python2' 'python2-pillow' 'rtmpdump' 'sdl_image' +'smbclient' 'taglib' 'tinyxml' 'unzip' 'xorg-xdpyinfo' 'yajl' ) makedepends=( 'afpfs-ng' 'libnfs' 'libplist' 'shairplay' 'libcec' 'boost' 'cmake' 'doxygen' @@ -99,6 +99,7 @@ build() { --enable-rsxs \ --enable-projectm \ --enable-x11 \ + --enable-pulse \ --enable-rtmp \ --enable-samba \ --enable-nfs \ |