]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
freetype: upgrade 2.13.3 -> 2.14.1
authorRoss Burton <ross.burton@arm.com>
Tue, 16 Dec 2025 13:35:59 +0000 (13:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Dec 2025 13:53:50 +0000 (13:53 +0000)
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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/freetype/freetype_2.14.1.bb [moved from meta/recipes-graphics/freetype/freetype_2.13.3.bb with 82% similarity]

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 dbfffdb65fc7a3590343a85156c82c24cf55e9c6..97344c4c5ee7e379e9463dc54e6fe610bdc9a83c 100644 (file)
@@ -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<pver>\d+(\.\d+)+)"