the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: imagemagick%type_pkg[-nox]10-dev
Type: -nox (boolean)
Epoch: 1
Version: 6.3.5
Revision: 1019
GCC: 4.0
Source: mirror:sourceforge:imagemagick/ImageMagick-%v-6.tar.gz
Source-MD5: 54c2c91eafb416ae3419a78bb8d0162c
SourceDirectory: ImageMagick-%v
Depends: imagemagick%type_pkg[-nox]10-shlibs (= %e:%v-%r), (%type_raw[-nox] = .) x11-shlibs, (%type_raw[-nox] = .) x11
BuildDepends: pango1-xft2-ft219-dev (>= 1.18.4-4), pkgconfig, (%type_raw[-nox] = .) x11-dev, bzip2-dev, libjpeg, lcms, libpng3 (>= 1:1.2.18-1), libtiff, libxml2, libiconv-dev, librsvg2 (>= 2.9.5-11), libdjvulibre15-dev, libgsf-dev, libcroco3
Conflicts: imagemagick-dev, imagemagick-nox-dev, imagemagick10-dev, imagemagick-nox10-dev, imagemagick1-dev, imagemagick-nox1-dev, imagemagick2-dev, imagemagick-nox2-dev
Replaces: imagemagick-dev, imagemagick-nox-dev, imagemagick10-dev, imagemagick-nox10-dev, imagemagick1-dev, imagemagick-nox1-dev, imagemagick2-dev, imagemagick-nox2-dev
Provides: (%type_raw[-nox] = -nox) imagemagick10-dev
SetCC: gcc-4.0
ConfigureParams: --without-perl --mandir='${prefix}/share/man' --with-bzlib --without-dps --without-fpx --without-fontconfig --with-gs-font-dir=%p/share/ghostscript/fonts --without-gslib --without-gvc --without-jbig --with-jpeg --without-jp2 --with-lcms --with-magic-plus-plus --without-openexr --with-png --with-rsvg --with-tiff --without-wmf --with-xml --with-zlib --with-djvu (%m = x86_64) --disable-openmp --disable-static
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/freetype219/bin:%p/lib/fontconfig2/bin:$PATH
export PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
if [ "%type_raw[-nox]" == "." ]; then
PKG_CONFIG=%p/bin/pkg-config ac_cv_func_poll=no ./configure %c --with-x
fi
if [ "%type_raw[-nox]" == "-nox" ]; then
PKG_CONFIG=%p/bin/pkg-config ac_cv_func_poll=no ./configure %c --without-x
fi
make
<<
Description: Image manipulation tools, old version
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
if [ "%type_raw[-nox]" == "." ]; then
perl -pi -e "s|-lXext -lSM -lICE -lX11||g" %i/lib/libMagick*la
perl -pi -e "s|-L/usr/X11R6/lib||g" %i/lib/libMagick*la
fi
/bin/rm -f %i/lib/libltdl*
/bin/rm %i/bin/animate %i/bin/compare %i/bin/composite %i/bin/conjure %i/bin/convert %i/bin/display %i/bin/identify %i/bin/import %i/bin/mogrify %i/bin/montage %i/bin/stream
/bin/rm -R %i/share/ImageMagick-%v %i/share/man
<<
DescDetail: <<
Old version of imagemagick library.
<<
DescPort: <<
--without-perl is the correct option for building perlmagick as a
separate package (which we do).
configure has trouble finding pkg-config, so we tell it where to look.
In version >- 5.5.6-23, we get around the libpoll problem in OS X 10.3 by
fooling ./configure into thinking that poll is not present.
In version >= 6.3.2, we disable fontconfig support because imagemagick wants
version >= 2.4.1 but Apple's X11 only supplies version 2.1.0, and fink's
fontconfig2 package only supplies version 2.3.2 (2.2.3 in stable).
Fink's graphviz package is very out of date, and doesn't contain the
libgvc library which imagemagick wants. (Disabled for now.)
<<
SplitOff: <<
Package: imagemagick%type_pkg[-nox]10-shlibs
Depends: ghostscript%type_pkg[-nox], (%type_raw[-nox] = .) x11, (%type_raw[-nox] = .) x11-shlibs, bzip2-shlibs, libjpeg-shlibs, lcms-shlibs, libpng3-shlibs, libtiff-shlibs, libxml2-shlibs, libiconv, libdjvulibre15-shlibs
Conflicts: imagemagick10-shlibs, imagemagick-nox10-shlibs
Replaces: imagemagick10-shlibs, imagemagick-nox10-shlibs
Provides: (%type_raw[-nox] = -nox) imagemagick10-shlibs
Files: lib/lib*.*.dylib %p/lib/ImageMagick-%v
Shlibs: <<
%p/lib/libMagick++.10.dylib 11.0.0 %n (>= 6.2.8-1)
%p/lib/libWand.10.dylib 11.0.0 %n (>= 6.2.8-1)
%p/lib/libMagick.10.dylib 11.0.0 %n (>= 6.2.8-1)
<<
DocFiles: LICENSE README.txt ChangeLog NEWS
<<
BuildDependsOnly: True
DocFiles: LICENSE README.txt ChangeLog NEWS
License: BSD
Maintainer: Dave Morrison
Homepage: http://www.imagemagick.org/
#end of Info2
<<