summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Spencer2013-05-19 15:11:59 +0200
committer dsomero2013-05-19 15:11:59 +0200
commitcff01b1ccb6edb3e771133d6fc9e0923fe1734b2 (patch)
tree0be32460aae84767382426fa4acf49bb530521dc /graphics
parentbb518ea266aa49b96f639376c03edc1b567a2585 (diff)
downloadslackbuilds-cff01b1ccb6edb3e771133d6fc9e0923fe1734b2.tar.gz
graphics/darktable: Updated for version 1.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/darktable/README16
-rw-r--r--graphics/darktable/darktable.SlackBuild8
-rw-r--r--graphics/darktable/darktable.info8
-rw-r--r--graphics/darktable/slack-desc8
4 files changed, 25 insertions, 15 deletions
diff --git a/graphics/darktable/README b/graphics/darktable/README
index 9ce9511282..45d5d3ed62 100644
--- a/graphics/darktable/README
+++ b/graphics/darktable/README
@@ -5,7 +5,19 @@ 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).
-flickcurl is an optional dependency.
-
To run darktable, your processor must support SSE2 instructions
(i.e. Pentium 4 or higher, or Athlon 64 or higher).
+
+The following are optional dependencies:
+
+graphics-magick - for importing a wide range of non-RAW image formats
+openjpeg - for exporting images in JPEG 2000 format
+flickcurl - for exporting images to Flickr
+json-glib - for exporting images to Facebook
+
+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).
diff --git a/graphics/darktable/darktable.SlackBuild b/graphics/darktable/darktable.SlackBuild
index 03bd8f00c8..b641141b26 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.0.3}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -88,12 +88,10 @@ cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# MAN_INSTALL_DIR is currently ignored :-(
-mv $PKG/usr/share/man $PKG/usr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-# Fix the doc location too
+# Fix the doc location
mv $PKG/usr/share/doc $PKG/usr
mv $PKG/usr/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION
# Add a few missed docs
diff --git a/graphics/darktable/darktable.info b/graphics/darktable/darktable.info
index c07476d81a..4fa91edd98 100644
--- a/graphics/darktable/darktable.info
+++ b/graphics/darktable/darktable.info
@@ -1,10 +1,10 @@
PRGNAM="darktable"
-VERSION="1.0.3"
+VERSION="1.2"
HOMEPAGE="http://darktable.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/darktable/darktable-1.0.3.tar.gz"
-MD5SUM="9877a012b2b39f0e5859783db508f580"
+DOWNLOAD="http://downloads.sourceforge.net/darktable/darktable-1.2.tar.xz"
+MD5SUM="31bfd13d4786aac4f99d5155a811602b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lensfun"
+REQUIRES="lensfun %README%"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"
diff --git a/graphics/darktable/slack-desc b/graphics/darktable/slack-desc
index 9f9d175286..c4324ad867 100644
--- a/graphics/darktable/slack-desc
+++ b/graphics/darktable/slack-desc
@@ -1,8 +1,8 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|