[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2fc442befc39acad085ca8e808d7d11cfbff7f94)

Vlad Glagolev scm at sourcemage.org
Fri Sep 30 17:02:23 EDT 2011


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 graphics/gimp/HISTORY                     |    6 +++++-
 graphics/gimp/PRE_BUILD                   |    6 ++++++
 graphics/gimp/gimp-poppler-0.18.patch.bz2 |binary
 3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 2fc442befc39acad085ca8e808d7d11cfbff7f94
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    gimp: fixed compilation with recent poppler (it wasn't that hard, PyroBor)

diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 515d0b8..24dd84f 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,4 +1,8 @@
-011-09-25 Pol Vinogradov <vin.public at gmail.com>
+2011-10-01 Vlad Glagolev <stealth at sourcemage.org>
+	* PRE_BUILD: added, to apply the patch
+	* gimp-poppler-0.18.patch.bz2: added, fixes compilation with poppler 0.18
+
+2011-09-25 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: 2.7.3 for devel branch
 
 2011-04-16 Pol Vinogradov <vin.public at gmail.com>
diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
new file mode 100755
index 0000000..011c1ef
--- /dev/null
+++ b/graphics/gimp/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if is_depends_enabled $SPELL poppler; then
+  bzcat "$SPELL_DIRECTORY/gimp-poppler-0.18.patch.bz2" | patch -p1
+fi
diff --git a/graphics/gimp/gimp-poppler-0.18.patch.bz2 b/graphics/gimp/gimp-poppler-0.18.patch.bz2
new file mode 100644
index 0000000..680568c
Binary files /dev/null and b/graphics/gimp/gimp-poppler-0.18.patch.bz2 differ


More information about the SM-Commit mailing list