redox/recipes/wip/libs/other/openimageio/recipe.toml
2024-07-24 18:16:00 +00:00

27 lines
670 B
TOML

#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 = [
"imath",
"libtiff",
"libjpeg-turbo",
"openexr",
"libfmt",
#"libpng",
#"boost",
#"opencv4",
#"ffmpeg6",
#"libwebp",
#"freetype2",
#"libraw",
#"openjpeg",
#"tbb",
#"libgif",
#"libheif",
#"libwebp",
]