blob: 4d089f3b795b631b737540f90f3e111fd21e7d34 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "raw image decoder"
2LICENSE = "LGPL-2.1-only | CDDL-1.0"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
4
Patrick Williams705982a2024-01-12 09:51:57 -06005SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=0.21-stable;protocol=https"
6SRCREV = "1ef70158d7fde1ced6aaddb0b9443c32a7121d3d"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06007S = "${WORKDIR}/git"
8
9inherit autotools pkgconfig
10
11DEPENDS = "jpeg jasper lcms"