PTdecode/CImg-1.3.0/resources/debian/control

Mon, 03 Aug 2009 14:09:20 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Mon, 03 Aug 2009 14:09:20 +0100
changeset 5
1204ebf9340d
permissions
-rwxr-xr-x

added P-touch decoder source

     1 Source: cimg
     2 Section: math
     3 Priority: optional
     4 Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
     5 Uploaders: Christophe Prud'homme <prudhomm@debian.org>, François-Xavier Dupé <Francois-Xavier.Dupe@greyc.ensicaen.fr>
     6 Build-Depends-Indep: libx11-dev
     7 Build-Depends: debhelper (>= 5.0)
     8 Standards-Version: 3.7.2.2
    10 Package: cimg-dev
    11 Depends: make | build-essential, libx11-dev, libxrandr-dev, imagemagick | graphicsmagick
    12 Suggests: xmedcon, lapack3-dev, libmagick++9-dev, fftw3-dev
    13 Architecture: all
    14 Description: C++ Template Image Processing Library
    15  The CImg Library is an open-source C++ toolkit for image processing.
    16  It consists in a single header file 'CImg.h' providing a set of C++ classes
    17  and functions that can be used in your own sources, to load/save, process
    18  and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD,..),
    19  efficient, easy to use, it's a pleasant toolkit for coding image processing
    20  stuffs in C++.