summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/darktable/README19
-rw-r--r--graphics/darktable/darktable.SlackBuild5
-rw-r--r--graphics/darktable/darktable.info8
3 files changed, 19 insertions, 13 deletions
diff --git a/graphics/darktable/README b/graphics/darktable/README
index 0b886e85ea..b2de133644 100644
--- a/graphics/darktable/README
+++ b/graphics/darktable/README
@@ -5,17 +5,22 @@ 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).
-To run darktable, your processor must support SSE2 instructions
-(i.e. Pentium 4 or higher, or Athlon 64 or higher).
+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:
GraphicsMagick - for importing a wide range of non-RAW image formats
-openjpeg - for exporting images in JPEG 2000 format
-libwebp - for exporting images in WebP format
-flickcurl - for exporting images to Flickr
-json-glib - for exporting images to Facebook
-colord - for colour profile management
+openjpeg1 - for exporting images in JPEG 2000 format
+libwebp - for exporting images in WebP format
+flickcurl - for exporting images to Flickr
+json-glib - for exporting images to Facebook
+colord - for colour profile management
+colord-gtk - for colour profile management
+osm-gps-map - for map georeferencing
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 b7b569d824..4d457313c1 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:-1.6.9}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,8 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man/man1 \
-DDONT_USE_INTERNAL_LUA=Off \
- -DUSE_LIBSECRET=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 49e4cbc8be..0e4ee2b5ba 100644
--- a/graphics/darktable/darktable.info
+++ b/graphics/darktable/darktable.info
@@ -1,10 +1,10 @@
PRGNAM="darktable"
-VERSION="1.6.9"
+VERSION="2.0.0"
HOMEPAGE="http://darktable.sourceforge.net/"
-DOWNLOAD="https://github.com/darktable-org/darktable/releases/download/release-1.6.9/darktable-1.6.9.tar.xz"
-MD5SUM="d4a52d06c37209afc31c0d0ffdc87ed9"
+DOWNLOAD="https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-2.0.0.tar.xz"
+MD5SUM="8d2dd10643bfa6f1d046171d54123643"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lensfun"
+REQUIRES="lensfun pugixml"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"