Skip to content

Commit 3f888e3

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

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ jobs:
451451
pybind11_ver: v3.0.1
452452
python_ver: "3.12"
453453
simd: avx2,f16c
454-
setenvs: export LIBJPEGTURBO_VERSION=3.1.1
455-
LIBRAW_VERSION=0.21.4
456-
LIBTIFF_VERSION=v4.7.0
457-
OPENJPEG_VERSION=v2.5.3
454+
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
455+
LIBRAW_VERSION=0.21.5
456+
LIBTIFF_VERSION=v4.7.1
457+
OPENJPEG_VERSION=v2.5.4
458458
PTEX_VERSION=v2.4.3
459459
PUGIXML_VERSION=v1.15
460460
WEBP_VERSION=v1.6.0
@@ -496,7 +496,7 @@ jobs:
496496
simd: avx2,f16c
497497
setenvs: export OpenImageIO_BUILD_LOCAL_DEPS=all
498498
LIBJPEGTURBO_VERSION=3.0.4
499-
LIBRAW_VERSION=0.21.3
499+
LIBRAW_VERSION=0.21.5
500500
OPENJPEG_VERSION=v2.4.0
501501
PTEX_VERSION=v2.4.2
502502
PUGIXML_VERSION=v1.14
@@ -525,10 +525,10 @@ jobs:
525525
openexr_ver: v3.4.3
526526
pybind11_ver: v3.0.1
527527
python_ver: "3.12"
528-
setenvs: export LIBJPEGTURBO_VERSION=3.1.1
529-
LIBRAW_VERSION=0.21.4
530-
LIBTIFF_VERSION=v4.7.0
531-
OPENJPEG_VERSION=v2.5.3
528+
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
529+
LIBRAW_VERSION=0.21.5
530+
LIBTIFF_VERSION=v4.7.1
531+
OPENJPEG_VERSION=v2.5.4
532532
PTEX_VERSION=v2.4.3
533533
PUGIXML_VERSION=v1.15
534534
WEBP_VERSION=v1.6.0
@@ -545,10 +545,10 @@ jobs:
545545
openexr_ver: v3.4.3
546546
pybind11_ver: v3.0.1
547547
python_ver: "3.12"
548-
setenvs: export LIBJPEGTURBO_VERSION=3.1.0
549-
LIBRAW_VERSION=0.21.4
550-
LIBTIFF_VERSION=v4.7.0
551-
OPENJPEG_VERSION=v2.5.3
548+
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
549+
LIBRAW_VERSION=0.21.5
550+
LIBTIFF_VERSION=v4.7.1
551+
OPENJPEG_VERSION=v2.5.4
552552
PTEX_VERSION=v2.4.3
553553
PUGIXML_VERSION=v1.15
554554
WEBP_VERSION=v1.6.0

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.49)
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.3}
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)