extra/vlc to 2.0.4-3

This commit is contained in:
Kevin Mihelich 2012-11-03 18:42:45 +00:00
parent 530f18435c
commit 8a500c5444

View file

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