summaryrefslogtreecommitdiffstats
path: root/graphics-libs/cimg/DETAILS
blob: ca16e344ea33af7ab2ad351ceccb1a3b562d78b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=cimg
         VERSION=1.5.2
     SOURCE_HASH=sha512:a6927cecb524da128a58de9d655c2bb948bb61f654d6f95c7fe2690d39a521fea5313326610c2b56b370f76139f753469b7e4366196dd83db18c5a0c3b307b52
          SOURCE=CImg-${VERSION}.zip
   SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/CImg-${VERSION}
        WEB_SITE=http://cimg.sourceforge.net/
         ENTERED=20070318
      LICENSE[0]="http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt \
http://www.cecill.info/licences/Licence_CeCILL_V2-en.html"
        KEYWORDS="graphics libs"
            DOCS="${DOCS} Licence*"
           SHORT="The CImg Library - C++ Template Image Processing Library"
cat << EOF
The CImg Library is an open-source C++ toolkit for image processing.
It consists in a single header file 'CImg.h' providing a set of C++ classes
and functions that can be used in your own sources, to load/save, process
and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD,..),
efficient, easy to use, it's a pleasant toolkit for coding image processing
stuffs in C++.
EOF