From: Koen Kooi Date: Wed, 1 Aug 2007 14:28:27 +0000 (+0000) Subject: ufraw: add 0.12 X-Git-Tag: Release-2010-05/1~8868^2~62^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9510a62144bd7a872d808e83f6261fe7ed9cee87;p=openembedded.git ufraw: add 0.12 --- diff --git a/packages/raw-tools/ufraw_0.12.bb b/packages/raw-tools/ufraw_0.12.bb new file mode 100644 index 0000000000..b9e06a3bc5 --- /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" + +