File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ jobs:
460460 simd : avx2,f16c
461461 setenvs : export LIBJPEGTURBO_VERSION=3.1.2
462462 LIBPNG_VERSION=v1.6.50
463- LIBRAW_VERSION=0.21.4
463+ LIBRAW_VERSION=0.21.5
464464 LIBTIFF_VERSION=v4.7.1
465465 OPENJPEG_VERSION=v2.5.4
466466 PTEX_VERSION=v2.5.0
@@ -513,7 +513,7 @@ jobs:
513513 simd : avx2,f16c
514514 setenvs : export OpenImageIO_BUILD_LOCAL_DEPS=all
515515 OpenImageIO_DEPENDENCY_BUILD_VERBOSE=ON
516- LIBRAW_VERSION=0.21.4
516+ LIBRAW_VERSION=0.21.5
517517 PTEX_VERSION=v2.4.2
518518 PUGIXML_VERSION=v1.14
519519 WEBP_VERSION=v1.4.0
@@ -543,7 +543,7 @@ jobs:
543543 python_ver : " 3.12"
544544 setenvs : export LIBJPEGTURBO_VERSION=3.1.2
545545 LIBPNG_VERSION=v1.6.50
546- LIBRAW_VERSION=0.21.4
546+ LIBRAW_VERSION=0.21.5
547547 LIBTIFF_VERSION=v4.7.1
548548 OPENJPEG_VERSION=v2.5.4
549549 PTEX_VERSION=v2.4.3
@@ -564,7 +564,7 @@ jobs:
564564 python_ver : " 3.12"
565565 setenvs : export LIBJPEGTURBO_VERSION=3.1.2
566566 LIBPNG_VERSION=v1.6.50
567- LIBRAW_VERSION=0.21.4
567+ LIBRAW_VERSION=0.21.5
568568 LIBTIFF_VERSION=v4.7.1
569569 OPENJPEG_VERSION=v2.5.4
570570 PTEX_VERSION=v2.4.3
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4747 * If you want support for PNG files:
4848 * libPNG >= 1.6.0 (tested though 1.6.50)
4949 * If you want support for camera "RAW" formats:
50- * LibRaw >= 0.20 (tested though 0.21.4 and master)
50+ * LibRaw >= 0.20 (tested though 0.21.5 and master)
5151 * If you want support for a wide variety of video formats:
5252 * ffmpeg >= 4.0 (tested through 8.0)
5353 * If you want support for jpeg 2000 images:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set -ex
1111
1212# Which LibRaw to retrieve, how to build it
1313LIBRAW_REPO=${LIBRAW_REPO:= https:// github.com/ LibRaw/ LibRaw.git}
14- LIBRAW_VERSION=${LIBRAW_VERSION:= 0.21.4 }
14+ LIBRAW_VERSION=${LIBRAW_VERSION:= 0.21.5 }
1515
1616# Where to install the final results
1717LOCAL_DEPS_DIR=${LOCAL_DEPS_DIR:= ${PWD} / ext}
You can’t perform that action at this time.
0 commit comments