git » vlc.git » commit 2ce688b

Add pulseaudio support

author Jan Alexander Steffens
2010-11-26 23:06:14 UTC
committer Jan Alexander Steffens
2010-11-26 23:06:14 UTC
parent 5d81d825b50827d6b37a3aebb43c6df568618219

Add pulseaudio support

PKGBUILD +4 -2

diff --git a/PKGBUILD b/PKGBUILD
index dc24a5c..7be54e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgbase=vlc
 pkgname=('vlc' 'vlc-plugin')
 pkgver=1.1.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL')
@@ -17,7 +17,7 @@ makedepends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'lirc-utils'
              'avahi' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'libxpm'
              'xulrunner' 'pkgconfig' 'live-media' 'libnotify' 'libcdio'
              'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
-             'libraw1394' 'libdc1394' 'libavc1394' 'libva')
+             'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse')
 options=('!libtool')
 source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
 md5sums=('fdc23693351ed57af9f4c85ea885b536')
@@ -61,6 +61,8 @@ package_vlc() {
               'kdelibs: KDE Solid hardware integration'
               'vdpau-video: VDPAU backend for VA API (for GPU acceleration on Nvidia cards)')
   options=('!libtool')
+  conflicts=('vlc-pulse-plugin')
+  replaces=('vlc-pulse-plugin')
   install=vlc.install
   cd "${srcdir}/${pkgbase}-${pkgver}"