git » vlc.git » commit 75dfcbf

Fixed 28519 - Added OSS and Blu-Ray support

author Giovanni Scafora
2012-02-19 14:23:25 UTC
committer Giovanni Scafora
2012-02-19 14:23:25 UTC
parent 1b94631682afebb6998e7f4a9aa1075cf773403c

Fixed 28519 - Added OSS and Blu-Ray support

PKGBUILD +8 -4

diff --git a/PKGBUILD b/PKGBUILD
index c3da1f7..7030a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -15,10 +15,10 @@ depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
          'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
          'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'  'xcb-util-keysyms'
          'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify'
+makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray'
              'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
              'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
-             'lirc-utils' 'gnutls' 'libcaca')
+             'lirc-utils' 'gnutls' 'libcaca' 'oss')
 optdepends=('avahi: for service discovery using bonjour protocol'
             'libnotify: for notification plugin'
             'ncurses: for ncurses interface support'
@@ -29,7 +29,9 @@ optdepends=('avahi: for service discovery using bonjour protocol'
             'kdelibs: KDE Solid hardware integration'
             'libpulse: PulseAudio support'
             'vdpau-video: vdpau back-end for nvidia'
-            'libva-driver-intel: back-end for intel cards')
+            'libva-driver-intel: back-end for intel cards'
+            'libbluray: for Blu-Ray disks' 
+            'oss: for OSS audio')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'
@@ -53,6 +55,8 @@ build() {
               --enable-pvr \
               --enable-ncurses \
               --enable-upnp \
+              --enable-oss \
+              --enable-bluray \
               --enable-realrtsp
   make
 }