summaryrefslogtreecommitdiffstats
path: root/graphics-libs/libopenraw/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/libopenraw/DETAILS')
-rwxr-xr-xgraphics-libs/libopenraw/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics-libs/libopenraw/DETAILS b/graphics-libs/libopenraw/DETAILS
new file mode 100755
index 0000000000..3de3ff8acc
--- /dev/null
+++ b/graphics-libs/libopenraw/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libopenraw
+ VERSION=0.0.9
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://${SPELL}.freedesktop.org/download/${SOURCE}
+ SOURCE_HASH=sha512:88d475d27719212686a0a5a08da04d6879fd456ec8f7531f401217df97f4f3d4c52dc8c4fb1c6ca88c12d6a67ecd516b151c5e9dceba9cbfcd13150fe81d6db5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://libopenraw.freedesktop.org/wiki/"
+ LICENSE[0]=GPL
+ ENTERED=20121028
+ SHORT="a library for camera RAW files decoding"
+cat << EOF
+libopenraw is an ongoing project to provide a free software implementation
+for camera RAW files decoding. One of the main reason is that dcraw is not
+suited for easy integration into applications, and there is a need for an
+easy to use API to build free software digital image processing application.
+
+It also has the goal to address missing feature from dcraw like meta-data
+decoding and easy thumbnail extraction.
+EOF