Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/graphics
In directory usw-pr-cvs1:/tmp/cvs-serv24004
Added Files:
imagemagick-5.5.1-2.info imagemagick-5.5.1-2.patch
Log Message:
Fixed install script (some files were copied directly to %p)
--- NEW FILE: imagemagick-5.5.1-2.info ---
Package: imagemagick
Version: 5.5.1
Revision: 2
GCC: 3.1
Source: mirror:sourceforge:/%n/ImageMagick-%v-1.tar.gz
Source-MD5: b5de02e4e07e6d8a98b60eb80205e624
SourceDirectory: ImageMagick-%v
SourceRename: ImageMagick-%v.tar.gz
Patch: %f.patch
Depends: x11, libjpeg-shlibs, libpng-shlibs, libtiff-shlibs, dlcompat, bzip2,
freetype2-shlibs, ghostscript, libxml2-shlibs, lcms-shlibs
BuildDepends: libjpeg, libpng, libtiff, freetype2, libxml2, lcms, gdbm, gmp, expat,
tcltk-dev
Conflicts: imagemagick-nox
Replaces: imagemagick-nox
ConfigureParams: --without-perl --disable-shared --mandir='${prefix}/share/man'
--enable-lzw --without-hdf5 --with-bzlib --with-dps --without-fpx --with-ttf
--without-gslib --with-gs-font-dir=%p/share/ghostscript/fonts --without-jbig
--with-jpeg --without-jp2 --with-lcms --without-mpeg2 --with-magic-plus-plus
--with-png --with-tiff -without-wmf --with-x --with-xml --with-zlib
Description: Image manipulation tools
InstallScript: make install DESTDIR=%d
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.
<<
DocFiles: Copyright.txt README.txt QuickStart.txt
License: BSD
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Homepage: http://www.imagemagick.org/
--- NEW FILE: imagemagick-5.5.1-2.patch ---
--- ImageMagick-5.5.1/configure.orig Fri Oct 25 12:50:02 2002
+++ ImageMagick-5.5.1/configure Fri Oct 25 12:50:26 2002
@@ -31219,7 +31219,7 @@
freetype_prefix=`freetype-config --prefix`
freetype_exec_prefix=`freetype-config --exec-prefix`
LDFLAGS="$LDFLAGS -L${freetype_exec_prefix}/lib"
- CPPFLAGS="$CPPFLAGS -I${freetype_prefix}/include/freetype2"
+ CPPFLAGS="-I${freetype_prefix}/include/freetype2 $CPPFLAGS"
fi
fi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits