Skip to content

Commit 103cb1a

Browse files
committed
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]>
1 parent 5c66cf8 commit 103cb1a

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
@@ -434,7 +434,7 @@ jobs:
434434
PTEX_VERSION=v2.4.3
435435
PUGIXML_VERSION=v1.15
436436
WEBP_VERSION=v1.6.0
437-
FREETYPE_VERSION=VER-2-13-3
437+
FREETYPE_VERSION=VER-2-14-0
438438
USE_OPENVDB=0
439439
- desc: bleeding edge gcc14 C++23 py3.12 OCIO/libtiff/exr-main avx2
440440
nametag: linux-bleeding-edge
@@ -532,7 +532,7 @@ jobs:
532532
PTEX_VERSION=v2.4.3
533533
PUGIXML_VERSION=v1.15
534534
WEBP_VERSION=v1.6.0
535-
FREETYPE_VERSION=VER-2-13-3
535+
FREETYPE_VERSION=VER-2-14-0
536536
USE_OPENVDB=0
537537
- desc: Linux ARM latest releases clang18 C++20 py3.12 exr3.4 ocio2.4
538538
nametag: linux-arm-latest-releases-clang
@@ -552,7 +552,7 @@ jobs:
552552
PTEX_VERSION=v2.4.3
553553
PUGIXML_VERSION=v1.15
554554
WEBP_VERSION=v1.6.0
555-
FREETYPE_VERSION=VER-2-13-3
555+
FREETYPE_VERSION=VER-2-14-0
556556
USE_OPENVDB=0
557557

558558

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)