summaryrefslogtreecommitdiffstats
path: root/graphics/cinepaint/DETAILS
blob: e88ee5c29d6012627b3bab60492972fcbee301d7 (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
27
28
29
30
31
32
           SPELL=cinepaint
if [[ "${CINEPAINT_CVS}" == "y" ]] ; then
  if  [[  "$CINEPAINT_CVS_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
   SOURCE_IGNORE=volatile
          SOURCE=cinepaint-cvs.tar.bz2
   SOURCE_URL[0]='cvs://:pserver:anonymous@cinepaint.cvs.sourceforge.net:/cvsroot/cinepaint:cinepaint-project'
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/cinepaint-cvs
  FORCE_DOWNLOAD=on
else
         VERSION=0.21-2
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
        WEB_SITE=http://cinepaint.sourceforge.net/
         ENTERED=20021031
      LICENSE[0]=GPL
        KEYWORDS="gimp graphics"
           SHORT="Motion picture editing tool based on GIMP"
cat << EOF
Cinepaint is a motion picture editing tool primarily used for painting and
retouching of movies. Its application to feature movie productions includes
the movies Scooby-Doo, Harry Potter, and Stuart Little. Cinepaint is the most
successful open source tool in feature motion picture work today. Cinepaint
runs on Linux and SGI Irix. A Windows version is planned for release in
December 2002, and Macintosh native in 2003. Formerly known as filmgimp.
EOF