From 1a14d463ad535889698bfae298350d3dd6f6fddd Mon Sep 17 00:00:00 2001 From: Ingmar Rieger Date: Fri, 20 Sep 2024 14:13:35 +0200 Subject: [PATCH] (#25114) OpenImageIO: Add version 2.5.15.0 * OpenImageIO: Add version 2.5.15.0 * Add new version to config.yml --- recipes/openimageio/all/conandata.yml | 7 +++++++ recipes/openimageio/config.yml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/recipes/openimageio/all/conandata.yml b/recipes/openimageio/all/conandata.yml index 7a399cb02ec7e..e977a3cdd1ba8 100644 --- a/recipes/openimageio/all/conandata.yml +++ b/recipes/openimageio/all/conandata.yml @@ -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" @@ -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" diff --git a/recipes/openimageio/config.yml b/recipes/openimageio/config.yml index 66bdf8b724be0..16ac32e99c53f 100644 --- a/recipes/openimageio/config.yml +++ b/recipes/openimageio/config.yml @@ -13,3 +13,5 @@ versions: folder: all "2.5.14.0": folder: all + "2.5.15.0": + folder: all