graphics/darktable: Updated for version 2.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9597b64efd
commit
ef2b2d5d8b
|
@ -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).
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue