mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 23:29:01 +08:00
40ec948687
* 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>
74 lines
1.3 KiB
JSON
74 lines
1.3 KiB
JSON
{
|
|
"name": "vcpkg-ci-opencv",
|
|
"version-string": "1",
|
|
"port-version": 5,
|
|
"description": "Port to force features of certain ports within CI",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"ade",
|
|
"contrib",
|
|
"dnn",
|
|
"eigen",
|
|
"ffmpeg",
|
|
"jpeg",
|
|
"nonfree",
|
|
"png",
|
|
"quirc",
|
|
"tiff",
|
|
"webp"
|
|
]
|
|
},
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"gtk",
|
|
"dc1394"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"cuda",
|
|
"cudnn",
|
|
"gstreamer",
|
|
"ovis",
|
|
"tbb"
|
|
],
|
|
"platform": "windows & x64 & !static & !uwp"
|
|
},
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"freetype",
|
|
"gdcm",
|
|
"ipp",
|
|
"jasper",
|
|
"lapack",
|
|
"openexr",
|
|
"opengl",
|
|
"openmp",
|
|
"qt",
|
|
"sfm",
|
|
"vtk"
|
|
],
|
|
"platform": "!uwp & !(windows & (arm | arm64))"
|
|
},
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"python"
|
|
],
|
|
"platform": "!uwp"
|
|
}
|
|
]
|
|
}
|