summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2012-10-28 11:38:25 +0100
committerFlorian Franzmann2012-10-28 11:38:25 +0100
commit653324888e38b9cc71ad092262de14f737e84801 (patch)
tree5111a1d65968cc20fa558bd2e70ce9ab22e4d4f4
parent3684b992b6bad4018f579f14ce818520c2db9e38 (diff)
graphics-libs/libopenraw: new spell, a RAW decoder
-rw-r--r--ChangeLog3
-rwxr-xr-xgraphics-libs/libopenraw/DEPENDS16
-rwxr-xr-xgraphics-libs/libopenraw/DETAILS19
-rw-r--r--graphics-libs/libopenraw/HISTORY3
4 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 648856291d..28d593b8fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-10-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * graphics-libs/libopenraw: new spell, a RAW decoder
+
2012-10-27 Ladislav Hagara <hgr@vabo.cz>
* gnome3-libs/zeitgeist: new spell
service to log activities and present to other apps
diff --git a/graphics-libs/libopenraw/DEPENDS b/graphics-libs/libopenraw/DEPENDS
new file mode 100755
index 0000000000..7eab27fd6d
--- /dev/null
+++ b/graphics-libs/libopenraw/DEPENDS
@@ -0,0 +1,16 @@
+depends boost &&
+depends -sub CXX gcc &&
+depends JPEG &&
+
+optional_depends gdk-pixbuf2 \
+ "--enable-gnome" \
+ "--disable-gnome" \
+ "for GNOME support" &&
+
+if is_depends_enabled $SPELL gdk-pixbuf2; then
+ depends glib2 &&
+ depends libffi &&
+ depends libpng &&
+ depends pcre &&
+ depends zlib
+fi
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
diff --git a/graphics-libs/libopenraw/HISTORY b/graphics-libs/libopenraw/HISTORY
new file mode 100644
index 0000000000..4a324c33f7
--- /dev/null
+++ b/graphics-libs/libopenraw/HISTORY
@@ -0,0 +1,3 @@
+2012-10-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+