1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/PTdecode/CImg-1.3.0/resources/debian/control Mon Aug 03 14:09:20 2009 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +Source: cimg 1.5 +Section: math 1.6 +Priority: optional 1.7 +Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> 1.8 +Uploaders: Christophe Prud'homme <prudhomm@debian.org>, François-Xavier Dupé <Francois-Xavier.Dupe@greyc.ensicaen.fr> 1.9 +Build-Depends-Indep: libx11-dev 1.10 +Build-Depends: debhelper (>= 5.0) 1.11 +Standards-Version: 3.7.2.2 1.12 + 1.13 +Package: cimg-dev 1.14 +Depends: make | build-essential, libx11-dev, libxrandr-dev, imagemagick | graphicsmagick 1.15 +Suggests: xmedcon, lapack3-dev, libmagick++9-dev, fftw3-dev 1.16 +Architecture: all 1.17 +Description: C++ Template Image Processing Library 1.18 + The CImg Library is an open-source C++ toolkit for image processing. 1.19 + It consists in a single header file 'CImg.h' providing a set of C++ classes 1.20 + and functions that can be used in your own sources, to load/save, process 1.21 + and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD,..), 1.22 + efficient, easy to use, it's a pleasant toolkit for coding image processing 1.23 + stuffs in C++.