[Lunar-commits] <moonbase> lensfun: new module for photography aficianos.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Mar 15 18:55:05 CET 2009
commit 60a71453cb8e62d553100c7631984dd518712438
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Mar 15 13:55:05 2009 -0400
lensfun: new module for photography aficianos.
---
graphics/lensfun/BUILD | 15 +++++++++++++++
graphics/lensfun/DEPENDS | 4 ++++
graphics/lensfun/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/graphics/lensfun/BUILD b/graphics/lensfun/BUILD
new file mode 100644
index 0000000..2e3df4b
--- /dev/null
+++ b/graphics/lensfun/BUILD
@@ -0,0 +1,15 @@
+(
+
+ ./configure --prefix=/usr \
+ $OPTS &&
+# it has some outdated document tags and this fixes some of them
+ doxygen -u docs/docs.mak &&
+# end
+
+# Its make process is rather brain dead, you have to specify something.
+ make all &&
+ prepare_install &&
+ make install
+# end
+
+) > $C_FIFO 2>&1
diff --git a/graphics/lensfun/DEPENDS b/graphics/lensfun/DEPENDS
new file mode 100644
index 0000000..c96335a
--- /dev/null
+++ b/graphics/lensfun/DEPENDS
@@ -0,0 +1,4 @@
+depends glib-2
+depends doxygen
+depends libpng
+depends zlib
diff --git a/graphics/lensfun/DETAILS b/graphics/lensfun/DETAILS
new file mode 100644
index 0000000..bb479b4
--- /dev/null
+++ b/graphics/lensfun/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=lensfun
+ VERSION=0.2.3
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.berlios.de/lensfun/
+ SOURCE_VFY=sha1:4cb8fb4ce9c439ec7a3447d7fd35dfd5b73253ce
+ WEB_SITE=http://lensfun.berlios.de/
+ ENTERED=20090215
+ UPDATED=20090215
+ SHORT="rectifying the defects introduced by your photographic equipment"
+
+cat << EOF
+Digital photographs are not ideal. Of course, the better is your camera, the
+better the results will be, but in any case if you look carefully at shots taken
+even by the most expensive cameras equipped with the most expensive lenses you
+will see various artifacts. It is very hard to make ideal cameras, because there
+are a lot of factors that affect the final image quality, and at some point
+camera and lens designers have to trade one factor for another to achieve the
+optimal image quality, within the given design restrictions and budget.
+
+But we all want ideal shots, don't we? :) So that's what's lensfun is all about
+- rectifying the defects introduced by your photographic equipment.
+EOF
More information about the Lunar-commits
mailing list