Commit d74d3566 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* version up : 6.6.5-8.

* drop X11, C++ support
* use our own bzip2 and zlib.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40296 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ff9e403
[buildout]
parts = imagemagick
extends =
../software-profiles/bzip2.cfg
../software-profiles/zlib.cfg
[imagemagick]
recipe = hexagonit.recipe.cmmi
url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.4-9.tar.gz
url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.5-8.tar.bz2
md5sum = 128a787ec08186819e0c761d7e222ee7
configure-options =
--without-x
--without-magick-plus-plus
--with-bzlib=${bzip2:location}
--with-zlib=${zlib:location}
environment =
LDFLAGS =-Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment