diff options
author | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
commit | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch) | |
tree | 8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /extra/vlc | |
parent | 299e917c17619f800f0c21cf43209065b608223f (diff) |
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'extra/vlc')
-rw-r--r-- | extra/vlc/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index b62117816..bc7ba43b7 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 150929 2012-02-23 23:36:49Z giovanni $ +# $Id: PKGBUILD 151098 2012-02-24 21:08:06Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc pkgver=2.0.0 -pkgrel=5 +pkgrel=7 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" @@ -21,7 +21,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' @@ -45,7 +45,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' @@ -67,6 +68,7 @@ build() { ./configure --prefix=/usr \ --disable-rpath \ + --enable-oss \ --enable-faad \ --enable-nls \ --enable-lirc \ @@ -76,8 +78,7 @@ build() { --enable-realrtsp \ --enable-xosd \ --enable-aa \ - --enable-vcdx \ - --enable-media-library + --enable-vcdx make } |