Skip to Content.
Sympa Menu

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

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 (a070cc753e556575eb8770a4c63bf0c5bf193b9c)
  • Date: Thu, 4 Aug 2016 18:46:09 +0000

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

graphics-libs/gegl/DETAILS | 4 ++--
graphics-libs/gegl/HISTORY | 3 +++
graphics/gimp/HISTORY | 1 +
graphics/gimp/PRE_BUILD | 11 ++++++++++-
4 files changed, 16 insertions(+), 3 deletions(-)

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

gimp: Fix build against gegl 0.3.8

commit bfd41d5d4441704c2ee5a5c8a2c964e7b5d3ebef
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gimp: Break long line in PRE_BUILD

commit 82d8815ccc5d148c12f9bf04e9902190ca5c932b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gegl 0.3.8

diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
index 5cb62b6..19078dd 100755
--- a/graphics-libs/gegl/DETAILS
+++ b/graphics-libs/gegl/DETAILS
@@ -1,7 +1,7 @@
SPELL=gegl
- VERSION=0.3.4
+ VERSION=0.3.8
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:7fe14c1534d61cfc253bce54cc707f93882ad96302068fe672e6cdcb613430e835ee5d39a5398537f845a6d101eed6fd3d1ff7e4204d51bc9ab5a59c9e09d2ec
+
SOURCE_HASH=sha512:13207e7ab4723be1e31bdba5e30e5725e93c1adc61bad1413502128730391dbe7eb35419d243c8d0a1d8794341a58188790adacbb10d2a8e68db861c18d21bfb
SOURCE_URL[0]=http://ftp.gimp.org/pub/$SPELL/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://gegl.org/
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 15f9650..683eb48 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2016-08-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.8
+
2016-02-18 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: libpng and JPEG are required dependencies, needs babl >=
0.1.14

diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 07f9c1f..a087e27 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,6 +1,7 @@
2016-08-04 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.8.18
SECURITY_PATCH++ fixes CVE-2016-4994
+ * PRE_BUILD: Fix build with gegl 0.3.8

2016-02-19 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: need at least gegl version 0.3.0
diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
index 6336677..4fc06b9 100755
--- a/graphics/gimp/PRE_BUILD
+++ b/graphics/gimp/PRE_BUILD
@@ -2,4 +2,13 @@ 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
+sedit "s:#include <freetype/tttables.h>:#include <freetype2/tttables.h>:" \
+ app/text/gimpfont.c
+
+# Needed to build (gimp < 2.9.4) against gegl 0.3.8
+sedit '/^#include <gegl-paramspecs.h>/a\
+#ifndef GEGL_IS_PARAM_SPEC_MULTILINE \
+#define GEGL_IS_PARAM_SPEC_MULTILINE(p) \\\
+ gegl_param_spec_get_property_key(p, "multiline")\
+#endif
+' app/core/gimpparamspecs-duplicate.c



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a070cc753e556575eb8770a4c63bf0c5bf193b9c), Ismael Luceno, 08/04/2016

Archive powered by MHonArc 2.6.24.

Top of Page