diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-09 16:19:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 14:26:31 +0000 |
commit | 58ce8aa4b07f18b0bac2d86b4c165aa5d627a3ef (patch) | |
tree | fdd6f0f53a4773eca5f37c4118a907c6c3706944 | |
parent | c8f70344db598f5adc6eaa68d31633c8047317b9 (diff) | |
download | poky-58ce8aa4b07f18b0bac2d86b4c165aa5d627a3ef.tar.gz |
pango: upgrade 1.50.12 -> 1.50.13
Overview of changes in 1.50.13, 20-02-2023
==========================================
- win32: Add back fallback for empty fontsets
- win32: Improve DirectWrite support
- Fix word segmentation for Japanese
- Don't set backspace-deletes-char for math symbols
- coretext: Fix a crash
- cairo: Apply metrics hinting to underlines too
- Treat COLRv1 fonts as color fonts
(From OE-Core rev: 81a0bb83605cc545d93be93b5a234f4d4882a633)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 9fcb353216a70b76584a47463d419464489c5a8c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.50.13.bb (renamed from meta/recipes-graphics/pango/pango_1.50.12.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.50.12.bb b/meta/recipes-graphics/pango/pango_1.50.13.bb index 6779f39c4f..e673366dc7 100644 --- a/meta/recipes-graphics/pango/pango_1.50.12.bb +++ b/meta/recipes-graphics/pango/pango_1.50.13.bb | |||
@@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \ | |||
24 | file://0001-Skip-running-test-layout-test.patch \ | 24 | file://0001-Skip-running-test-layout-test.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI[archive.sha256sum] = "caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3" | 27 | SRC_URI[archive.sha256sum] = "5cdcf6d761d26a3eb9412b6cb069b32bd1d9b07abf116321167d94c2189299fd" |
28 | 28 | ||
29 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" | 29 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" |
30 | 30 | ||