Skip to content

Commit e964a6a

Browse files
authored
ci: test and document support for WebP 1.5 and fmt 11.1 (AcademySoftwareFoundation#4574)
Signed-off-by: Larry Gritz <[email protected]>
1 parent f4acbf3 commit e964a6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
cc_compiler: gcc-13
385385
cxx_compiler: g++-13
386386
cxx_std: 20
387-
fmt_ver: 11.0.2
387+
fmt_ver: 11.1.1
388388
opencolorio_ver: v2.4.0
389389
openexr_ver: v3.3.0
390390
pybind11_ver: v2.13.5
@@ -396,7 +396,7 @@ jobs:
396396
OPENJPEG_VERSION=v2.5.2
397397
PTEX_VERSION=v2.4.3
398398
PUGIXML_VERSION=v1.14
399-
WEBP_VERSION=v1.4.0
399+
WEBP_VERSION=v1.5.0
400400
FREETYPE_VERSION=VER-2-13-3
401401
USE_OPENVDB=0
402402
- desc: bleeding edge gcc14 C++20 py3.12 OCIO/libtiff/exr-main avx2

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2626
* **OpenColorIO >= 2.2** (tested through 2.4 and main)
2727
* libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested
2828
through 3.0)
29-
* **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 11.0).
29+
* **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 11.1).
3030
If not found at build time, this will be automatically downloaded unless
3131
the build sets `-DBUILD_MISSING_FMT=OFF`.
3232

@@ -65,7 +65,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
6565
* If you want support for DICOM medical image files:
6666
* DCMTK >= 3.6.1 (tested through 3.6.8)
6767
* If you want support for WebP images:
68-
* **WebP >= 1.1** (tested through 1.4)
68+
* **WebP >= 1.1** (tested through 1.5)
6969
* If you want support for Ptex:
7070
* Ptex >= 2.3.1 (probably works for older; tested through 2.4.2)
7171
* If you want to be able to do font rendering into images:

0 commit comments

Comments
 (0)