vcpkg/ports/openimageio/vcpkg.json
Jack·Boos·Yu 94a48a4e09
[openimageio] Fix dependency libraw (#38071)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Fixes https://github.com/microsoft/vcpkg/issues/38065

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2024-04-11 10:03:03 -04:00

133 lines
2.9 KiB
JSON

{
"name": "openimageio",
"version": "2.5.8.0",
"port-version": 2,
"description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
"homepage": "https://github.com/OpenImageIO/oiio",
"license": "BSD-3-Clause",
"dependencies": [
"boost-algorithm",
"boost-asio",
"boost-config",
"boost-filesystem",
"boost-foreach",
"boost-random",
"boost-regex",
"boost-smart-ptr",
"boost-stacktrace",
"boost-static-assert",
"boost-system",
"boost-thread",
"boost-type-traits",
"fmt",
"libjpeg-turbo",
"libpng",
"openexr",
"robin-map",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"ffmpeg": {
"description": "Enable ffmpeg support for openimageio",
"dependencies": [
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avresample"
]
}
]
},
"freetype": {
"description": "Enable freetype support for openimageio",
"dependencies": [
"freetype"
]
},
"gif": {
"description": "Enable giflib support for openimageio",
"dependencies": [
"giflib"
]
},
"libheif": {
"description": "Enable heif support for openimageio",
"dependencies": [
"libheif"
]
},
"libraw": {
"description": "Enable RAW image files support",
"dependencies": [
"libraw"
]
},
"opencolorio": {
"description": [
"Enable opencolorio support for openimageio.",
"This feature can only be used when openexr and opencolorio use the same version of Imath."
],
"dependencies": [
"opencolorio"
]
},
"opencv": {
"description": "Enable opencv support for openimageio",
"dependencies": [
{
"name": "opencv",
"default-features": false
}
]
},
"openjpeg": {
"description": "Enable openjpeg support for openimageio",
"dependencies": [
"openjpeg"
]
},
"pybind11": {
"description": "Enable Python bindings support for openimageio",
"dependencies": [
"pybind11",
"python3"
]
},
"tools": {
"description": "Build openimageio tools"
},
"viewer": {
"description": "Build openimageio viewer",
"dependencies": [
"opengl",
{
"name": "openimageio",
"features": [
"tools"
]
},
{
"name": "qtbase",
"default-features": false
}
]
},
"webp": {
"description": "Enable libwebp support for openimageio",
"dependencies": [
"libwebp"
]
}
}
}