summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/DETAILS
blob: 4a8b2192975c95eba04f05afa39800251f71ab1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
           SPELL=gimp
if [[ $GIMP_DEVEL == y ]]; then
         VERSION=2.8.0-RC1
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:89c2e2b42f3a1e565a94a5f5dc8c86006bf8481dcac27debd25997c2367b3d0f299af8706971de006e5a390faf7c7dec50577f85c69408f3de6bd128efcb349b
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
else
         VERSION=2.6.12
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:4afd136510857adf68f7c85b34138ccf3d9e0499ac526481239e5d5bf0cbe400186c57b688b0818c3b372ed2c57bdeba8a1fb456fa0e82590495a4425393969f
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
#     SOURCE_GPG=gurus.gpg:$SOURCE.sig
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.gimp.org/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="graphics"
           SHORT="GNU Image Manipulation Program"
cat << EOF
The GIMP is the GNU Image Manipulation Program. It is a freely distributed piece
of software suitable for such tasks as photo retouching, image composition and
image authoring. It can be used as a simple paint program, an expert quality
photo retouching program, an online batch processing system, a mass production
image renderer, a image format converter, etc. 
EOF