Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (a01e68822baeab3e35ddcd24ef85e81a5f9f01ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (a01e68822baeab3e35ddcd24ef85e81a5f9f01ff)
  • Date: Thu, 2 Feb 2012 07:33:30 -0600

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

graphics/gimp/HISTORY | 3 +++
graphics/gimp/PRE_BUILD | 5 +++++
graphics/gimp/curl.patch | 11 +++++++++++
3 files changed, 19 insertions(+)

New commits:
commit a01e68822baeab3e35ddcd24ef85e81a5f9f01ff
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

gimp: added patch to fix compilation issue when curl dependency is
enabled

diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 1f31162..d7d992e 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2012-02-02 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * PRE_BUILD, curl.patch: added, fix compilation issue with latest curl
+
2012-02-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.6.12
* PRE_BUILD, gimp-poppler-0.18.patch.bz2: removed
diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
new file mode 100755
index 0000000..8d81fe8
--- /dev/null
+++ b/graphics/gimp/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if is_depends_enabled $SPELL curl; then
+ patch -p1 < $SPELL_DIRECTORY/curl.patch
+fi
diff --git a/graphics/gimp/curl.patch b/graphics/gimp/curl.patch
new file mode 100644
index 0000000..f7c3420
--- /dev/null
+++ b/graphics/gimp/curl.patch
@@ -0,0 +1,11 @@
+diff -Naur gimp-2.6.12.orig/plug-ins/file-uri/uri-backend-libcurl.c
gimp-2.6.12/plug-ins/file-uri/uri-backend-libcurl.c
+--- gimp-2.6.12.orig/plug-ins/file-uri/uri-backend-libcurl.c 2012-01-31
14:50:15.000000000 +0100
++++ gimp-2.6.12/plug-ins/file-uri/uri-backend-libcurl.c 2012-02-02
14:09:28.000000000 +0100
+@@ -24,7 +24,6 @@
+ #include <errno.h>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include <glib/gstdio.h>




Archive powered by MHonArc 2.6.24.

Top of Page