Skip to content

Commit

Permalink
(#25114) OpenImageIO: Add version 2.5.15.0
Browse files Browse the repository at this point in the history
* OpenImageIO: Add version 2.5.15.0

* Add new version to config.yml
  • Loading branch information
irieger authored Sep 20, 2024
1 parent f909134 commit 1a14d46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/openimageio/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ sources:
"2.5.14.0":
url: "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v2.5.14.0.tar.gz"
sha256: "0e74372c658f083820872311d126867f10d59b526a856672746de7b2c772034d"
"2.5.15.0":
url: "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v2.5.15.0.tar.gz"
sha256: "7779ef2c3d03c5ed95e13ff292de85c3f8cee301cd46baad0d2dc83c93bfe85c"
patches:
"2.4.7.1":
- patch_file: "patches/2.4.7.1-cmake-targets.patch"
Expand Down Expand Up @@ -52,3 +55,7 @@ patches:
- patch_file: "patches/2.5.14.0-cmake-targets.patch"
patch_description: "Ensure project builds correctly with Conan (don't pick up disabled dependencies from the system, fix different spelling of libraries)"
patch_type: "conan"
"2.5.15.0":
- patch_file: "patches/2.5.14.0-cmake-targets.patch"
patch_description: "Ensure project builds correctly with Conan (don't pick up disabled dependencies from the system, fix different spelling of libraries)"
patch_type: "conan"
2 changes: 2 additions & 0 deletions recipes/openimageio/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ versions:
folder: all
"2.5.14.0":
folder: all
"2.5.15.0":
folder: all

0 comments on commit 1a14d46

Please sign in to comment.