[Lunar-commits] <moonbase> LibRaw: dependency of shotwell
Samuel Verstraete
samuel.verstraete at gmail.com
Mon Sep 20 22:24:15 CEST 2010
commit 201dfb7667688634fa65699b3e2926817e4fbbe3
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date: Mon Sep 20 22:24:15 2010 +0200
LibRaw: dependency of shotwell
---
graphics/LibRaw/BUILD | 8 ++++++++
graphics/LibRaw/DETAILS | 18 ++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/graphics/LibRaw/BUILD b/graphics/LibRaw/BUILD
new file mode 100644
index 0000000..7f76cd4
--- /dev/null
+++ b/graphics/LibRaw/BUILD
@@ -0,0 +1,8 @@
+(
+
+ sedit s@/usr/local/include@/usr/include at g Makefile &&
+ sedit s@/usr/local/lib@/usr/lib at g Makefile &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/LibRaw/DETAILS b/graphics/LibRaw/DETAILS
new file mode 100644
index 0000000..ac23333
--- /dev/null
+++ b/graphics/LibRaw/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=LibRaw
+ VERSION=0.10.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libraw.org/data
+ SOURCE_VFY=sha1:862c0928127973e792b0e0f243076d103b36a55f
+ WEB_SITE=http://cybercom.net/~dcoffin/dcraw
+ ENTERED=20100920
+ UPDATED=20100920
+ SHORT="library for reading RAW files"
+
+cat << EOF
+LibRaw is a library for reading RAW files obtained from digital photo
+cameras (CRW/CR2, NEF, RAF, DNG, and others).
+LibRaw is based on the source codes of the dcraw utility, where part of
+drawbacks have already been eliminated and part will be fixed in future.
+The users of the library are provided with API to be built into their
+software programs.
+EOF
More information about the Lunar-commits
mailing list