diff options
Diffstat (limited to 'extra/vlc/PKGBUILD')
-rw-r--r-- | extra/vlc/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 37cf8571b..06839c37e 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' 'mips64el') url="http://www.videolan.org/vlc/" @@ -21,7 +21,7 @@ makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray' 'libraw1394' 'libdc1394' 'libavc1394' 'libpulse' 'gnutls' 'libcaca' 'librsvg' 'portaudio' 'oss' 'ncurses' 'libgme' 'schroedinger' 'udev' 'projectm' 'twolame' - 'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager') + 'libdvdcss' 'gnome-vfs' 'libgoom2' 'vcdimager' 'xosd') [ "$CARCH" = "mips64el" ] || makedepends+=('libva' 'lirc-utils') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' @@ -46,7 +46,8 @@ optdepends+=('libbluray: for Blu-Ray support' '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' @@ -70,6 +71,7 @@ build() { ./configure --prefix=/usr \ --disable-rpath \ + --enable-oss \ --enable-faad \ --enable-nls \ --enable-lirc \ @@ -80,7 +82,6 @@ build() { --enable-xosd \ --enable-aa \ --enable-vcdx \ - --enable-media-library \ $extraconf make } |