mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
25 lines
566 B
TOML
25 lines
566 B
TOML
#TODO missing script for building, see https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/INSTALL.md#building-openimageio-on-linux-or-os-x
|
|
[source]
|
|
git = "https://github.com/AcademySoftwareFoundation/OpenImageIO"
|
|
rev = "5c29caab40a3913d415ac5d37cd84983e824c75b"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"boost",
|
|
"libtiff",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"openexr",
|
|
"libfmt",
|
|
"opencv4",
|
|
"ffmpeg6",
|
|
"libwebp",
|
|
"freetype2",
|
|
"libraw",
|
|
"openjpeg",
|
|
"tbb",
|
|
"libgif",
|
|
"libheif",
|
|
"libwebp",
|
|
]
|