[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (999b07d5fee6318a570708de1f72aab982b89750)

Pol Vinogradov scm at sourcemage.org
Thu Aug 28 08:59:23 EDT 2008


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

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

New commits:
commit 999b07d5fee6318a570708de1f72aab982b89750
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    video/vlc: fixed qt4 dependency flag, added libgcrypt optional

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 43d317c..ab496a5 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -1,8 +1,8 @@
 # interface options
-optional_depends  "qt4"                   \
-                  "--enable-qt4"          \
-                  "--disable-qt4s"        \
-                  "for qt4 interface"     &&
+optional_depends  "qt4"                            \
+                  "--enable-qt4"                   \
+                  "--disable-qt4 --disable-skins2" \
+                  "for qt4 interface"              &&
 
 optional_depends  "ncurses"               \
                   "--enable-ncurses"      \
@@ -248,6 +248,11 @@ optional_depends  "gnutls"            \
                   "--disable-gnutls"  \
                   "for TLS/SSL support"  &&
 
+optional_depends  "libgcrypt"                                   \
+                  "--enable-libgcrypt"                          \
+                  "--disable-libgcrypt --disable-remoteosd"     \
+                  "for libgcrypt support and RemoteOSD plugin"  &&
+
 optional_depends  "gnome-vfs2"          \
                   "--enable-gnomevfs"   \
                   "--disable-gnomevfs"  \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 85b2002..9ef373d 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,7 @@
+2008-08-28 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: fixed qt4 disabling flag, added libgcrypt
+	  optional dependency
+
 2008-08-26 Julien "_kaze_" ROZO <julien at rozo.org>
 	* DETAILS: updated version to 0.9.1
 	* BUILD: unexporting MOC, RCC and UIC before unsetting them



More information about the SM-Commit mailing list