summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-31 03:51:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-31 03:51:37 -0300
commit8d6a92722fde9f0bbd50e4cdb1aa322cc310ad24 (patch)
tree851f9ba89df2c20ba4ceb6f1434de6298129141b
parent921810a85cfa878e1ca326796ad63eb1c71447cd (diff)
xbmc-libre-lts-12.3-7: 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-lts/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/xbmc-libre-lts/PKGBUILD b/libre/xbmc-libre-lts/PKGBUILD
index 2bd309de4..8a468d817 100644
--- a/libre/xbmc-libre-lts/PKGBUILD
+++ b/libre/xbmc-libre-lts/PKGBUILD
@@ -12,7 +12,7 @@ _pkgname=xbmc
pkgname=xbmc-libre-lts
pkgver=12.3
_codename=Frodo
-pkgrel=6
+pkgrel=7
pkgdesc="A software media player and entertainment hub for digital media (Frodo version), without nonfree addons and unrar support"
arch=('i686' 'x86_64' 'mips64el')
url="http://xbmc.org"
@@ -21,7 +21,7 @@ conflicts=($_pkgname)
provides=($_pkgname)
depends=(
'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
-'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 'libsamplerate'
+'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libpulse' 'libjpeg-turbo' 'libsamplerate'
'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2' 'python2-pillow'
'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'mesa-demos'
'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez-libs' 'glu'
@@ -102,6 +102,7 @@ build() {
--enable-rsxs \
--enable-projectm \
--enable-x11 \
+ --enable-pulse \
--enable-rtmp \
--enable-samba \
--enable-nfs \