mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:02:03 +08:00
401578455f
* [OpenCV4] update to v4.5.5 * [OpenCV] bump version * [gstreamer] fix build for opencv * fix references * [vcpkg-tool-meson] fix nuget packaging * fix references * [gstreamer] fix references * [ogre] update vcpkg tools * fix references * [OpenCV4] fixes from CI runs * fix references * [OpenCV4] force python module also in debug builds * fix references * [harfbuzz] fix cmake config * harfbuzz fixes * fix references * [OpenCV4] remove unnecessary lines from patches * fix references * fix references * [harfbuzz] bump version * [harfbuzz] fix for single config builds * fix references * freetype fixes * fix references * fix ogre references * fix references, again * python when building static windows opencv libraries is unsupported * fix references * fix * refs * use required when necessary * fix references * do not use config for hdf5, use internal module * fix references * use proper spelling for freetype config cmake * fix references * [OpenCV] restore versions after merge * fix references * [leptonica] fix building * fix references * do not require package in optional features * £fix references * fix python feat * update version * update version * [ffmpeg] remove opengl feat on arm64-windows * format manifest * fix references * fix cuda/nvidia features compatibility matrix * fix manifest * fix * fix * fix references * fix references, again * move CONTROL to manifest * [gstreamer] bump versions * fix references Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
74 lines
1.3 KiB
JSON
74 lines
1.3 KiB
JSON
{
|
|
"name": "vcpkg-ci-opencv",
|
|
"version-string": "1",
|
|
"port-version": 4,
|
|
"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"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false,
|
|
"features": [
|
|
"cuda",
|
|
"cudnn",
|
|
"gstreamer",
|
|
"halide",
|
|
"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"
|
|
}
|
|
]
|
|
}
|