extra/vlc to 2.0.4-2

This commit is contained in:
Kevin Mihelich 2012-10-22 12:42:28 +00:00
parent cc28bc99d5
commit cd8e4c78b3

View file

@ -8,7 +8,7 @@
pkgname=vlc
pkgver=2.0.4
pkgrel=1
pkgrel=2
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@ -22,7 +22,7 @@ makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
'libcaca' 'librsvg' 'portaudio' 'libgme' 'xosd'
'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager')
'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
'ncurses: for ncurses interface support'
@ -51,7 +51,8 @@ optdepends=('avahi: for service discovery using bonjour protocol'
'smbclient: for SMB access plugin'
'libcdio: for audio CD playback support'
'ttf-freefont: for subtitle font '
'ttf-dejavu: for subtitle font')
'ttf-dejavu: for subtitle font'
'opus: for opus support')
conflicts=('vlc-plugin')
replaces=('vlc-plugin')
backup=('usr/share/vlc/lua/http/.hosts'
@ -79,7 +80,8 @@ build() {
--enable-xosd \
--enable-aa \
--enable-vcdx \
--enable-upnp
--enable-upnp \
--enable-opus
make
}