Skip to content

Commit 110254e

Browse files
committed
deps: Test against libraw 0.21.5 (#4988)
Signed-off-by: Larry Gritz <[email protected]>
1 parent d798169 commit 110254e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

src/build-scripts/build_libraw.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -ex
1111

1212
# Which LibRaw to retrieve, how to build it
1313
LIBRAW_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
1717
LOCAL_DEPS_DIR=${LOCAL_DEPS_DIR:=${PWD}/ext}

0 commit comments

Comments
 (0)