mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Update a recipe
This commit is contained in:
parent
bca65e443b
commit
47c794ca53
@ -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",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user