vcpkg/ports/openimageio/vcpkg.json
Stefano Sinigardi ca1501f4b2
[opencv] update to 4.9 (#38928)
Co-authored-by: Howard Su <howard0su@gmail.com>
Co-authored-by: Nick Logozzo <nlogozzo225@gmail.com>
Co-authored-by: sidy3d <sidy3d@users.noreply.github.com>
Co-authored-by: c8ef <c8ef@outlook.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
Co-authored-by: Mark Harmstone <mark@harmstone.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Alexandre Bique <bique.alexandre@gmail.com>
Co-authored-by: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com>
Co-authored-by: Jakub Melka <mgr.jakub.melka@gmail.com>
Co-authored-by: LE GARREC Vincent <github@le-garrec.fr>
Co-authored-by: Josh Harris <126129571+harris-josh@users.noreply.github.com>
Co-authored-by: Theodore Tsirpanis <theodore.tsirpanis@tiledb.com>
Co-authored-by: Kaoru <shiinasama2001@gmail.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
Co-authored-by: Pravila <pravila0011@gmail.com>
Co-authored-by: JacobBarthelmeh <jacob@wolfssl.com>
Co-authored-by: myd7349 <myd7349@gmail.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: 王太阳 <wangfangkai@qq.com>
Co-authored-by: 王方凯 <fk.wang@hydro-tech.cn>
Co-authored-by: Chuck Walbourn <walbourn@users.noreply.github.com>
Co-authored-by: Jaap Aarts <JAicewizard@users.noreply.github.com>
2024-11-05 11:17:22 -08:00

136 lines
2.9 KiB
JSON

{
"name": "openimageio",
"version": "2.5.16.0",
"port-version": 1,
"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",
{
"name": "tiff",
"default-features": false
},
{
"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"
]
}
}
}