File tree Expand file tree Collapse file tree 7 files changed +22
-1
lines changed
share/ci/install_manifest Expand file tree Collapse file tree 7 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ cc_library(
266266 visibility = ["//visibility:public" ],
267267 deps = [
268268 "@imath" ,
269+ "@openjph" ,
269270 "@libdeflate//:deflate" ,
270271 ],
271272)
@@ -508,6 +509,7 @@ cc_library(
508509 ":IlmThread" ,
509510 ":OpenEXRCore" ,
510511 "@imath" ,
512+ "@openjph"
511513 ],
512514)
513515
Original file line number Diff line number Diff line change 88
99bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
1010bazel_dep (name = "imath" )
11+ bazel_dep (name = "openjph" )
1112bazel_dep (name = "libdeflate" )
1213bazel_dep (name = "platforms" , version = "0.0.10" )
1314
@@ -30,3 +31,9 @@ archive_override(
3031 strip_prefix = "libdeflate-master" ,
3132 urls = ["https://github.com/ebiggers/libdeflate/archive/refs/heads/master.zip" ],
3233)
34+
35+ git_override (
36+ module_name = "openjph" ,
37+ commit = "7a2f6ea63be48729379659933e0db33edcce87a9" ,
38+ remote = "https://github.com/aous72/OpenJPH.git" ,
39+ )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ bin/Imath-3_2.dll
55bin/OpenEXR-$MAJOR_$MINOR.dll
66bin/OpenEXRCore-$MAJOR_$MINOR.dll
77bin/OpenEXRUtil-$MAJOR_$MINOR.dll
8+ bin/openjph.0.18.dll
89bin/exr2aces.exe
910bin/exrenvmap.exe
1011bin/exrheader.exe
@@ -225,7 +226,6 @@ lib/cmake/OpenEXR/OpenEXRTargets-release.cmake
225226lib/cmake/OpenEXR/OpenEXRTargets.cmake
226227lib/pkgconfig/Imath.pc
227228lib/pkgconfig/OpenEXR.pc
228- bin/openjph.0.18.dll
229229lib/openjph.0.18.lib
230230lib/pkgconfig/openjph.pc
231231share/doc/OpenEXR/examples/deepExamples.cpp
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ bin/Imath-3_2_d.dll
55bin/OpenEXR-$MAJOR_$MINOR_d.dll
66bin/OpenEXRCore-$MAJOR_$MINOR_d.dll
77bin/OpenEXRUtil-$MAJOR_$MINOR_d.dll
8+ bin/openjph.0.18.dll
89bin/exr2aces.exe
910bin/exrenvmap.exe
1011bin/exrheader.exe
@@ -225,6 +226,8 @@ lib/cmake/OpenEXR/OpenEXRTargets-debug.cmake
225226lib/cmake/OpenEXR/OpenEXRTargets.cmake
226227lib/pkgconfig/Imath.pc
227228lib/pkgconfig/OpenEXR.pc
229+ lib/openjph.0.18.lib
230+ lib/pkgconfig/openjph.pc
228231share/doc/OpenEXR/examples/deepExamples.cpp
229232share/doc/OpenEXR/examples/deepExamples.h
230233share/doc/OpenEXR/examples/deepTiledExamples.cpp
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ bin/Imath-3_2.dll
55bin/OpenEXR-$MAJOR_$MINOR.dll
66bin/OpenEXRCore-$MAJOR_$MINOR.dll
77bin/OpenEXRUtil-$MAJOR_$MINOR.dll
8+ bin/openjph.0.18.dll
89bin/exr2aces.exe
910bin/exrenvmap.exe
1011bin/exrheader.exe
@@ -225,6 +226,8 @@ lib/cmake/OpenEXR/OpenEXRTargets-release.cmake
225226lib/cmake/OpenEXR/OpenEXRTargets.cmake
226227lib/pkgconfig/Imath.pc
227228lib/pkgconfig/OpenEXR.pc
229+ lib/openjph.0.18.lib
230+ lib/pkgconfig/openjph.pc
228231share/doc/OpenEXR/examples/deepExamples.cpp
229232share/doc/OpenEXR/examples/deepExamples.h
230233share/doc/OpenEXR/examples/deepTiledExamples.cpp
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ bin/Imath-3_2.dll
55bin/OpenEXR-$MAJOR_$MINOR.dll
66bin/OpenEXRCore-$MAJOR_$MINOR.dll
77bin/OpenEXRUtil-$MAJOR_$MINOR.dll
8+ bin/openjph.0.18.dll
89include/Imath/ImathBox.h
910include/Imath/ImathBoxAlgo.h
1011include/Imath/ImathColor.h
@@ -213,3 +214,5 @@ lib/cmake/OpenEXR/OpenEXRConfigVersion.cmake
213214lib/cmake/OpenEXR/OpenEXRTargets-release.cmake
214215lib/cmake/OpenEXR/OpenEXRTargets.cmake
215216lib/pkgconfig/Imath.pc
217+ lib/openjph.0.18.lib
218+ lib/pkgconfig/openjph.pc
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ bin/Imath-3_2.dll
55bin/OpenEXR-$MAJOR_$MINOR.dll
66bin/OpenEXRCore-$MAJOR_$MINOR.dll
77bin/OpenEXRUtil-$MAJOR_$MINOR.dll
8+ bin/openjph.0.18.dll
89bin/exr2aces.exe
910bin/exrenvmap.exe
1011bin/exrheader.exe
@@ -225,6 +226,8 @@ lib/cmake/OpenEXR/OpenEXRTargets-release.cmake
225226lib/cmake/OpenEXR/OpenEXRTargets.cmake
226227lib/pkgconfig/Imath.pc
227228lib/pkgconfig/OpenEXR.pc
229+ lib/openjph.0.18.lib
230+ lib/pkgconfig/openjph.pc
228231share/doc/OpenEXR/examples/deepExamples.cpp
229232share/doc/OpenEXR/examples/deepExamples.h
230233share/doc/OpenEXR/examples/deepTiledExamples.cpp
You can’t perform that action at this time.
0 commit comments