blob: 4765264166ecf111c6bc1583de30ee136ffcee59 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "raw image decoder"
2LICENSE = "LGPL-2.1 | CDDL-1.0"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
4
Andrew Geissler595f6302022-01-24 19:11:47 +00005SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07006SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
7S = "${WORKDIR}/git"
8
9inherit autotools pkgconfig
10
11DEPENDS = "jpeg jasper lcms"