graphics/darktable: Updated for version 2.2.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-12-25 00:25:59 +00:00
parent 96135a7804
commit 109f7f48a9
3 changed files with 18 additions and 11 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"