Skip to content

Commit 37d43c2

Browse files
lgritzssh4net
authored andcommitted
ci: test against libraw 0.22 for 'latest' test variants (AcademySoftwareFoundation#5009)
Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad <shaamaan@gmail.com>
1 parent 9aab48b commit 37d43c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
simd: avx2,f16c
462462
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
463463
LIBPNG_VERSION=v1.6.50
464-
LIBRAW_VERSION=0.21.5
464+
LIBRAW_VERSION=0.22.0
465465
LIBTIFF_VERSION=v4.7.1
466466
OPENJPEG_VERSION=v2.5.4
467467
PTEX_VERSION=v2.5.0
@@ -514,7 +514,7 @@ jobs:
514514
simd: avx2,f16c
515515
setenvs: export OpenImageIO_BUILD_LOCAL_DEPS=all
516516
OpenImageIO_DEPENDENCY_BUILD_VERBOSE=ON
517-
LIBRAW_VERSION=0.21.5
517+
LIBRAW_VERSION=0.22.0
518518
PTEX_VERSION=v2.4.2
519519
PUGIXML_VERSION=v1.14
520520
WEBP_VERSION=v1.4.0
@@ -545,7 +545,7 @@ jobs:
545545
python_ver: "3.12"
546546
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
547547
LIBPNG_VERSION=v1.6.50
548-
LIBRAW_VERSION=0.21.5
548+
LIBRAW_VERSION=0.22.0
549549
LIBTIFF_VERSION=v4.7.1
550550
OPENJPEG_VERSION=v2.5.4
551551
PTEX_VERSION=v2.4.3
@@ -566,7 +566,7 @@ jobs:
566566
python_ver: "3.12"
567567
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
568568
LIBPNG_VERSION=v1.6.50
569-
LIBRAW_VERSION=0.21.5
569+
LIBRAW_VERSION=0.22.0
570570
LIBTIFF_VERSION=v4.7.1
571571
OPENJPEG_VERSION=v2.5.4
572572
PTEX_VERSION=v2.4.3

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4545
* If you want support for PNG files:
4646
* libPNG >= 1.6.0 (tested though 1.6.50)
4747
* If you want support for camera "RAW" formats:
48-
* LibRaw >= 0.20 (tested though 0.21.5 and master)
48+
* LibRaw >= 0.20 (tested though 0.22.0 and master)
4949
* If you want support for a wide variety of video formats:
5050
* ffmpeg >= 4.0 (tested through 8.0)
5151
* If you want support for jpeg 2000 images:

0 commit comments

Comments
 (0)