[Erp5-report] r41101 kazuhiko - /erp5/trunk/buildout/software-profiles/imagemagick.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 3 16:18:25 CET 2010


Author: kazuhiko
Date: Fri Dec  3 16:18:25 2010
New Revision: 41101

URL: http://svn.erp5.org?rev=41101&view=rev
Log:
add imagemagick-6.6.6-1-no-gsx-gsc-probe.patch.

Modified:
    erp5/trunk/buildout/software-profiles/imagemagick.cfg

Modified: erp5/trunk/buildout/software-profiles/imagemagick.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/imagemagick.cfg?rev=41101&r1=41100&r2=41101&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/imagemagick.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/imagemagick.cfg [utf8] Fri Dec  3 16:18:25 2010
@@ -15,6 +15,14 @@ extends =
   ../software-profiles/jbigkit.cfg
   ../software-profiles/zlib.cfg
 
+[imagemagick-6.6.6-1-no-gsx-gsc-probe.patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+path = ${:filename}
+md5sum = 3f28ecd9f6722cf2c3238ce6ec3d7a68
+download-only = true
+filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch
+
 [imagemagick]
 recipe = hexagonit.recipe.cmmi
 url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.6-1.tar.bz2
@@ -31,6 +39,9 @@ configure-options =
   --with-ltdl-include=${libtool:location}/include
   --with-ltdl-lib=${libtool:location}/lib
   --with-frozenpaths
+patch-options = -p1
+patches =
+  ${imagemagick-6.6.6-1-no-gsx-gsc-probe.patch:location}/${imagemagick-6.6.6-1-no-gsx-gsc-probe.patch:filename}
 environment =
   PATH=${freetype:location}/bin:${ghostscript:location}/bin:%(PATH)s
   CPPFLAGS=-I${bzip2:location}/include -I${zlib:location}/include -I${jbigkit:location}/include -I${libjpeg:location}/include -I${libtiff:location}/include -I${libpng:location}/include -I${jasper:location}/include -I${freetype:location}/include



More information about the Erp5-report mailing list