diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-12-28 00:46:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:54:55 +0700 |
commit | ef2b2d5d8ba31d815f9e78566ea339e76a6fcb06 (patch) | |
tree | 1ee8b0749585af230e6b8800ea2c2e40f16b3c9f /graphics | |
parent | 9597b64efd697bdf446bde8f934d1baf6c383e45 (diff) | |
download | slackbuilds-ef2b2d5d8ba31d815f9e78566ea339e76a6fcb06.tar.gz |
graphics/darktable: Updated for version 2.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/README | 17 | ||||
-rw-r--r-- | graphics/darktable/darktable.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/darktable/darktable.info | 6 |
3 files changed, 10 insertions, 15 deletions
diff --git a/graphics/darktable/README b/graphics/darktable/README index c1a6bcfcd8..9762e2be82 100644 --- a/graphics/darktable/README +++ b/graphics/darktable/README @@ -6,12 +6,6 @@ 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 @@ -33,8 +27,9 @@ 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. -Darktable will then detect and use the OpenCL capability of your graphics -hardware for faster processing. See the Darktable User Manual, Chapter -7 Section 2, for more details (in particular, be sure to read it if you -have AMD/ATI graphics). +nvidia-driver (or nvidia-legacy340/304-driver) or amd-app-sdk is an +optional runtime dependency. Darktable will then detect and use the +OpenCL capability of your graphics hardware for faster processing. +See the Darktable User Manual, Section 10.2, for more details (in +particular, if you have an older AMD/ATI graphics card, see Section +10.2.6). diff --git a/graphics/darktable/darktable.SlackBuild b/graphics/darktable/darktable.SlackBuild index bd82aeb585..0af5329ec0 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.2.5} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/darktable/darktable.info b/graphics/darktable/darktable.info index bf44ec1ae1..68cb48a14f 100644 --- a/graphics/darktable/darktable.info +++ b/graphics/darktable/darktable.info @@ -1,8 +1,8 @@ PRGNAM="darktable" -VERSION="2.2.5" +VERSION="2.4.0" HOMEPAGE="https://www.darktable.org/" -DOWNLOAD="https://github.com/darktable-org/darktable/releases/download/release-2.2.5/darktable-2.2.5.tar.xz" -MD5SUM="6e1de7e7c26d9baa7bea7ba157400a2c" +DOWNLOAD="https://github.com/darktable-org/darktable/releases/download/release-2.4.0/darktable-2.4.0.tar.xz" +MD5SUM="e06b7dd64a5f436a20502fc4877fd293" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="json-glib lensfun pugixml" |