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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 23:03:57 CET 2010


Author: kazuhiko
Date: Thu Nov 25 23:03:57 2010
New Revision: 40745

URL: http://svn.erp5.org?rev=40745&view=rev
Log:
* version up : 6.6.5-10 including several fixed on PNG encoder
* embed ghostscript binary path

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=40745&r1=40744&r2=40745&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/imagemagick.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/imagemagick.cfg [utf8] Thu Nov 25 23:03:57 2010
@@ -3,6 +3,7 @@ parts = imagemagick
 extends =
   ../software-profiles/bzip2.cfg
   ../software-profiles/freetype.cfg
+  ../software-profiles/ghostscript.cfg
   ../software-profiles/libjpeg.cfg
   ../software-profiles/libpng.cfg
   ../software-profiles/libtiff.cfg
@@ -12,17 +13,19 @@ extends =
 
 [imagemagick]
 recipe = hexagonit.recipe.cmmi
-url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.5-8.tar.bz2
-md5sum = 128a787ec08186819e0c761d7e222ee7
+url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.5-10.tar.bz2
+md5sum = 305bc145200ef5c1f7bba08a12c5f4f2
 configure-options =
   --without-x
   --without-magick-plus-plus
   --disable-openmp
   --disable-opencl
   --without-openexr
+  --without-gslib
   --with-bzlib=${bzip2:location}
   --with-zlib=${zlib:location}
+  --with-frozenpaths
 environment =
-  PATH=${freetype:location}/bin:%(PATH)s
+  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
   LDFLAGS =-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${jbigkit:location}/lib -Wl,-rpath -Wl,${jbigkit:location}/lib -L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib -L${libtiff:location}/lib -Wl,-rpath -Wl,${libtiff:location}/lib -L${libpng:location}/lib -Wl,-rpath -Wl,${libpng:location}/lib -L${jasper:location}/lib -Wl,-rpath -Wl,${jasper:location}/lib -L${freetype:location}/lib -Wl,-rpath -Wl,${freetype:location}/lib




More information about the Erp5-report mailing list