git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae7948
)
ufraw: add 0.12
author
Koen Kooi
<koen@openembedded.org>
Wed, 1 Aug 2007 14:28:27 +0000
(14:28 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 1 Aug 2007 14:28:27 +0000
(14:28 +0000)
packages/raw-tools/ufraw_0.12.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/raw-tools/ufraw_0.12.bb
b/packages/raw-tools/ufraw_0.12.bb
new file mode 100644
(file)
index 0000000..
b9e06a3
--- /dev/null
+++ b/
packages/raw-tools/ufraw_0.12.bb
@@ -0,0
+1,16
@@
+DESCRIPTION = "The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. "
+LICENSE = "GPL"
+
+DEPENDS = "gtk+ gtkimageview lcms exiv2 tiff"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ufraw/ufraw-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = " --enable-extras "
+
+PACKAGES =+ "dcraw dcraw-dbg"
+FILES_dcraw = "${bindir}/dcraw"
+FILES_dcraw-bdg = "${bindir}/.debug/dcraw"
+
+