[meta-oe][PATCH 08/18] cairomm-1.16: upgrade 1.18.1 -> 1.19.1
Khem Raj <[email protected]> Tue, 28 Jul 2026 19:44:10 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- .../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%) diff --git a/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.1.bb b/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.19.1.bb 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 index 371e085b0c..15a2d0fc40 100644 --- a/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.1.bb +++ b/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}"