summaryrefslogtreecommitdiffstats
path: root/graphics/darktable/DETAILS
blob: 5bf5889b9034fb3aad85f61f42d5291d7729079e (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
. "$GRIMOIRE/FUNCTIONS"
           SPELL=darktable
if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
         VERSION=1.4.2
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/$(echo $VERSION|cut -f1 -d.).$(echo $VERSION|cut -f2 -d.)/${SOURCE}
     SOURCE_HASH=sha512:5a4ba7f5de75bb4db31861fbc095e7854bf701211377b42bbbc3da00a57bcf5aa6e81745b5f34c1c6c7d9a6a3a43678db3d8373d556587e2d3c9210193163f9e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
else
         VERSION=$(get_scm_version)
  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