mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 19:29:49 +00:00
* 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:
parent
18ab20050c
commit
58560e53d8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user