Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (daa35e2cdfa04b85c5176141aa7da991ae06dd20)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (daa35e2cdfa04b85c5176141aa7da991ae06dd20)
  • Date: Fri, 28 Aug 2009 19:28:49 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

doc/wv2/DEPENDS | 2 +-
doc/wv2/HISTORY | 5 +++++
graphics/gimp/DEPENDS | 2 +-
graphics/gimp/HISTORY | 4 ++++
4 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit daa35e2cdfa04b85c5176141aa7da991ae06dd20
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gimp: Does not know --without-gtkhtml2
configure: WARNING: unrecognized options: --without-gtkhtml2

commit 4c4df419b9cce9914b1267ebea1676eefdd1d0ea
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wv2: CMake does not like "--with-libwmf"
CMake Error: The source directory
"/usr/src/wv2-0.4.0/build/--with-libwmf" does not exist.

diff --git a/doc/wv2/DEPENDS b/doc/wv2/DEPENDS
index 944acdc..af81b7b 100755
--- a/doc/wv2/DEPENDS
+++ b/doc/wv2/DEPENDS
@@ -2,4 +2,4 @@ depends cmake &&
depends pkgconfig &&
depends g++ &&
depends libgsf &&
-optional_depends "libwmf" "--with-libwmf" "" "to see embeded images in doc
files"
+optional_depends "libwmf" "" "" "to see embeded images in doc files"
diff --git a/doc/wv2/HISTORY b/doc/wv2/HISTORY
index c8a0fc4..2b93646 100644
--- a/doc/wv2/HISTORY
+++ b/doc/wv2/HISTORY
@@ -1,3 +1,8 @@
+2009-08-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: CMake does not like "--with-libwmf"
+ CMake Error: The source directory
"/usr/src/wv2-0.4.0/build/--with-libwmf"
+ does not exist.
+
2009-08-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.4.0
* DEPENDS: add cmake, pkgconfig, g++
diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 313ae52..936a751 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -25,7 +25,7 @@ optional_depends libexif \
"for EXIF jpeg tag support" &&

optional_depends libgtkhtml \
- "" "--without-gtkhtml2" \
+ "" "" \
"for GTK help browser" &&

optional_depends webkitgtk \
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 8de0471..dbeaefe 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,7 @@
+2009-08-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Does not know --without-gtkhtml2
+ configure: WARNING: unrecognized options: --without-gtkhtml2
+
2009-08-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.6.7




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (daa35e2cdfa04b85c5176141aa7da991ae06dd20), Eric Sandall, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page