git » vlc.git » commit 693d9f3

added sftp support

author Giovanni Scafora
2012-11-02 09:08:49 UTC
committer Giovanni Scafora
2012-11-02 09:08:49 UTC
parent 36bb3f0ddd76622ed7c1228471e142f7989d916f

added sftp support

PKGBUILD +6 -4

diff --git a/PKGBUILD b/PKGBUILD
index 6508e2e..4dfb0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,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/"
@@ -18,7 +18,7 @@ makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
              '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'
@@ -49,7 +49,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'
@@ -79,7 +80,8 @@ build() {
               --enable-aa \
               --enable-vcdx \
               --enable-upnp \
-              --enable-opus
+              --enable-opus \
+              --enable-sftp
   make
 }