summaryrefslogtreecommitdiffstats
path: root/graphics/cinepaint/DETAILS
blob: e75a1b286f4ff852f0d78f93f1833b6c8e1af322 (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
33
           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=1.3
          SOURCE=$SPELL-$VERSION.tgz
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/CinePaint/CinePaint-${VERSION}/$SOURCE
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
      SOURCE_HASH=sha512:2f548af6d54ce246d4b6786d7d7aa6024d76c31b9d7ec2e073e780b3da8ec8c32fabc8efe50b3c640ca09a0302c1cc2e737b2013f4e07b6ba24d51c7a1c6c37d
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
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