Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (999b07d5fee6318a570708de1f72aab982b89750)
  • Date: Thu, 28 Aug 2008 07:59:23 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (999b07d5fee6318a570708de1f72aab982b89750), Pol Vinogradov, 08/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page