vcpkg/ports/opencv4/CONTROL
Victor Romero a3a6530631
[vcpkg_check_features] Set output variable explicitly and allow reverse-logic check (#7558)
* [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly

* [vcpkg_check_features] Allow reverse logic for features

* [vcpkg_check_features] Document new parameters

* [vcpkg_check_features] Remove unnecessary logging

* Do not create variables for each feature only set OUT_FEATURE_OPTIONS

* Improve documentation

* Update ports that use vcpkg_check_features()

* Missing documentation updates

* [pcl] Fix tools feature

* [opencv,opencv4] Fix usage of vcpkg_check_features()

* [opencv4] Fix typo
2019-08-13 20:13:55 -07:00

97 lines
1.9 KiB
Plaintext

Source: opencv4
Version: 4.1.1-1
Build-Depends: protobuf, zlib
Description: computer vision library
Default-Features: dnn, jpeg, opengl, png, tiff, webp
Feature: nonfree
Description: opencv nonfree module
Feature: ade
Build-Depends: ade
Description: graph api
Feature: contrib
Build-Depends: hdf5 (!uwp)
Description: opencv_contrib module
Feature: cuda
Build-Depends: opencv4[contrib], cuda
Description: CUDA support for opencv
Feature: dnn
Description: Enable dnn module
Feature: eigen
Build-Depends: eigen3
Description: Eigen support for opencv
Feature: ffmpeg
Build-Depends: ffmpeg
Description: ffmpeg support for opencv
Feature: gdcm
Build-Depends: gdcm
Description: GDCM support for opencv
Feature: ipp
Description: Enable Intel Integrated Performance Primitives
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: openmp
Description: Enable openmp support for opencv
Feature: ovis
Build-Depends: opencv4[contrib], ogre
Description: opencv_ovis module
Feature: png
Build-Depends: libpng
Description: PNG support for opencv
Feature: qt
Build-Depends: qt5
Description: Qt GUI support for opencv
Feature: sfm
Build-Depends: opencv4[contrib], eigen3, glog, gflags, ceres
Description: opencv_sfm module
Feature: tbb
Build-Depends: tbb
Description: Enable Intel Threading Building Blocks
Feature: tiff
Build-Depends: tiff
Description: TIFF support for opencv
Feature: vtk
Build-Depends: vtk
Description: vtk support for opencv
Feature: webp
Build-Depends: libwebp
Description: WebP support for opencv
Feature: halide
Build-Depends: halide, opencv4[dnn]
Description: Halide support for opencv
Feature: world
Description: Compile to a single package support for opencv