git » vlc.git » commit b6d8d58

Removed media library support

author Giovanni Scafora
2012-02-24 16:32:38 UTC
committer Giovanni Scafora
2012-02-24 16:32:38 UTC
parent cffcd69a217dfad787c410961f44a4b3ed2c2399

Removed media library support

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 169d26d..9eec8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=2.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -20,7 +20,7 @@ makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray'
              'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
              'lirc-utils' 'gnutls' 'libcaca' 'librsvg' 'portaudio' 'oss' 
              'ncurses' 'libgme' 'schroedinger' 'udev' 'projectm' 'twolame' 
-             'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager')
+             'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager' 'xosd')
 optdepends=('avahi: for service discovery using bonjour protocol'
             'libnotify: for notification plugin'
             'ncurses: for ncurses interface support'
@@ -44,7 +44,8 @@ optdepends=('avahi: for service discovery using bonjour protocol'
             'libgcrypt: support for some plugins'
             'gnome-vfs: for GNOME Virtual File System support'
             'libgoom2: for libgoom plugin'
-            'vcdimager: navigate VCD with libvcdinfo')
+            'vcdimager: navigate VCD with libvcdinfo'
+            'xosd: for xosd support')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'
@@ -75,8 +76,7 @@ build() {
               --enable-realrtsp \
               --enable-xosd \
               --enable-aa \
-              --enable-vcdx \
-              --enable-media-library
+              --enable-vcdx
   make
 }