summaryrefslogtreecommitdiffstats
path: root/graphics/darktable/DETAILS
blob: f52e773fc44932360e8d6fb6c1cd29b34ea3f56f (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
source $GRIMOIRE/CMAKE_FUNCTIONS
. "$GRIMOIRE/FUNCTIONS"
           SPELL=darktable
if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
         VERSION=3.4.0
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=https://github.com/darktable-org/darktable/releases/download/release-${VERSION}/${SOURCE}
     SOURCE_HASH=sha256:6dd3de1f5ea9f94af92838c0be5ff30fdaa599aa1d737dcb562f9e0b2b2dbdda:UPSTREAM_HASH
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
  SECURITY_PATCH=1
        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