Skip to content

Commit 1a9a35b

Browse files
authored
[openimageio] update to 3.0.9.0 (#46797)
1 parent 76430ea commit 1a9a35b

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

ports/openimageio/portfile.cmake

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
vcpkg_download_distfile(FIX_LIBHEIF_BUILD_PATCH
2-
URLS https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/09250af27d11f6ea761872490403d074424b6e62.diff?full_index=1
3-
FILENAME AcademySoftwareFoundation-OpenImageIO-libheif-build.patch
4-
SHA512 3a0f9c735244ac40194b73b740c75ca4d0dc77623a12c017098502497bfdf98e4e76dfa48f4e632fbcaa50b3daa58234feb9279a4f1beba91d4c4bb38ff4889a
5-
)
6-
71
vcpkg_from_github(
82
OUT_SOURCE_PATH SOURCE_PATH
93
REPO AcademySoftwareFoundation/OpenImageIO
104
REF "v${VERSION}"
11-
SHA512 80efcdba979e1afda609ede4f743b44bc5d277b2ae4bfb96943aee23570d8652f5d0975f5f0bc8c3c9764c4da3ad6bd430c5dab149822648d4b0ba051ba18c11
5+
SHA512 fdf411b7035367020b8f3056979c6f25800cdbfa545d844485ddb2ab41148c5b471b75a40bfa1f8ba52bafa8fe8459b221391ff3ddfdf891b4169444141cf75c
126
HEAD_REF master
137
PATCHES
148
fix-dependencies.patch
159
fix-static-ffmpeg.patch
1610
imath-version-guard.patch
1711
fix-openimageio_include_dir.patch
1812
fix-openexr-target-missing.patch
19-
${FIX_LIBHEIF_BUILD_PATCH}
2013
libheif-1_20_2.patch
2114
)
2215

ports/openimageio/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "openimageio",
3-
"version": "3.0.8.0",
4-
"port-version": 2,
3+
"version": "3.0.9.0",
54
"description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
65
"homepage": "https://github.com/OpenImageIO/oiio",
76
"license": "BSD-3-Clause",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7041,8 +7041,8 @@
70417041
"port-version": 4
70427042
},
70437043
"openimageio": {
7044-
"baseline": "3.0.8.0",
7045-
"port-version": 2
7044+
"baseline": "3.0.9.0",
7045+
"port-version": 0
70467046
},
70477047
"openjpeg": {
70487048
"baseline": "2.5.3",

versions/o-/openimageio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "2c0532ef7c81d287987a6e84b256c4b5b10f2033",
5+
"version": "3.0.9.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "6d243ed3402e75314bdda39e76ef5ed018fa0ba0",
510
"version": "3.0.8.0",

0 commit comments

Comments
 (0)