mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:31:38 +08:00
58560e53d8
* Changed dependency on qt5 to qt5-base, closes microsoft/vcpkg#11138 * Bump the correct control file. * Also added qt5-base as dep for opencv3, bumped version * Changed dep for `qt` feature from `qt5` to `qt5-base`, bumped ver Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
53 lines
1.0 KiB
Plaintext
53 lines
1.0 KiB
Plaintext
Source: opencv2
|
|
Version: 2.4.13.7-1
|
|
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-base
|
|
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
|