diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/luminance-hdr/README | 30 | ||||
-rw-r--r-- | graphics/luminance-hdr/luminance-hdr.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/luminance-hdr/luminance-hdr.info | 8 | ||||
-rw-r--r-- | graphics/luminance-hdr/slack-desc | 14 |
4 files changed, 37 insertions, 21 deletions
diff --git a/graphics/luminance-hdr/README b/graphics/luminance-hdr/README index c4340ce3f0..a48ad99cef 100644 --- a/graphics/luminance-hdr/README +++ b/graphics/luminance-hdr/README @@ -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 diff --git a/graphics/luminance-hdr/luminance-hdr.SlackBuild b/graphics/luminance-hdr/luminance-hdr.SlackBuild index 2c83c8895d..fba6b3d592 100644 --- a/graphics/luminance-hdr/luminance-hdr.SlackBuild +++ b/graphics/luminance-hdr/luminance-hdr.SlackBuild @@ -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 diff --git a/graphics/luminance-hdr/luminance-hdr.info b/graphics/luminance-hdr/luminance-hdr.info index 1fcd2ba55c..211a26a9be 100644 --- a/graphics/luminance-hdr/luminance-hdr.info +++ b/graphics/luminance-hdr/luminance-hdr.info @@ -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" diff --git a/graphics/luminance-hdr/slack-desc b/graphics/luminance-hdr/slack-desc index 48e6e8417a..6c9a1cd559 100644 --- a/graphics/luminance-hdr/slack-desc +++ b/graphics/luminance-hdr/slack-desc @@ -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: |