From 8a500c5444a6e6b855c6e9bbb83600ad2b134ede Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 3 Nov 2012 18:42:45 +0000 Subject: [PATCH] extra/vlc to 2.0.4-3 --- extra/vlc/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 2f5c5d003..eecd6a1d1 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=vlc pkgver=2.0.4 -pkgrel=2 +pkgrel=3 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' 'opus') + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' @@ -52,7 +52,8 @@ optdepends=('avahi: for service discovery using bonjour protocol' 'libcdio: for audio CD playback support' 'ttf-freefont: for subtitle font ' 'ttf-dejavu: for subtitle font' - 'opus: for opus support') + 'opus: for opus support' + 'libssh2: for sftp support') conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/lua/http/.hosts' @@ -81,7 +82,8 @@ build() { --enable-aa \ --enable-vcdx \ --enable-upnp \ - --enable-opus + --enable-opus \ + --enable-sftp make }