From: Ross Burton Date: Tue, 16 Dec 2025 13:35:59 +0000 (+0000) Subject: freetype: upgrade 2.13.3 -> 2.14.1 X-Git-Tag: yocto-6.0_M1~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60128d76051ee3b14799541211278811f62e7234;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git freetype: upgrade 2.13.3 -> 2.14.1 Important upstream changes: - A new configuration macro `FT_CONFIG_OPTION_USE_HARFBUZZ_DYNAMIC` is available to load the HarfBuzz library dynamically. - The auto-hinter got new abilities. - Bitmap-only TrueType fonts now ignore the `FT_LOAD_NO_BITMAP` flag. Update the home page and bug tracker links. License-Update: wording, nothing relevant. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/freetype/freetype_2.13.3.bb b/meta/recipes-graphics/freetype/freetype_2.14.1.bb similarity index 82% rename from meta/recipes-graphics/freetype/freetype_2.13.3.bb rename to meta/recipes-graphics/freetype/freetype_2.14.1.bb index dbfffdb65f..97344c4c5e 100644 --- a/meta/recipes-graphics/freetype/freetype_2.13.3.bb +++ b/meta/recipes-graphics/freetype/freetype_2.14.1.bb @@ -3,18 +3,18 @@ DESCRIPTION = "FreeType is a software font engine that is designed to be small, highly customizable, and portable while capable of producing high-quality output (glyph \ images). It can be used in graphics libraries, display servers, font conversion tools, text \ image generation tools, and many other products as well." -HOMEPAGE = "http://www.freetype.org/" -BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" +HOMEPAGE = "https://freetype.org/" +BUGTRACKER = "https://gitlab.freedesktop.org/groups/freetype/-/issues" SECTION = "libs" LICENSE = "(FTL | GPL-2.0-or-later) & MIT" -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=843b6efc16f6b1652ec97f89d5a516c0 \ - file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ +LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=eeb073d5fb86d23c52bb9b84aa256307 \ + file://docs/FTL.TXT;md5=72d844cd2f3bcaf6a85244b508032be7 \ file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec \ " SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz" -SRC_URI[sha256sum] = "0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289" +SRC_URI[sha256sum] = "32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc" UPSTREAM_CHECK_REGEX = "freetype-(?P\d+(\.\d+)+)"