Skip to content

Commit d149779

Browse files
committed
ci: test and document support for WebP 1.5 and fmt 11.1
Signed-off-by: Larry Gritz <[email protected]>
1 parent 8839acc commit d149779

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
@@ -388,7 +388,7 @@ jobs:
388388
cc_compiler: gcc-13
389389
cxx_compiler: g++-13
390390
cxx_std: 20
391-
fmt_ver: 11.0.2
391+
fmt_ver: 11.1.1
392392
opencolorio_ver: v2.4.0
393393
openexr_ver: v3.3.0
394394
pybind11_ver: v2.13.5
@@ -400,7 +400,7 @@ jobs:
400400
OPENJPEG_VERSION=v2.5.2
401401
PTEX_VERSION=v2.4.3
402402
PUGIXML_VERSION=v1.14
403-
WEBP_VERSION=v1.4.0
403+
WEBP_VERSION=v1.5.0
404404
FREETYPE_VERSION=VER-2-13-3
405405
USE_OPENVDB=0
406406
- 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)