diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-12-23 19:07:35 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | b0b6d7064731a51a1025a4283e36632f82f320f6 (patch) | |
tree | 3ea7a2b991e0a9659453ce5b9b1e9e733b0c2220 /graphics | |
parent | 0b9b709d493a5c4af2bb747428e5ffec66e1170c (diff) |
graphics/darktable: Updated for version 2.0.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/README | 19 | ||||
-rw-r--r-- | graphics/darktable/darktable.SlackBuild | 5 | ||||
-rw-r--r-- | graphics/darktable/darktable.info | 8 |
3 files changed, 19 insertions, 13 deletions
diff --git a/graphics/darktable/README b/graphics/darktable/README index 0b886e85ea68..b2de133644e4 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 b7b569d824bc..4d457313c1b0 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 49e4cbc8bec0..0e4ee2b5ba7d 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" |