mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/luminance-hdr: Updated for version 2.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
92c5511131
commit
3059f8abc4
4 changed files with 37 additions and 21 deletions
|
@ -1,12 +1,28 @@
|
|||
Luminance HDR is an HDR imaging tool. It creates an HDR file from a
|
||||
set of images (JPEG, TIFF 8 and 16 bit, RAW) of the same scene taken
|
||||
at different exposure settings. You can save and load HDR images,
|
||||
rotate and resize them, tonemap your images, and copy your EXIF data.
|
||||
Luminance HDR is an open source graphical user interface application
|
||||
that aims to provide a workflow for HDR imaging.
|
||||
|
||||
Luminance HDR was formerly named qtpfsgui.
|
||||
Supported features:
|
||||
* Save / load HDR images;
|
||||
* Create an HDR file from a set of images (formats: JPEG, TIFF 8bit
|
||||
and 16bit, RAW) of the same scene taken at different exposure
|
||||
settings;
|
||||
* Rotate, resize and crop HDR images;
|
||||
* Tonemap HDR images;
|
||||
* Copy exif data between sets of images;
|
||||
* Supports internationalization.
|
||||
|
||||
Supported HDR formats:
|
||||
* OpenEXR (extension: exr);
|
||||
* Radiance RGBE (extension: hdr);
|
||||
* Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff);
|
||||
* Raw image formats (extension: various);
|
||||
* PFS native format (extension: pfs).
|
||||
|
||||
Supported LDR formats: JPEG; PNG; PPM; PBM; TIFF (8 bit).
|
||||
|
||||
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).
|
||||
The following are optional dependencies:
|
||||
cfitsio and CCfits - for importing FITS images (both needed)
|
||||
hugin - for aligning multiple LDR exposures
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=luminance-hdr
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -81,7 +81,7 @@ cd ..
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS BUGS Changelog INSTALL LICENSE README TODO \
|
||||
AUTHORS BUGS Changelog INSTALL LICENSE README README.i18n TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="luminance-hdr"
|
||||
VERSION="2.3.1"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://qtpfsgui.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.3.1.tar.bz2"
|
||||
MD5SUM="86499294fb9a6dc211a54cbaa9af2b8a"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-2.4.0.tar.bz2"
|
||||
MD5SUM="b22c9bca0330d80bdec38d37fc94ad93"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="LibRaw gsl"
|
||||
REQUIRES="LibRaw gsl qt5"
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
luminance-hdr: Luminance HDR (HDR imaging tool)
|
||||
luminance-hdr: Luminance HDR (HDR imaging application)
|
||||
luminance-hdr:
|
||||
luminance-hdr: Luminance HDR creates an HDR file from a set of images (JPEG, RAW,
|
||||
luminance-hdr: TIFF 8 and 16 bit) of the same scene taken at different exposure
|
||||
luminance-hdr: settings. You can save and load HDR images, rotate and resize them,
|
||||
luminance-hdr: tonemap your images, and copy your EXIF data.
|
||||
luminance-hdr:
|
||||
luminance-hdr: Luminance HDR was formerly named qtpfsgui.
|
||||
luminance-hdr: Luminance HDR is an application that provides a workflow for HDR
|
||||
luminance-hdr: imaging.
|
||||
luminance-hdr:
|
||||
luminance-hdr: Homepage: http://qtpfsgui.sourceforge.net/
|
||||
luminance-hdr:
|
||||
luminance-hdr:
|
||||
luminance-hdr:
|
||||
luminance-hdr:
|
||||
luminance-hdr:
|
||||
|
|
Loading…
Reference in a new issue