Package: camlimages Version: 2.11 Revision: 2 Source: http://caml.inria.fr/distrib/bazar-ocaml/%n-%v.tgz Source-MD5: f04f0d1a78aa38a6841dc3d71e249449 Description: Objective Caml image processing library License: GPL Depends: ocaml, ghostscript, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs, libungif-shlibs | giflib-shlibs BuildDepends: libjpeg, libpng3, libtiff, libungif | giflib SetCPPFLAGS: -I/usr/X11R6/include -L%p/lib CompileScript: << ./configure %c --disable-dotopt make CFLAGS="-I/usr/X11R6/include/freetype2 -I%p/include -I/usr/X11R6/include" make opt << InstallScript: << make install LIBDIR=%i/lib/ocaml/camlimages CAMLDIR=%i/lib/ocaml << DocFiles: Announce CHANGES doc/* INSTALL LICENSE README DescDetail: << This is an image processing library, which provides some basic functions of image processing and loading/saving various image file formats. In addition the library can handle huge images that cannot be (or can hardly be) stored into the memory (the library automatically creates swap files and escapes them to reduce the memory usage). << Maintainer: Mathias Meyer Homepage: http://pauillac.inria.fr/camlimages/