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

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Oct 1 14:04:39 CEST 2009


commit 78874c3d5fab86b2e9720cf7057924fb09c0acae
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Oct 1 08:04:39 2009 -0400

    qtpfsgui: Adding to moonbase.
---
 qt4-apps/qtpfsgui/BUILD   |   11 +++++++++++
 qt4-apps/qtpfsgui/DEPENDS |    5 +++++
 qt4-apps/qtpfsgui/DETAILS |   36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/qtpfsgui/BUILD b/qt4-apps/qtpfsgui/BUILD
new file mode 100644
index 0000000..0854504
--- /dev/null
+++ b/qt4-apps/qtpfsgui/BUILD
@@ -0,0 +1,11 @@
+(
+
+  . /etc/profile.d/qt4.rc
+
+  lrelease project.pro &&
+
+  qmake PREFIX=/usr &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qtpfsgui/DEPENDS b/qt4-apps/qtpfsgui/DEPENDS
new file mode 100644
index 0000000..1556036
--- /dev/null
+++ b/qt4-apps/qtpfsgui/DEPENDS
@@ -0,0 +1,5 @@
+depends qt4
+depends exiv2
+depends fftw3
+depends tiff
+depends OpenEXR
diff --git a/qt4-apps/qtpfsgui/DETAILS b/qt4-apps/qtpfsgui/DETAILS
new file mode 100644
index 0000000..cc90bf4
--- /dev/null
+++ b/qt4-apps/qtpfsgui/DETAILS
@@ -0,0 +1,36 @@
+          MODULE=qtpfsgui
+         VERSION=1.9.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION
+      SOURCE_VFY=sha1:adf037c54f55be50d931fa484cca169c01d0384d
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://qtpfsgui.sourceforge.net/
+         ENTERED=20091001
+         UPDATED=20091001
+           SHORT="Qt4 based workflow for HDR imaging"
+
+cat << EOF
+Qtpfsgui 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 and load HDR images.
+    * Rotate and resize HDR images.
+    * Tonemap HDR images.
+    * Copy exif data between sets of images.
+    * Supports internationalization.
+
+EOF


More information about the Lunar-commits mailing list