From 47c794ca53de02bac508174dc7852a03d4110d00 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 24 Jul 2024 18:16:00 +0000
Subject: [PATCH] Update a recipe

---
 .../wip/libs/other/openimageio/recipe.toml    | 26 ++++++++++---------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/recipes/wip/libs/other/openimageio/recipe.toml b/recipes/wip/libs/other/openimageio/recipe.toml
index b36b96f1f..e88f3a4f4 100644
--- a/recipes/wip/libs/other/openimageio/recipe.toml
+++ b/recipes/wip/libs/other/openimageio/recipe.toml
@@ -1,24 +1,26 @@
 #TODO missing script for building, see https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/INSTALL.md#building-openimageio-on-linux-or-os-x
+# optional dependencies are disabled to make the program work with less effort
 [source]
 git = "https://github.com/AcademySoftwareFoundation/OpenImageIO"
 rev = "5c29caab40a3913d415ac5d37cd84983e824c75b"
 [build]
 template = "custom"
 dependencies = [
-    "boost",
+    "imath",
     "libtiff",
     "libjpeg-turbo",
-    "libpng",
     "openexr",
     "libfmt",
-    "opencv4",
-    "ffmpeg6",
-    "libwebp",
-    "freetype2",
-    "libraw",
-    "openjpeg",
-    "tbb",
-    "libgif",
-    "libheif",
-    "libwebp",
+    #"libpng",
+    #"boost",
+    #"opencv4",
+    #"ffmpeg6",
+    #"libwebp",
+    #"freetype2",
+    #"libraw",
+    #"openjpeg",
+    #"tbb",
+    #"libgif",
+    #"libheif",
+    #"libwebp",
 ]
-- 
GitLab