Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2fc442befc39acad085ca8e808d7d11cfbff7f94)
  • Date: Fri, 30 Sep 2011 16:02:23 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2fc442befc39acad085ca8e808d7d11cfbff7f94), Vlad Glagolev, 09/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page