@@ -23,18 +23,18 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
23
23
* ** CMake >= 3.15** (tested through 3.27)
24
24
* ** OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.2
25
25
and main) (ADVISORY: We expect that OIIO 2.6 in 2024 will require OpenEXR >= 3.1)
26
- * libTIFF >= 3.9 (recommended: 4.0+; tested through 4.5 )
26
+ * libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6 )
27
27
* libjpeg >= 8 (tested through jpeg9e), or ** libjpeg-turbo >= 2.1** (tested
28
28
through 3.0)
29
- * Boost >= 1.53 (recommended: at least 1.66; tested through 1.81 )
29
+ * Boost >= 1.53 (recommended: at least 1.66; tested through 1.83 )
30
30
* ** [ fmtlib] ( https://github.com/fmtlib/fmt ) >= 7.0** (tested through 10.1).
31
31
If not found at build time, this will be automatically downloaded unless
32
32
the build sets ` -DBUILD_MISSING_FMT=OFF ` .
33
33
34
34
### Optional dependencies -- features may be disabled if not found
35
35
* If you are building the ` iv ` viewer (which will be disabled if any of
36
36
these are not found):
37
- * Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.4 )
37
+ * Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.6 )
38
38
* OpenGL
39
39
* If you are building the Python bindings or running the testsuite:
40
40
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.11)
@@ -50,7 +50,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
50
50
* OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher
51
51
for multithreading support)
52
52
* If you want support for OpenVDB files:
53
- * OpenVDB >= 5.0 (tested through 10.1 ). Note that using OpenVDB >= 10.0
53
+ * OpenVDB >= 5.0 (tested through 11.0 ). Note that using OpenVDB >= 10.0
54
54
requires that you compile OIIO with C++17 or higher.
55
55
* If you want to use TBB as the thread pool:
56
56
* TBB >= 2018 (tested through 2021 and OneTBB)
@@ -61,13 +61,13 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
61
61
* giflib >= 4.1 (tested through 5.2; 5.0+ is strongly recommended for
62
62
stability and thread safety)
63
63
* If you want support for HEIF/HEIC or AVIF images:
64
- * libheif >= 1.3 (1.7 required for AVIF support, tested through 1.16 )
64
+ * libheif >= 1.3 (1.7 required for AVIF support, tested through 1.17 )
65
65
* libheif must be built with an AV1 encoder/decoder for AVIF support.
66
66
* Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
67
67
* If you want support for DICOM medical image files:
68
68
* DCMTK >= 3.6.1 (tested through 3.6.7)
69
69
* If you want support for WebP images:
70
- * WebP >= 0.6.1 (tested through 1.3.1 )
70
+ * WebP >= 0.6.1 (tested through 1.3.2 )
71
71
* If you want support for OpenColorIO color transformations:
72
72
* OpenColorIO >= 1.1 (tested through 2.3; 2.0+ is recommended)
73
73
* If you want support for Ptex:
@@ -78,7 +78,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
78
78
tree, but if you want to use an external, system-installed version (as
79
79
may be required by some software distributions with policies against
80
80
embedding other projects), then just build with ` -DUSE_EXTERNAL_PUGIXML=1 ` .
81
- Any PugiXML >= 1.8 should be fine (we have tested through 1.13 ).
81
+ Any PugiXML >= 1.8 should be fine (we have tested through 1.14 ).
82
82
83
83
84
84
0 commit comments