diff options
Diffstat (limited to 'graphics/luminance-hdr')
-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 f801c50717c6..cd5ac26958aa 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 f53986d9fbc7..77990e109982 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 225f6ba67bbe..2fef3f4aedd9 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 f5d644fd92a8..947f204ee39f 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, |