mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:09:00 +08:00
f6601ee2e4
* Make gtk4.4 build. * Update baseline for gtk * Fix vcpkg version. * Fix vcpkg version. * [gtk] Fix macos build. * [gtk] Fix linux build. * [gtk] Add patches. * [gtk] Bump versions - again * Fix macos patch. * Bump versions. * [OpenCV] update to v4.5.4 and v3.4.16 * fix patches * [OpenCV] fix references * fix patches * update references * add gstreamer support * fix references * fixes * update references * Install xdamage. * Bump versions. * [fontconfig] disable doc building which is failing on bare linux * fix references * [opencv] use qt6 * [opencv2] use newer approach to downstream dependency handling * fix references * Add merged patch from upstream. * [gtk] Bump version. * [OpenCV] restore using qt5 * [opencv] force qt5 * update references * use a different strategy to find qt5 dependency for downstream projects * fix references * use a different strategy to find qt5 dependency for downstream projects also for opencv2 * fix references * [opencv2] fix patches * fix references * Update ports/fontconfig/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * fix references * fix references, again * add gtk to linux default features * fix references * [OpenCV2] fix cuda patch for newer cuda versions * fix references * [OpenCV2] add GTK feature * fix references * [opencv2] bump port version * [opencv2] fix references * Delete duplicate install of libxdamage-dev * [fontconfig] bump version * fix references * [fontconfig] bump version * fix references * move vcpkg-ci-opencv to manifest Co-authored-by: Berrysoft <Strawberry_Str@hotmail.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
128 lines
2.5 KiB
JSON
128 lines
2.5 KiB
JSON
{
|
|
"name": "opencv2",
|
|
"version": "2.4.13.7",
|
|
"port-version": 8,
|
|
"description": "computer vision library",
|
|
"homepage": "https://github.com/opencv/opencv",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "CUDA support for opencv",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv2",
|
|
"default-features": false,
|
|
"features": [
|
|
"eigen",
|
|
"jpeg",
|
|
"png",
|
|
"tiff"
|
|
]
|
|
},
|
|
{
|
|
"name": "opencv2",
|
|
"default-features": false,
|
|
"features": [
|
|
"gtk"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"eigen": {
|
|
"description": "Eigen support for opencv",
|
|
"dependencies": [
|
|
"eigen3"
|
|
]
|
|
},
|
|
"ffmpeg": {
|
|
"description": "ffmpeg support for opencv",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"avformat",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"gtk": {
|
|
"description": "GDCM support for opencv",
|
|
"dependencies": [
|
|
"gtk"
|
|
]
|
|
},
|
|
"jasper": {
|
|
"description": "JPEG 2000 support for opencv",
|
|
"dependencies": [
|
|
"jasper"
|
|
]
|
|
},
|
|
"jpeg": {
|
|
"description": "JPEG support for opencv",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"openexr": {
|
|
"description": "OpenEXR support for opencv",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "opengl support for opencv",
|
|
"dependencies": [
|
|
"opengl"
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "PNG support for opencv",
|
|
"dependencies": [
|
|
"libpng"
|
|
]
|
|
},
|
|
"qt": {
|
|
"description": "Qt GUI support for opencv",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "TIFF support for opencv",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"world": {
|
|
"description": "Compile to a single package support for opencv"
|
|
}
|
|
}
|
|
}
|