Skip to Content.
Sympa Menu

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

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 (7bf63f8a6f41b347c2217c5d9f2184de95ca2038)
  • Date: Fri, 4 Jul 2008 03:25:22 -0500

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

libs/libgdiplus/BUILD | 4 ++++
libs/libgdiplus/DEPENDS | 11 ++++++++---
libs/libgdiplus/HISTORY | 7 +++++++
3 files changed, 19 insertions(+), 3 deletions(-)

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

libgdiplus: Re-add cairo dependency to use system cairo

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

libgdiplus: Fix compilation with xorg (finding X11/Xlib.h)

commit 46dcfac4d24dce2653674505fe40718fe1ccfdc4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libgdiplus: Added missing && after glib2

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

libgdiplus: Optionally depends on libexif

diff --git a/libs/libgdiplus/BUILD b/libs/libgdiplus/BUILD
index 8006967..c51d9c8 100755
--- a/libs/libgdiplus/BUILD
+++ b/libs/libgdiplus/BUILD
@@ -1,3 +1,7 @@
+if spell_ok xorg; then
+ CFLAGS="${CFLAGS} -I${INSTALL_ROOT}/usr/X11R6/include"
+fi &&
+
CFLAGS=${CFLAGS/-O3/-O2} &&
OPTS="${OPTS} --disable-glitz" &&
default_build
diff --git a/libs/libgdiplus/DEPENDS b/libs/libgdiplus/DEPENDS
index 1fbf010..fa37988 100755
--- a/libs/libgdiplus/DEPENDS
+++ b/libs/libgdiplus/DEPENDS
@@ -1,5 +1,5 @@
-depends glib2
-#depends cairo '--with-cairo=installed'
+depends glib2 &&
+depends cairo '--with-cairo=system' &&

optional_depends LIBGIF \
"--with-libgif" \
@@ -19,4 +19,9 @@ optional_depends jpeg \
optional_depends libpng \
"--with-libpng" \
"--without-libpng" \
- "Enable PNG support"
+ "Enable PNG support" &&
+
+optional_depends libexif \
+ '--with-libexif' \
+ '--without-libexif' \
+ 'for EXIF image support'
diff --git a/libs/libgdiplus/HISTORY b/libs/libgdiplus/HISTORY
index 0f38070..d0e5910 100644
--- a/libs/libgdiplus/HISTORY
+++ b/libs/libgdiplus/HISTORY
@@ -1,3 +1,9 @@
+2008-07-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on libexif
+ Added missing && after glib2
+ Re-add cairo dependency, using --with-cairo=system
+ * BUILD: Fix compilation with xorg (finding X11/Xlib.h)
+
2007-12-20 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.2.6. Fixed SOURCE.

@@ -36,3 +42,4 @@
2005-05-10 Sergey Lipnevich <sergey AT sourcemage.org>
* ALL: spell created;
* WIP: versions hell.
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7bf63f8a6f41b347c2217c5d9f2184de95ca2038), Eric Sandall, 07/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page