diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2020-05-07 00:26:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 15:26:16 -0700 |
| commit | 7a0c97b6b30e9ee38a6b793f0c52fdf1138fe7ab (patch) | |
| tree | e3002f14af2f0478a061f7482c58014528685025 /ports/opencv2/CONTROL | |
| parent | 305785ba9b2b4ebd37d0a2c9676b863bb7e0a94e (diff) | |
| download | vcpkg-7a0c97b6b30e9ee38a6b793f0c52fdf1138fe7ab.tar.gz vcpkg-7a0c97b6b30e9ee38a6b793f0c52fdf1138fe7ab.zip | |
[OpenCV2] add new "old" port (#7849)
* [OpenCV2] add library for older C projects
* [OpenCV2] fixes for non-Windows systems
* [OpenCV2] add warnings for Ubuntu
* add fixes for cuda
* [OpenCV2] disable parallel building, otherwise cuda fails
* [OpenCV2] refresh port with latest fixes
* [OpenCV2] fix CONTROL
* [OpenCV2] fixes for windows
* [OpenCV2] fixes to avoid unnecessary install of pre-built ffmpeg, since it already uses externally provided one
* [OpenCV2] openexr still has some problems, explicitly removed UWP support
* [OpenCV2] use targets wherever possible. Jasper and OpenEXR features would require improvements in those ports, in order for them to provide targets too
* [OpenCV2] re-enable parallel build also with CUDA
* [OpenCV2] improve compatibility with CUDA 10+
* [OpenCV2] fix broken CUDA targets
* [darknet] enable opencv2 feature
* skip from building, like opencv3, to avoid problems in CI
Diffstat (limited to 'ports/opencv2/CONTROL')
| -rw-r--r-- | ports/opencv2/CONTROL | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/ports/opencv2/CONTROL b/ports/opencv2/CONTROL new file mode 100644 index 000000000..c2bb6ff60 --- /dev/null +++ b/ports/opencv2/CONTROL @@ -0,0 +1,52 @@ +Source: opencv2 +Version: 2.4.13.7 +Build-Depends: zlib +Description: computer vision library, version 2 +Default-Features: eigen, jpeg, opengl, png, tiff + +Feature: cuda +Build-Depends: cuda +Description: CUDA support for opencv + +Feature: eigen +Build-Depends: eigen3 +Description: Eigen support for opencv + +Feature: ffmpeg +Build-Depends: ffmpeg +Description: ffmpeg support for opencv + +Feature: jasper +Build-Depends: jasper +Description: JPEG 2000 support for opencv + +Feature: jpeg +Build-Depends: libjpeg-turbo +Description: JPEG support for opencv + +Feature: openexr +Build-Depends: openexr +Description: OpenEXR support for opencv + +Feature: opengl +Build-Depends: opengl +Description: opengl support for opencv + +Feature: png +Build-Depends: libpng +Description: PNG support for opencv + +Feature: qt +Build-Depends: qt5 +Description: Qt GUI support for opencv + +Feature: tiff +Build-Depends: tiff +Description: TIFF support for opencv + +Feature: vtk +Build-Depends: vtk +Description: vtk support for opencv + +Feature: world +Description: Compile to a single package support for opencv |
