graphics/luminance-hdr: Updated for version 2.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
dc62795cf3
commit
b77e682b3f
|
@ -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).
|
||||
|
|
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue