Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b06d258ed630099e6930c5136d4691644601c296)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b06d258ed630099e6930c5136d4691644601c296)
  • Date: Sat, 6 Jun 2015 06:34:49 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/gimp/HISTORY | 3 +++
graphics/gimp/PRE_BUILD | 1 +
2 files changed, 4 insertions(+)

New commits:
commit b06d258ed630099e6930c5136d4691644601c296
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gimp: Fix build with gegl 0.3

diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 52a685b..794e801 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2015-06-06 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: fixed build with gegl 0.3.x
+
2014-11-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: fixed SOURCE_URL[0], seems ftp is not available anymore

diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
index 6d2c395..6336677 100755
--- a/graphics/gimp/PRE_BUILD
+++ b/graphics/gimp/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

+sedit 's:gegl-0[.]2:gegl-0.3:' configure &&
sedit "s:#include <freetype/tttables.h>:#include <freetype2/tttables.h>:"
app/text/gimpfont.c



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b06d258ed630099e6930c5136d4691644601c296), Ismael Luceno, 06/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page