mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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
4 changed files with 14 additions and 10 deletions
|
@ -7,3 +7,6 @@ Luminance HDR was formerly named qtpfsgui.
|
||||||
|
|
||||||
To run Luminance HDR, your processor must support SSE2 instructions
|
To run Luminance HDR, your processor must support SSE2 instructions
|
||||||
(i.e. Pentium 4 or higher, or Athlon 64 or higher).
|
(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.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=luminance-hdr
|
PRGNAM=luminance-hdr
|
||||||
VERSION=${VERSION:-2.2.1}
|
VERSION=${VERSION:-2.3.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -59,8 +59,9 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf ${PRGNAM}-${VERSION}
|
rm -rf ${PRGNAM}-${VERSION}
|
||||||
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.bz2
|
mkdir ${PRGNAM}-${VERSION}
|
||||||
cd ${PRGNAM}-${VERSION}
|
cd ${PRGNAM}-${VERSION}
|
||||||
|
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.bz2
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="luminance-hdr"
|
PRGNAM="luminance-hdr"
|
||||||
VERSION="2.2.1"
|
VERSION="2.3.1"
|
||||||
HOMEPAGE="http://qtpfsgui.sourceforge.net"
|
HOMEPAGE="http://qtpfsgui.sourceforge.net"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.2.1.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.3.1.tar.bz2"
|
||||||
MD5SUM="9c64d89bda6cea685d1158dd3cbc823b"
|
MD5SUM="33a74497d5582d1503b7a4fe12035817"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="LibRaw gsl"
|
REQUIRES="LibRaw gsl"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
luminance-hdr: Luminance HDR (HDR imaging tool)
|
luminance-hdr: Luminance HDR (HDR imaging tool)
|
||||||
|
|
Loading…
Reference in a new issue