[arch-commits] Commit in vlc/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Fri Nov 2 09:08:50 UTC 2012
Date: Friday, November 2, 2012 @ 05:08:49
Author: giovanni
Revision: 170109
upgpkg: vlc 2.0.4-3
added sftp support
Modified:
vlc/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-02 08:45:56 UTC (rev 170108)
+++ PKGBUILD 2012-11-02 09:08:49 UTC (rev 170109)
@@ -5,7 +5,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/"
@@ -19,7 +19,7 @@
'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
'libcaca' 'librsvg' 'portaudio' 'oss' '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'
@@ -50,7 +50,8 @@
'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'
@@ -80,7 +81,8 @@
--enable-aa \
--enable-vcdx \
--enable-upnp \
- --enable-opus
+ --enable-opus \
+ --enable-sftp
make
}
More information about the arch-commits
mailing list