diff options
author | David Spencer <baildon.research@googlemail.com> | 2011-05-27 17:37:04 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:30:56 -0400 |
commit | 993eb64938e9eba776afa29b9216aedc75d44e57 (patch) | |
tree | ec990f7f709d3e313d2632a3c421277f285ecf7e /graphics | |
parent | 3ba182b46fc4ed27b02369e154ba0a15e51eac01 (diff) | |
download | slackbuilds-993eb64938e9eba776afa29b9216aedc75d44e57.tar.gz |
graphics/luminance-hdr: Updated for version 2.0.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/luminance-hdr/README | 2 | ||||
-rw-r--r-- | graphics/luminance-hdr/luminance-hdr.SlackBuild | 11 | ||||
-rw-r--r-- | graphics/luminance-hdr/luminance-hdr.info | 8 | ||||
-rw-r--r-- | graphics/luminance-hdr/slack-desc | 2 |
4 files changed, 11 insertions, 12 deletions
diff --git a/graphics/luminance-hdr/README b/graphics/luminance-hdr/README index f801c50717..cd5ac26958 100644 --- a/graphics/luminance-hdr/README +++ b/graphics/luminance-hdr/README @@ -10,4 +10,4 @@ SSE2=yes to the script: SSE2=yes sh luminance-hdr.SlackBuild If in doubt, just let the SlackBuild figure it out for you -- the default is SSE2=yes on x86_64 only, and SSE2=no on all other ARCHes. -This requires dcraw and gsl. +This requires LibRaw and gsl. diff --git a/graphics/luminance-hdr/luminance-hdr.SlackBuild b/graphics/luminance-hdr/luminance-hdr.SlackBuild index f53986d9fb..77990e1099 100644 --- a/graphics/luminance-hdr/luminance-hdr.SlackBuild +++ b/graphics/luminance-hdr/luminance-hdr.SlackBuild @@ -5,9 +5,8 @@ # This script is dedicated to the public domain PRGNAM=luminance-hdr -TARNAM=luminance -VERSION=2.0.1.1 -TARVER=v2.0.1-1 +DIRNAM=LuminanceHDR +VERSION=${VERSION:-2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,9 +43,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf ${PRGNAM}_${VERSION} -tar xvf $CWD/${TARNAM}-${TARVER}.tar.gz -cd ${TARNAM}-${TARVER} +rm -rf ${DIRNAM}-${VERSION} +tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz +cd ${DIRNAM}-${VERSION} chown -R root:root . chmod -R u+w,go+r-w,a-s . diff --git a/graphics/luminance-hdr/luminance-hdr.info b/graphics/luminance-hdr/luminance-hdr.info index 225f6ba67b..2fef3f4aed 100644 --- a/graphics/luminance-hdr/luminance-hdr.info +++ b/graphics/luminance-hdr/luminance-hdr.info @@ -1,10 +1,10 @@ PRGNAM="luminance-hdr" -VERSION="2.0.1.1" +VERSION="2.0.2" HOMEPAGE="http://qtpfsgui.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-v2.0.1-1.tar.gz" -MD5SUM="e6c0cf9c08964892aa5114cbed8810b5" +DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.0.2.tar.gz" +MD5SUM="d9c7ed529c5c0301cabcb55edcb28496" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" -APPROVED="Erik Hanson" +APPROVED="Niels Horn" diff --git a/graphics/luminance-hdr/slack-desc b/graphics/luminance-hdr/slack-desc index f5d644fd92..947f204ee3 100644 --- a/graphics/luminance-hdr/slack-desc +++ b/graphics/luminance-hdr/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler----------------------------------------------------| + |-----handy-ruler------------------------------------------------------| luminance-hdr: Luminance HDR (HDR imaging tool) luminance-hdr: luminance-hdr: Luminance HDR creates an HDR file from a set of images (JPEG, RAW, |