[Lunar-commits] r16759 - in moonbase/trunk/graphics: . ufraw
Dennis Veatch
stumbles at lunar-linux.org
Sun Oct 2 14:04:20 UTC 2005
Author: stumbles
Date: 2005-10-02 14:04:16 +0000 (Sun, 02 Oct 2005)
New Revision: 16759
Added:
moonbase/trunk/graphics/ufraw/
moonbase/trunk/graphics/ufraw/BUILD
moonbase/trunk/graphics/ufraw/DEPENDS
moonbase/trunk/graphics/ufraw/DETAILS
Log:
A new plugin for Gimp. Manipulate raw images from
digital cameras. Tested with a Cannon PowerShot S70
in raw image mode.
Compiled with gcc-3.4.4 and glibc-2.3.5
Added: moonbase/trunk/graphics/ufraw/BUILD
===================================================================
--- moonbase/trunk/graphics/ufraw/BUILD 2005-10-02 12:47:49 UTC (rev 16758)
+++ moonbase/trunk/graphics/ufraw/BUILD 2005-10-02 14:04:16 UTC (rev 16759)
@@ -0,0 +1,9 @@
+(
+
+ ./configure --prefix=/usr \
+ --enable-extras \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/graphics/ufraw/DEPENDS
===================================================================
--- moonbase/trunk/graphics/ufraw/DEPENDS 2005-10-02 12:47:49 UTC (rev 16758)
+++ moonbase/trunk/graphics/ufraw/DEPENDS 2005-10-02 14:04:16 UTC (rev 16759)
@@ -0,0 +1,2 @@
+depends gimp &&
+depends lcms
Added: moonbase/trunk/graphics/ufraw/DETAILS
===================================================================
--- moonbase/trunk/graphics/ufraw/DETAILS 2005-10-02 12:47:49 UTC (rev 16758)
+++ moonbase/trunk/graphics/ufraw/DETAILS 2005-10-02 14:04:16 UTC (rev 16759)
@@ -0,0 +1,20 @@
+ MODULE=ufraw
+ VERSION=0.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:dc6d89157acd25d84ee48148772d6800dfb4eb1c
+ WEB_SITE=http://ufraw.sourceforge.net/Install.html
+ ENTERED=20051002
+ UPDATED=20051002
+ SHORT="manipulate raw images from digital cameras"
+
+cat << EOF
+The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw
+images from digital cameras. It can be used on its own or as a Gimp plug-in.
+It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw
+supports basic color management using Little CMS, allowing the user to apply
+color profiles. For Nikon users UFRaw has the advantage that it can read the
+camera's tone curves. Even if you don't own a Nikon, you can still apply a
+Nikon curve to your images.
+EOF
More information about the Lunar-commits
mailing list