summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2020-08-10 17:34:54 +0200
committerFlorian Franzmann2020-08-10 18:48:15 +0200
commite20915678f0df750d33f2a3aed2fb0dcf39464de (patch)
treeba5748b10ef6b248cca35d50f098c6e54a628700 /graphics
parent1ff9fa4a8dec9afd8b290941d60a8b243a434912 (diff)
graphics/darktable: version 3.2.1
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/darktable/DEPENDS13
-rwxr-xr-xgraphics/darktable/DETAILS4
-rw-r--r--graphics/darktable/HISTORY3
3 files changed, 14 insertions, 6 deletions
diff --git a/graphics/darktable/DEPENDS b/graphics/darktable/DEPENDS
index 9661e26940..cf3f9a9a5d 100755
--- a/graphics/darktable/DEPENDS
+++ b/graphics/darktable/DEPENDS
@@ -14,13 +14,12 @@ depends libpng &&
depends libraw &&
depends librsvg2 &&
depends libxslt &&
-depends openexr &&
depends pango &&
depends pugixml &&
depends sdl &&
depends sqlite &&
depends tiff &&
-depends zlib &&
+depends zlib "-DWITH_ZLIB=on" &&
if [[ "$DARKTABLE_BRANCH" == "scm" ]]; then
depends git
@@ -35,7 +34,13 @@ optional_depends colord "-DUSE_COLORD=ON" "-DUSE_COLORD=OFF"
optional_depends libsoup "-DUSE_GEO=ON" "-DUSE_GEO=OFF" "for OSM GPS mapping support" &&
optional_depends openjpeg "-DUSE_OPENJPEG=ON" "-DUSE_OPENJPEG=OFF" "for JPEG2000 support" &&
optional_depends graphicsmagick "-DUSE_GRAPHICSMAGICK=ON" "-DUSE_GRAPHICSMAGICK=OFF" "use GraphicsMagick for image import" &&
+optional_depends imagemagick "-DUSE_IMAGEMAGICK=ON" "-DUSE_IMAGEMAGICK=OFF" "use ImageMagick for image import" &&
optional_depends lua "-DLUA53=ON" "-DLUA53=OFF" "for lua scripting" &&
-optional_depends libwebp "-DUSE_WEBP=ON" "-DUSE_WEBP=OFF" "for webp export" &&
+optional_depends libwebp "-DUSE_WEBP=ON" "-DUSE_WEBP=OFF" "for webp export" &&
optional_depends -sub CLANG llvm "-DUSE_OPENCL=ON" "-DUSE_OPENCL=OFF" "for OpenCL support" &&
-optional_depends lensfun "-DUSE_LENSFUN=ON" "-DUSE_LENSFUN=OFF" "for LensFun support"
+optional_depends lensfun "-DUSE_LENSFUN=ON" "-DUSE_LENSFUN=OFF" "for LensFun support" &&
+optional_depends libavif "-DUSE_AVIF=ON" "-DUSE_AVIF=OFF" "for AV1 support" &&
+optional_depends gmic "-DUSE_GMIC=ON" "-DUSE_GMIC=OFF" "for gmic support" &&
+optional_depends libsecret "-DUSE_LIBSECRET=ON" "-DUSE_LIBSECRET=OFF" "for password storage support" &&
+optional_depends openexr "-DUSE_OPENEXR=ON" "-DUSE_OPENEXR=OFF" "for OpenEXR support" &&
+optional_depends iso-codes "" "" "for language names in perferences"
diff --git a/graphics/darktable/DETAILS b/graphics/darktable/DETAILS
index aabd374922..d9e69a0217 100755
--- a/graphics/darktable/DETAILS
+++ b/graphics/darktable/DETAILS
@@ -2,10 +2,10 @@ source $GRIMOIRE/CMAKE_FUNCTIONS
. "$GRIMOIRE/FUNCTIONS"
SPELL=darktable
if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
- VERSION=3.0.2
+ VERSION=3.2.1
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]=https://github.com/darktable-org/darktable/releases/download/release-${VERSION}/${SOURCE}
- SOURCE_HASH=sha256:6abaf661fe9414e92bdb33b58b98ef024ccf6132b7876abaf0751ec2109f36fb:UPSTREAM_HASH
+ SOURCE_HASH=sha256:6e3683ea88dc0a0271be7eca4fd594b9e46b1b7194847825a8d0a0c12bdeb90c:UPSTREAM_HASH
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
else
VERSION=$(get_scm_version)
diff --git a/graphics/darktable/HISTORY b/graphics/darktable/HISTORY
index 3a855be4bb..2040c45bc6 100644
--- a/graphics/darktable/HISTORY
+++ b/graphics/darktable/HISTORY
@@ -1,3 +1,6 @@
+2020-08-10 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: version 3.2.1
+
2020-04-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.0.2