[arch-commits] Commit in xbmc/trunk (PKGBUILD)

Ike Devolder idevolder at archlinux.org
Thu Aug 28 10:21:03 UTC 2014


    Date: Thursday, August 28, 2014 @ 12:21:02
  Author: idevolder
Revision: 118009

xbmc :: 13.2-3

FS#41716 - [xbmc] Please build with --enable-pulse flag

Modified:
  xbmc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-28 09:07:54 UTC (rev 118008)
+++ PKGBUILD	2014-08-28 10:21:02 UTC (rev 118009)
@@ -12,7 +12,7 @@
 pkgname=xbmc
 pkgver=13.2
 _codename=Gotham
-pkgrel=2
+pkgrel=3
 pkgdesc="A software media player and entertainment hub for digital media"
 arch=('i686' 'x86_64')
 url="http://xbmc.org"
@@ -19,10 +19,10 @@
 license=('GPL2')
 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'
@@ -79,6 +79,7 @@
     --enable-rsxs \
     --enable-projectm \
     --enable-x11 \
+    --enable-pulse \
     --enable-rtmp \
     --enable-samba \
     --enable-nfs \




More information about the arch-commits mailing list