summaryrefslogtreecommitdiffstats
path: root/graphics/darktable/DETAILS
blob: ed31ae15e960e030fe29cb8927a358c5ae508f9b (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=darktable
if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
         VERSION=1.1.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/$(echo $VERSION|cut -f1 -d.).$(echo $VERSION|cut -f2 -d.)/${SOURCE}
     SOURCE_HASH=sha512:dd344a1191cf08388af4ccea6f93ffebc57202d928be13bbd3b83fe6d5711e98db7e755620e8d257f16b0abd965a03dda43aa3d2cec92aa94acadb2d6c2a70d7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
else
if [[ "$DARKTABLE_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
  FORCE_DOWNLOAD=on
          SOURCE="${SPELL}-git.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
   SOURCE_URL[0]=git://github.com/darktable-org/darktable.git
   SOURCE_IGNORE=volatile
fi
        WEB_SITE="http://www.darktable.org"
      LICENSE[0]=GPL
         ENTERED=20120121
           SHORT="an open source photography workflow application and RAW developer"
cat << EOF
darktable is an open source photography workflow application and RAW developer.
A virtual lighttable and darkroom for photographers. It manages your digital
negatives in a database, lets you view them through a zoomable lighttable
and enables you to develop raw images and enhance them.
EOF