[SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (867b3d79f6ad07564af84b1a2722853be73c0722)

Arwed von Merkatz scm at sourcemage.org
Sat May 12 12:50:37 EDT 2007


GIT changes to master grimoire by Arwed von Merkatz <v.merkatz at gmx.net>:

 http/dillo/CONFIGURE |    7 ++++++-
 http/dillo/DEPENDS   |    5 -----
 http/dillo/HISTORY   |    5 +++++
 3 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 867b3d79f6ad07564af84b1a2722853be73c0722
Author: Arwed von Merkatz <v.merkatz at gmx.net>
Commit: Arwed von Merkatz <v.merkatz at gmx.net>

    dillo: removed linungif dependency, the gif reader is interal

diff --git a/http/dillo/CONFIGURE b/http/dillo/CONFIGURE
index 05a3be3..e95cb38 100755
--- a/http/dillo/CONFIGURE
+++ b/http/dillo/CONFIGURE
@@ -52,4 +52,9 @@ config_query_option DILLO_OPTS                                     \
                     "Use native language support"                  \
                     y                                              \
                     "--enable-nls"                                 \
-                    "--disable-nls"                                
+                    "--disable-nls"                                &&
+config_query_option DILLO_OPTS                                     \
+                    "Enable GIF support"                           \
+                    y                                              \
+                    "--enable-gif"                                 \
+                    "--disable-gif"
diff --git a/http/dillo/DEPENDS b/http/dillo/DEPENDS
index ac16c0b..383ddf6 100755
--- a/http/dillo/DEPENDS
+++ b/http/dillo/DEPENDS
@@ -26,11 +26,6 @@ optional_depends  "jpeg"                    \
                   "--disable-jpeg"          \
                   "for jpeg image support"  &&
 
-optional_depends  "libungif"                \
-                  "--enable-gif"            \
-                  "--disable-gif"           \
-                  "for gif support"         &&
-
 optional_depends  "libpng"                  \
                   "--enable-png"            \
                   "--disable-png"           \
diff --git a/http/dillo/HISTORY b/http/dillo/HISTORY
index 42d6ff0..0e7a357 100644
--- a/http/dillo/HISTORY
+++ b/http/dillo/HISTORY
@@ -1,3 +1,8 @@
+2007-05-12 Arwed v. Merkatz <v.merkatz at gmx.net>
+	* DEPENDS: removed libungif optional_depends, dillo has its own gif
+	  decoder
+	* CONFIGURE: added option to enable/disable gif support
+
 2007-01-04 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* CONFIGURE: rtfl messages broken option and mostly useless
 	* DETAILS: PATCHLEVEL++



More information about the SM-Commit mailing list