From cff01b1ccb6edb3e771133d6fc9e0923fe1734b2 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 19 May 2013 09:11:59 -0400 Subject: graphics/darktable: Updated for version 1.2. Signed-off-by: dsomero --- graphics/darktable/README | 16 ++++++++++++++-- graphics/darktable/darktable.SlackBuild | 8 +++----- graphics/darktable/darktable.info | 8 ++++---- graphics/darktable/slack-desc | 8 ++++---- 4 files changed, 25 insertions(+), 15 deletions(-) (limited to 'graphics/darktable') 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------------------------------------------------------| -- cgit v1.2.3