From 109f7f48a90a29cdf42fe01285d1ba639aaf58e2 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 25 Dec 2016 00:25:59 +0000 Subject: graphics/darktable: Updated for version 2.2.0. Signed-off-by: David Spencer --- graphics/darktable/README | 13 ++++++++++++- graphics/darktable/darktable.SlackBuild | 8 ++------ graphics/darktable/darktable.info | 8 ++++---- 3 files changed, 18 insertions(+), 11 deletions(-) (limited to 'graphics') 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" -- cgit v1.2.3