imagemagick.cfg 1.97 KB
Newer Older
1 2 3
# ImageMagick - a software suite to create, edit, and compose bitmap images
# http://www.imagemagick.org/

Łukasz Nowak's avatar
Łukasz Nowak committed
4 5
[buildout]
parts = imagemagick
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
6
extends =
7 8 9 10 11 12 13 14 15 16
  bzip2.cfg
  freetype.cfg
  ghostscript.cfg
  libjpeg.cfg
  libpng.cfg
  libtiff.cfg
  libtool.cfg
  jasper.cfg
  jbigkit.cfg
  zlib.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
17

18 19 20 21 22 23 24 25
[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

Łukasz Nowak's avatar
Łukasz Nowak committed
26 27
[imagemagick]
recipe = hexagonit.recipe.cmmi
28 29
url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.6-1.tar.bz2
md5sum = e1471a0153761af2c375e6b2627c5f9f
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
30 31 32
configure-options =
  --without-x
  --without-magick-plus-plus
33
  --disable-openmp
34 35
  --disable-opencl
  --without-openexr
36
  --without-gslib
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
37 38
  --with-bzlib=${bzip2:location}
  --with-zlib=${zlib:location}
39 40
  --with-ltdl-include=${libtool:location}/include
  --with-ltdl-lib=${libtool:location}/lib
41
  --with-frozenpaths
42 43 44
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}
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
45
environment =
46
  PATH=${freetype:location}/bin:${ghostscript:location}/bin:%(PATH)s
47
  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
48
  LDFLAGS =-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -L${zlib:location}/lib -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