Update of /cvsroot/fink/experimental/jfmertens/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv3535
Added Files:
imagemagick.info
Log Message:
preparing for pangocairo
--- NEW FILE: imagemagick.info ---
Info2: <<
Package: imagemagick%type_pkg[-nox]
Type: -nox (boolean)
Version: 6.3.5
Revision: 1004
GCC: 4.0
Source: mirror:sourceforge:imagemagick/ImageMagick-%v-6.tar.gz
Source-MD5: 54c2c91eafb416ae3419a78bb8d0162c
SourceDirectory: ImageMagick-%v
Depends: %N10-shlibs (= %v-%r)
BuildDepends: <<
pkgconfig, bzip2-dev, freetype219, libjpeg, lcms, libpng3 (>= 1:1.2.18-1),
libtiff, libxml2, libiconv-dev, libdjvulibre15-dev,
(%type_raw[-nox] = .) gconf2-dev, (%type_raw[-nox] = .) glib2-dev,
(%type_raw[-nox] = .) gnome-vfs2-unified-dev,
(%type_raw[-nox] = .) gtk+2-dev, (%type_raw[-nox] = .) libart2,
(%type_raw[-nox] = .) libbonobo2-dev,
(%type_raw[-nox] = .) libcroco3, (%type_raw[-nox] = .) libgettext3-dev,
(%type_raw[-nox] = .) libgsf-dev,
(%type_raw[-nox] = .) librsvg2 (>= 2.9.5-11), (%type_raw[-nox] = .)
orbit2-dev, (%type_raw[-nox] = .) pango1-xft2-dev,
(%type_raw[-nox] = .) popt, (%type_raw[-nox] = .) x11-dev
<<
Conflicts: imagemagick, imagemagick-nox
Replaces: imagemagick, imagemagick-nox
Provides: (%type_raw[-nox] = .) imagemagick-nox
#SetCPPFLAGS: -I%p/lib/freetype219/include
-I%p/lib/freetype219/include/freetype2
SetLDFLAGS: -L%p/lib/freetype219/lib
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-tiff --without-wmf --with-xml --with-zlib
--with-djvu
# please --enable-libtool-verbose
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/freetype219/bin:$PATH
if [ "%type_raw[-nox]" == "." ]; then
PKG_CONFIG=%p/bin/pkg-config ac_cv_func_poll=no ./configure %c --with-x
--with-rsvg
fi
if [ "%type_raw[-nox]" == "-nox" ]; then
PKG_CONFIG=%p/bin/pkg-config ac_cv_func_poll=no ./configure %c --without-x
--without-rsvg
fi
make
<<
Description: Image manipulation tools
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
perl -pi -e 's,-L%p/lib ,,g; s, -L%p/lib/freetype219/lib,,' %i/bin/*-config
/bin/rm -f %i/lib/libltdl*
<<
DescDetail: <<
ImageMagick is a robust collection of tools and libraries to read,
write, and manipulate an image in many image formats (over 68 major formats)
including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.
With ImageMagick you can create images dynamically, making it
suitable for Web applications. You can also resize, rotate, sharpen,
color reduce, or add special effects to an image and save your
completed work in the same or a different image format.
<<
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: %N10-shlibs
Depends: <<
bzip2-shlibs, freetype219-shlibs, ghostscript | ghostscript%type_pkg[-nox],
lcms-shlibs, libdjvulibre15-shlibs,
(%type_raw[-nox] = .) glib2-shlibs, (%type_raw[-nox] = .) gtk+2-shlibs,
libjpeg-shlibs,
libpng3-shlibs, (%type_raw[-nox] = .) librsvg2-shlibs, libtiff-shlibs,
libxml2-shlibs
<<
Conflicts: imagemagick10-shlibs, imagemagick-nox10-shlibs
Replaces: imagemagick10-shlibs, imagemagick-nox10-shlibs
Provides: (%type_raw[-nox] = .) imagemagick-nox10-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
<<
SplitOff2: <<
Package: %N10-dev
Depends: %N10-shlibs (= %v-%r)
Conflicts: imagemagick-dev, imagemagick-nox-dev, imagemagick10-dev,
imagemagick-nox10-dev
Replaces: imagemagick-dev, imagemagick-nox-dev, imagemagick10-dev,
imagemagick-nox10-dev
# Provides: (%type_raw[-nox] = .) imagemagick-nox10-dev
Files: include lib/lib*.* lib/pkgconfig %p/bin/*-config
BuildDependsOnly: True
DocFiles: LICENSE README.txt ChangeLog NEWS
<<
DocFiles: LICENSE README.txt ChangeLog NEWS
License: BSD
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.imagemagick.org/
#end of Info2
<<
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs