summaryrefslogtreecommitdiffstats
path: root/graphics/blender/DETAILS
blob: e35dc3a6df4a408ebbd91d24e575e29d603d8327 (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
           SPELL=blender
if  [  "$BLENDER_BRANCH"  ==  "scm"  ];  then
  if  [  "$BLENDER_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
   SOURCE_URL[0]=svn_https://svn.blender.org/svnroot/bf-blender/trunk/blender:$SPELL-svn
   SOURCE_IGNORE=volatile
else
         VERSION=2.62
          SOURCE=$SPELL-${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}"
   SOURCE_URL[0]=http://download.blender.org/source/$SOURCE
   SOURCE_URL[1]=http://mirror.cs.umn.edu/blender.org/source/$SOURCE
   SOURCE_URL[2]=http://public.planetmirror.com/pub/blender/source/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
      LICENSE[0]=GPL
        KEYWORDS="graphics"
        WEB_SITE=http://www.blender.org/
         ENTERED=20021018
           SHORT="opensource 3d modelling/animation tool"
cat << EOF
Blender is the open source software for 3D modeling, animation, rendering,
post-production, interactive creation and playback.
EOF