[Lunar-commits] <moonbase-other> Merge branch 'vlc'
v4hn
me at v4hn.de
Sat Jan 18 20:19:56 CET 2014
commit 980f7ebee3b33c80878d4da2e3d0cc4ff5890fce
Author: v4hn <me at v4hn.de>
Date: Sat, 18 Jan 2014 11:18:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/980f7ebee3b33c80878d4da2e3d0cc4ff5890fce
Merge branch 'vlc'
---
crypto/libssh2/DEPENDS | +2/-0
crypto/libssh2/DETAILS | +13/-0
video/vlc/DEPENDS | +1/-0
video/vlc/DETAILS | +3/-3
4 files changed, 19 insertions(+), 3 deletions(-)
--- /dev/null
+++ b/crypto/libssh2/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl
+depends zlib
--- /dev/null
+++ b/crypto/libssh2/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libssh2
+ VERSION=1.4.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://www.libssh2.org/download
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:c27ca83e1ffeeac03be98b6eef54448701e044b0
+ WEB_SITE="http://www.libssh2.org/"
+ ENTERED=20140118
+ UPDATED=20140118
+ SHORT="A library implementing the SSH2 protocol as defined by Internet Drafts"
+cat <<EOF
+A library implementing the SSH2 protocol as defined by Internet Drafts.
+EOF
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -70,3 +70,4 @@ optional_depends "libva" "" "--disable-libva" "for video
optional_depends "vcdimager" "--enable-vcdx" "--disable-vcdx" "for navigating VCD with libvcdinfo support"
optional_depends "libblueray" "--enable-bluray" "--disable-bluray" "for blueray support"
optional_depends "libprojectM" "--enable-projectm" "--disable-projectm" "for visual effects support"
+optional_depends "libssh2" "--enable-sftp" "--disable-sftp" "for SFTP file transfer support"
--- a/video/vlc/DETAILS
+++ b/video/vlc/DETAILS
@@ -1,11 +1,11 @@
MODULE=vlc
- VERSION=2.0.8
+ VERSION=2.1.2
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://download.videolan.org/pub/videolan/vlc/$VERSION
- SOURCE_VFY=sha1:8937ed30412bef49db77d2187a9e4734866f8ab7
+ SOURCE_VFY=sha1:2b0ef3a3767c56d64a2815c772c8b3f865018e70
WEB_SITE=http://www.videolan.org
ENTERED=20011113
- UPDATED=20130803
+ UPDATED=20140118
SHORT="Videolan client multimedia player"
cat << EOF
More information about the Lunar-commits
mailing list