[Lunar-commits] <moonbase> luminance-hdr: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Jun 21 14:27:23 CEST 2010


commit 21a5dcaef6ed478e5112fc9b6733a06d9eaf749f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jun 21 08:27:23 2010 -0400

    luminance-hdr: Adding to moonbase.
---
 qt4-apps/luminance-hdr/BUILD   |    9 +++++++++
 qt4-apps/luminance-hdr/DEPENDS |    6 ++++++
 qt4-apps/luminance-hdr/DETAILS |   38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/luminance-hdr/BUILD b/qt4-apps/luminance-hdr/BUILD
new file mode 100644
index 0000000..a1bb187
--- /dev/null
+++ b/qt4-apps/luminance-hdr/BUILD
@@ -0,0 +1,9 @@
+(
+
+  . /etc/profile.d/qt4.rc &&
+
+  qmake PREFIX=${MODULE_PREFIX} project.pro &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/luminance-hdr/DEPENDS b/qt4-apps/luminance-hdr/DEPENDS
new file mode 100644
index 0000000..6530a78
--- /dev/null
+++ b/qt4-apps/luminance-hdr/DEPENDS
@@ -0,0 +1,6 @@
+depends fftw3
+depends tiff
+depends gsl
+depends OpenEXR
+depends exiv2
+depends qt4
diff --git a/qt4-apps/luminance-hdr/DETAILS b/qt4-apps/luminance-hdr/DETAILS
new file mode 100644
index 0000000..e219f8d
--- /dev/null
+++ b/qt4-apps/luminance-hdr/DETAILS
@@ -0,0 +1,38 @@
+          MODULE=luminance-hdr
+         VERSION=2.0.0
+          SOURCE=$MODULE\_$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/qtpfsgui/luminance/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION
+      SOURCE_VFY=sha1:7981cd1ac8b7e29343ce26288796ddc74cf23ca9
+        WEB_SITE=http://qtpfsgui.sourceforge.net/download.php
+         ENTERED=20100621
+         UPDATED=20100621
+           SHORT="provides a workflow for HDR imaging"
+
+cat << EOF
+Luminance HDR is an open source graphical user interface application that aims 
+to provide a workflow for HDR imaging.
+
+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)
+
+Supported features:
+
+    * Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and 
+      16bit, RAW) of the same scene taken at different exposure setting.
+    * Save load HDR images.
+    * Rotate, resize and crop HDR images.
+    * Tonemap HDR images.
+    * Copy exif data between sets of images.
+    * Supports internationalization.
+
+EOF


More information about the Lunar-commits mailing list