similarity index 81%
rename from meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.1.bb
rename to meta-oe/recipes-graphics/cairo/cairomm-1.16_1.19.1.bb
@@ -8,7 +8,7 @@ inherit gnomebase
DEPENDS += "boost cairo libsigc++-3"
SRC_URI = "https://www.cairographics.org/releases/cairomm-${PV}.tar.xz"
-SRC_URI[sha256sum] = "e0e996a979ee52c840dca3ee74f5d005e3259b94ddce58f255d3b6f47c8cb41d"
+SRC_URI[sha256sum] = "06881a0167d84962c74db318427c5be663d30b8ea5c60740a9dc36a9c1961b54"
S = "${UNPACKDIR}/cairomm-${PV}"
Changes (spanning the 1.19.0 and 1.19.1 releases): - Add a Path iterator (Cairo::Path::Element / const_iterator) and matching path-iter example. - Add XCB device and XCB surface APIs, and an Xlib device API. - Surface gains create_similar_image(), supports_mime_type(), map_to_image() and the MappedImageSurface class. - Add the mesh pattern API. - 1.19.1: mark Cairo::Path::Element/const_iterator for export in the Windows build, fix a memory leak in Context::pop_group(), plus build/doc fixes. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../cairo/{cairomm-1.16_1.18.1.bb => cairomm-1.16_1.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/cairo/{cairomm-1.16_1.18.1.bb => cairomm-1.16_1.19.1.bb} (81%)