aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/raw-tools/ufraw_0.12.bb
blob: b9e06a3bc583eca69933d212e1e4786b90b8b4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"