]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libxft: upgrade 2.3.8 -> 2.3.9
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 12 May 2025 09:03:13 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2025 09:29:17 +0000 (10:29 +0100)
Changelog:
==========
- manpage formatting-fixes
- meson: Add option to build with meson
- Require xproto >= 7.0.22 for _X_UNUSED
- Remove support for building with pre-C89 versions of C
- Remove support for building with pre-X11R7 versions of X
- fix potential buffer overrun in _XftGlyphDefault
- issue 21: remove redundant/out-of-place prototype for XftNameUnparse
- build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021
- issue 19: Problem loading "SourceCodePro-Regular" font in Fedora

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb [moved from meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb
rename to meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb
index 2699c1dfd79b4a2aaccee5390ffaed0f955c9c08..0b7c736451e1eb4da4f3e6fe85b2ba88ce84df45 100644 (file)
@@ -20,7 +20,7 @@ PROVIDES = "xft"
 
 PE = "1"
 
-SRC_URI[sha256sum] = "5e8c3c4bc2d4c0a40aef6b4b38ed2fb74301640da29f6528154b5009b1c6dd49"
+SRC_URI[sha256sum] = "60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5"
 
 XORG_PN = "libXft"