[arch-commits] Commit in vlc/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Fri Feb 24 16:32:38 UTC 2012
Date: Friday, February 24, 2012 @ 11:32:38
Author: giovanni
Revision: 151059
upgpkg: vlc 2.0.0-6
Removed media library support
Modified:
vlc/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-24 16:21:27 UTC (rev 151058)
+++ PKGBUILD 2012-02-24 16:32:38 UTC (rev 151059)
@@ -5,7 +5,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/"
@@ -21,7 +21,7 @@
'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'
@@ -45,7 +45,8 @@
'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'
@@ -76,8 +77,7 @@
--enable-realrtsp \
--enable-xosd \
--enable-aa \
- --enable-vcdx \
- --enable-media-library
+ --enable-vcdx
make
}
More information about the arch-commits
mailing list