diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-31 03:47:21 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-31 03:50:05 -0300 |
commit | 921810a85cfa878e1ca326796ad63eb1c71447cd (patch) | |
tree | 3f654eff637e2848ae0b3da359d22b4db085688d | |
parent | 7107c6ed8694ed2b6d67663df0942362be76e7e3 (diff) |
xbmc-libre-13.2-3: fix issues reported from Arch
FIXES:
FS#41716 (https://bugs.archlinux.org/task/41716) - [xbmc] Please build with --enable-pulse flag
-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 \ |