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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 10 12:31:09 CET 2011


Author: kazuhiko
Date: Thu Feb 10 12:31:09 2011
New Revision: 43267

URL: http://svn.erp5.org?rev=43267&view=rev
Log:
add a patch so that --without-lzma really works as expected.

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=43267&r1=43266&r2=43267&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/imagemagick.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/imagemagick.cfg [utf8] Thu Feb 10 12:31:09 2011
@@ -24,6 +24,14 @@ md5sum = 3f28ecd9f6722cf2c3238ce6ec3d7a6
 download-only = true
 filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch
 
+[imagemagick-6.6.7-4-without-lzma.patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+path = ${:filename}
+md5sum = 04e1b934a58f4b3a83e4df148795b338
+download-only = true
+filename = imagemagick-6.6.7-4-without-lzma.patch
+
 [imagemagick]
 recipe = hexagonit.recipe.cmmi
 url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.7-4.tar.bz2
@@ -56,6 +64,7 @@ configure-options =
 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}
+  ${imagemagick-6.6.7-4-without-lzma.patch:location}/${imagemagick-6.6.7-4-without-lzma.patch:filename}
 environment =
   PATH=${freetype:location}/bin:${ghostscript:location}/bin:${pkgconfig:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${fontconfig:location}/lib/pkgconfig



More information about the Erp5-report mailing list