blob: 1940864a20521c0e8cf3660881292384b5a89a89 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "raw image decoder"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "LGPL-2.1-only | CDDL-1.0"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07003LIC_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"