diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-05-19 09:12:03 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:03 -0400 |
commit | b77e682b3f8c9a1bfb8f03e41c9e47c232dfcc39 (patch) | |
tree | 807b067ce0930b148832e84eb939c1a2a7022bf6 | |
parent | dc62795cf35c9db4770f806470adc0642b477cbe (diff) |
graphics/luminance-hdr: Updated for version 2.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | graphics/luminance-hdr/README | 3 | ||||
-rw-r--r-- | graphics/luminance-hdr/luminance-hdr.SlackBuild | 5 | ||||
-rw-r--r-- | graphics/luminance-hdr/luminance-hdr.info | 6 | ||||
-rw-r--r-- | graphics/luminance-hdr/slack-desc | 10 |
4 files changed, 14 insertions, 10 deletions
diff --git a/graphics/luminance-hdr/README b/graphics/luminance-hdr/README index 430749b74692..c4340ce3f0af 100644 --- a/graphics/luminance-hdr/README +++ b/graphics/luminance-hdr/README @@ -7,3 +7,6 @@ Luminance HDR was formerly named qtpfsgui. To run Luminance HDR, your processor must support SSE2 instructions (i.e. Pentium 4 or higher, or Athlon 64 or higher). + +hugin is an optional runtime dependency (for aligning multiple LDR +exposures). diff --git a/graphics/luminance-hdr/luminance-hdr.SlackBuild b/graphics/luminance-hdr/luminance-hdr.SlackBuild index 5748aa0aa31d..44af79a14b30 100644 --- a/graphics/luminance-hdr/luminance-hdr.SlackBuild +++ b/graphics/luminance-hdr/luminance-hdr.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=luminance-hdr -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,8 +59,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${PRGNAM}-${VERSION} -tar xvf $CWD/${PRGNAM}-${VERSION}.tar.bz2 +mkdir ${PRGNAM}-${VERSION} cd ${PRGNAM}-${VERSION} +tar xvf $CWD/${PRGNAM}-${VERSION}.tar.bz2 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 d46210a56bee..a466e594fbfa 100644 --- a/graphics/luminance-hdr/luminance-hdr.info +++ b/graphics/luminance-hdr/luminance-hdr.info @@ -1,8 +1,8 @@ PRGNAM="luminance-hdr" -VERSION="2.2.1" +VERSION="2.3.1" HOMEPAGE="http://qtpfsgui.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.2.1.tar.bz2" -MD5SUM="9c64d89bda6cea685d1158dd3cbc823b" +DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.3.1.tar.bz2" +MD5SUM="33a74497d5582d1503b7a4fe12035817" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="LibRaw gsl" diff --git a/graphics/luminance-hdr/slack-desc b/graphics/luminance-hdr/slack-desc index 947f204ee39f..48e6e8417a31 100644 --- a/graphics/luminance-hdr/slack-desc +++ b/graphics/luminance-hdr/slack-desc @@ -1,9 +1,9 @@ # 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 -# customary to leave one space after the ':'. +# 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------------------------------------------------------| luminance-hdr: Luminance HDR (HDR imaging tool) |