diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-03 16:32:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 12:38:44 +0100 |
commit | de0f9cdbe16fc7e9a42522434b8c0a6fec510134 (patch) | |
tree | 6ec9fee0b7540c3c727a4862c7dbf556e8163c57 /meta/recipes-graphics | |
parent | f48465f04c8678b5431e98386b7de744d030da4e (diff) | |
download | poky-de0f9cdbe16fc7e9a42522434b8c0a6fec510134.tar.gz |
cairo: upgrade 1.18.0 -> 1.18.2
Changelog:
===========
- The malloc-stats code has been removed from the tests directory
Cairo now requires a version of pixman equal to, or newer than, 0.40.
- There have been multiple build fixes for newer versions of GCC
for MSVC; for Solaris; and on macOS 10.7
- PNG errors caused by loading malformed data are correctly propagated to
callers, so they can handle the case.
- Both stroke and fill colors are now set when showing glyphs on a PDF
surface.
- All the font options are copied when creating a fallback font object.
- When drawing text on macOS, Cairo now tries harder to select the appropriate
font name.
- Cairo now prefers the COLRv1 table inside a font, if one is available.
- Cairo requires a C11 toolchain when building.
(From OE-Core rev: 070d79c8adec7e0a8862019cf61910a59b18613a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.18.2.bb (renamed from meta/recipes-graphics/cairo/cairo_1.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.18.0.bb b/meta/recipes-graphics/cairo/cairo_1.18.2.bb index 4c97e973d0..12aeb431d0 100644 --- a/meta/recipes-graphics/cairo/cairo_1.18.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.18.2.bb | |||
@@ -32,7 +32,7 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz \ | |||
32 | file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \ | 32 | file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRC_URI[sha256sum] = "243a0736b978a33dee29f9cca7521733b78a65b5418206fef7bd1c3d4cf10b64" | 35 | SRC_URI[sha256sum] = "a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a" |
36 | 36 | ||
37 | inherit meson pkgconfig upstream-version-is-even gtk-doc multilib_script | 37 | inherit meson pkgconfig upstream-version-is-even gtk-doc multilib_script |
38 | 38 | ||