Skip to content

Commit 4405685

Browse files
lgritzzachlewis
authored andcommitted
ci: Test freetype 2.14 and document that it works (AcademySoftwareFoundation#4876)
Freetype 2.14 was recently released and just became the default for homebrew. It seems that no changes are needed on our end and no output references even need to change! Signed-off-by: Larry Gritz <[email protected]> Signed-off-by: Zach Lewis <[email protected]>
1 parent 5300edf commit 4405685

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
PTEX_VERSION=v2.4.3
432432
PUGIXML_VERSION=v1.15
433433
WEBP_VERSION=v1.6.0
434-
FREETYPE_VERSION=VER-2-13-3
434+
FREETYPE_VERSION=VER-2-14-0
435435
USE_OPENVDB=0
436436
- desc: bleeding edge gcc14 C++23 py3.12 OCIO/libtiff/exr-main avx2
437437
nametag: linux-bleeding-edge
@@ -529,7 +529,7 @@ jobs:
529529
PTEX_VERSION=v2.4.3
530530
PUGIXML_VERSION=v1.15
531531
WEBP_VERSION=v1.6.0
532-
FREETYPE_VERSION=VER-2-13-3
532+
FREETYPE_VERSION=VER-2-14-0
533533
USE_OPENVDB=0
534534
- desc: Linux ARM latest releases clang18 C++20 py3.12 exr3.4 ocio2.4
535535
nametag: linux-arm-latest-releases-clang
@@ -549,7 +549,7 @@ jobs:
549549
PTEX_VERSION=v2.4.3
550550
PUGIXML_VERSION=v1.15
551551
WEBP_VERSION=v1.6.0
552-
FREETYPE_VERSION=VER-2-13-3
552+
FREETYPE_VERSION=VER-2-14-0
553553
USE_OPENVDB=0
554554

555555

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
7373
* If you want support for Ptex:
7474
* Ptex >= 2.3.1 (probably works for older; tested through 2.4.3)
7575
* If you want to be able to do font rendering into images:
76-
* Freetype >= 2.10.0 (tested through 2.13)
76+
* Freetype >= 2.10.0 (tested through 2.14)
7777
* If you want to be able to read "ultra-HDR" embedded in JPEG files:
7878
* libultrahdr >= 1.3 (tested through 1.4)
7979
* If you want support for JPEG XL images:

0 commit comments

Comments
 (0)