[SM-Commit] GIT changes to master grimoire by Florian Franzmann (60c0c2f7431dbb88a27a476b901d12bf97ac8261)

Florian Franzmann scm at sourcemage.org
Thu Apr 12 13:27:06 EDT 2012


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 video/vlc/DEPENDS |   18 +++++++++++++-----
 video/vlc/HISTORY |    4 ++++
 2 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 60c0c2f7431dbb88a27a476b901d12bf97ac8261
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    video/vlc: added optional dependencies on samba and resid, made the
    dependency on libcdio mandatory

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 98f6bc4..fa39572 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -250,10 +250,7 @@ optional_depends  "zvbi"                   \
                   "--disable-zvbi"         \
                   "for teletext support"   &&
 
-#optional_depends  "libcdio"            \
-#                  "--enable-libcdio"   \
-#                  "--disable-libcdio"  \
-#                  "for enhanced audio cd support"  &&
+depends libcdio &&
 
 optional_depends  "libcddb"            \
                   "--enable-libcddb"   \
@@ -309,7 +306,18 @@ optional_depends  "libv4l"                             \
                   "--enable-libv4l2"                   \
                   "--disable-libv4l2"                  \
                   "for libv4l2 Video4Linux2 support" &&
+
 optional_depends  "libass"                             \
                   "--enable-libass" \
                   "--disable-libass" \
-                  "for subtitle rendering"
+                  "for subtitle rendering"             &&
+
+optional_depends "samba" \
+                   "--enable-smb" \
+                   "--disable-smb" \
+                   "for SMB/CIFS support"              &&
+
+optional_depends "resid" \
+                   "--enable-sid" \
+                   "--disable-sid" \
+                   "support for C64 SID files"
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index a4cf569..f5728e3 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,7 @@
+2012-04-09 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DEPENDS: added optional dependencies on resid and samba, made the dependency
+	  on libcdio mandatory
+
 2012-03-19 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.0.1, SECURITY_PATCH=23, VideoLAN-SA-1201 & VideoLAN-SA-1202
 


More information about the SM-Commit mailing list