[opencv2,opencv3,opencv4] Changed dependency on qt5 to qt5-base, fixes #11138 (#11201)

* 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>
This commit is contained in:
Don Venable 2020-05-08 16:57:24 -04:00 committed by GitHub
parent 18ab20050c
commit 58560e53d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Source: opencv2
Version: 2.4.13.7
Version: 2.4.13.7-1
Build-Depends: zlib
Description: computer vision library, version 2
Default-Features: eigen, jpeg, opengl, png, tiff
@ -37,7 +37,7 @@ Build-Depends: libpng
Description: PNG support for opencv
Feature: qt
Build-Depends: qt5
Build-Depends: qt5-base
Description: Qt GUI support for opencv
Feature: tiff

View File

@ -1,5 +1,5 @@
Source: opencv3
Version: 3.4.7-2
Version: 3.4.7-3
Build-Depends: protobuf, zlib
Homepage: https://github.com/opencv/opencv
Description: computer vision library
@ -63,7 +63,7 @@ Build-Depends: libpng
Description: PNG support for opencv
Feature: qt
Build-Depends: qt5
Build-Depends: qt5-base
Description: Qt GUI support for opencv
Feature: sfm

View File

@ -1,5 +1,5 @@
Source: opencv4
Version: 4.1.1-4
Version: 4.1.1-5
Build-Depends: protobuf, zlib
Homepage: https://github.com/opencv/opencv
Description: computer vision library
@ -66,7 +66,7 @@ Build-Depends: libpng
Description: PNG support for opencv
Feature: qt
Build-Depends: qt5
Build-Depends: qt5-base
Description: Qt GUI support for opencv
Feature: sfm