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