vcpkg/ports/openimageio/vcpkg.json
Kai Pastor 40ec948687
[openimageio] Update to v2.3.17.0, revise dependencies and export (#23918)
* Fix exported Imath dependency

* Drop unused deps from patches and config

* Handle DLL import in installed header

* Fix non-required find_package(OpenColorIO)

* Omit unrelocatable script

* Installation cleanup

* Update to 2.1.2

* Fix exported pc file

* Update versions

* Silence warning

* Update versions

* OpenImageIO features CI test

* Consolidate patches

* Revise OpenJPEG patching

* Revise PNG patching

* Revise libheif patching

* Revise libsquish patching

* Revise ffmpeg patching

* Fix static ffmpeg linking

* Fix webp usage

* More dependency control

* Misc cleanup

* Update copyright, add usage

* Move config to share/openimageio

* Trim dependencies

* Revise opencv dependency

* Remove find modules which might clash with opencv

* Use opencolorio config and target

* Update openimageio to 2.3.17.0

* LINKSTATIC breaks CRT lib linkage

* Catch Imath version conflicts.

This is not a regression but the result of previous opencolorio changes.
It will eventually be resolved by upgrading openexr.

* Remove llvm from opencv CI test port [skip actions]

* [libheif] Fix symbol export

* [skip actions]

* Update versions

* Add baseline =pass entries.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-28 22:19:42 -07:00

119 lines
2.6 KiB
JSON

{
"name": "openimageio",
"version": "2.3.17.0",
"port-version": 4,
"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",
"libheif",
"libjpeg-turbo",
"libpng",
"libsquish",
"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"
]
},
"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"
]
},
"tools": {
"description": "Build openimageio tools",
"dependencies": [
"opengl",
{
"name": "qt5-base",
"default-features": false
}
]
},
"webp": {
"description": "Enable libwebp support for openimageio",
"dependencies": [
"libwebp"
]
}
}
}