Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame^] | 1 | SUMMARY = "raw image decoder" |
2 | LICENSE = "LGPL-2.1-only | CDDL-1.0" | ||||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f" | ||||
4 | |||||
5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https" | ||||
6 | SRCREV = "cccb97647fcee56801fa68231fa8a38aa8b52ef7" | ||||
7 | S = "${WORKDIR}/git" | ||||
8 | |||||
9 | inherit autotools pkgconfig | ||||
10 | |||||
11 | DEPENDS = "jpeg jasper lcms" |