summaryrefslogtreecommitdiffstats
path: root/graphics/darktable
diff options
context:
space:
mode:
author David Spencer2016-12-25 01:25:59 +0100
committer David Spencer2016-12-25 01:25:59 +0100
commit109f7f48a90a29cdf42fe01285d1ba639aaf58e2 (patch)
treebb0805f8c0a13892249dc23dadd3bc5479bb684c /graphics/darktable
parent96135a7804dd988cb5bcc1ebbafd554fab42a8ee (diff)
downloadslackbuilds-109f7f48a90a29cdf42fe01285d1ba639aaf58e2.tar.gz
graphics/darktable: Updated for version 2.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/darktable')
-rw-r--r--graphics/darktable/README13
-rw-r--r--graphics/darktable/darktable.SlackBuild8
-rw-r--r--graphics/darktable/darktable.info8
3 files changed, 18 insertions, 11 deletions
diff --git a/graphics/darktable/README b/graphics/darktable/README
index f51453f187..c1a6bcfcd8 100644
--- a/graphics/darktable/README
+++ b/graphics/darktable/README
@@ -5,13 +5,23 @@ and enhance them. This project tries to fill the gap between the many
excellent existing free raw converters and image management tools (such
as ufraw or f-spot).
+
+Upgrading from 2.0.x
+
+When upgrading from the 2.0.x series, your edits will be preserved, but
+it will not be possible to downgrade from 2.2 to 2.0.x.
+
+
+i686 build
+
The Darktable project strongly recommends that you should build and run
darktable on x86_64 if possible. The i686 build will not give you a
satisfactory user experience. As an absolute minimum, your processor
must support SSE2 instructions (i.e. Pentium 4 or higher, or Athlon 64
or higher).
-The following are optional dependencies:
+
+Optional dependencies
GraphicsMagick - for importing a wide range of non-RAW image formats
libwebp - for exporting images in WebP format
@@ -20,6 +30,7 @@ json-glib - for exporting images to Facebook
colord - for colour profile management
colord-gtk - for colour profile management
osm-gps-map - for map georeferencing
+jsonschema - for checking noise profiles
If you have nVidia or AMD/ATI graphics with more than 1Gb of memory,
either nvidia-driver or amd-app-sdk is an optional runtime dependency.
diff --git a/graphics/darktable/darktable.SlackBuild b/graphics/darktable/darktable.SlackBuild
index b5ef655ee8..6132871208 100644
--- a/graphics/darktable/darktable.SlackBuild
+++ b/graphics/darktable/darktable.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=darktable
-VERSION=${VERSION:-2.0.7}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,14 +73,10 @@ cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DOPENJPEG_LIBRARY="/usr/lib$LIBDIRSUFFIX/libopenmj2.so" \
- -DOPENJPEG_INCLUDE_DIR="/usr/include/openmj2-2.1" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DMAN_INSTALL_DIR=/usr/man/man1 \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
-DDONT_USE_INTERNAL_LUA=Off \
-DUSE_LIBSECRET=On \
- -DUSE_GNOME_KEYRING=Off \
-DBINARY_PACKAGE_BUILD=1 \
-DCMAKE_BUILD_TYPE=Release ..
VERBOSE=1 make
diff --git a/graphics/darktable/darktable.info b/graphics/darktable/darktable.info
index f99264999e..ef06e7c87e 100644
--- a/graphics/darktable/darktable.info
+++ b/graphics/darktable/darktable.info
@@ -1,8 +1,8 @@
PRGNAM="darktable"
-VERSION="2.0.7"
-HOMEPAGE="http://darktable.sourceforge.net/"
-DOWNLOAD="https://github.com/darktable-org/darktable/releases/download/release-2.0.7/darktable-2.0.7.tar.xz"
-MD5SUM="d0735bec8c3a684f84624172c04c3e41"
+VERSION="2.2.0"
+HOMEPAGE="http://www.darktable.org/"
+DOWNLOAD="https://github.com/darktable-org/darktable/releases/download/release-2.2.0/darktable-2.2.0.tar.xz"
+MD5SUM="3297a30d69a0adea87ccf0b9c47d5c9f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="json-glib lensfun pugixml"