vcpkg/ports/opencv/CONTROL

89 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-09-19 11:50:08 +08:00
Source: opencv
[LibLZMA] automatic configuration (#6000) * [LibLZMA] add a config-generated by CMake * bump control files of LibLZMA and dependent ports * [tiff] use proper liblzma target [OpenCV] add an explicit dependency on LibLZMA for static linking * [liblzma] fix header install path * [LibLZMA] avoid using targets in old symbols * fixes for windows-static and trying to see if CI is happier with a share/lib folder written in lowercase * [LibLZMA] use only modern CMake language, remove patch in favour of target public definition * [lzma] put symbols in cmake cache * [libxmlpp] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS regression * [lzma] fix header install path * [liblzma] install wrapper to force config mode * [liblzma] remove function check inside cmake config since we know it will pass * [liblzma] wrapper fix * [tiff,geotiff] general cleanup and patch fixes * [libgeotiff] remove debug tools * [tesseract] modernize * [tiff] fix also tiff_library symbol * [pdal,libgeotiff] better library integration * [tiff] restore using unix i/o on UWP, since it was working... for sure win32 one cannot work * [tiff] enable lzma also on uwp, since it works and is requested by many dependencies * [selene] enable build on arm/arm64-windows, which was surely broken before * [lzma] uniform naming with cmake 3.14 * [podofo] fix regression, it requires openssl which was disabled in dependencies * [many ports] remove unnecessary mods * [boost-iostream] chmod * [openssl] fix regression due to missing architecture * [podofo] fix regression on uwp due to missing include * [libpq] explicitly fail on UWP, it should avoid being marked as regression * [shiva] fix regression on linux
2019-05-29 07:58:00 +08:00
Version: 3.4.3-8
2018-03-04 18:31:06 +08:00
Build-Depends: zlib
2016-09-19 11:50:08 +08:00
Description: computer vision library
2018-03-04 18:31:06 +08:00
Default-Features: opengl, jpeg, png, tiff, eigen, flann
Feature: opengl
Build-Depends: opengl
Description: opengl support for opencv
Feature: dnn
Build-Depends: protobuf
Description: opencv_dnn module
Feature: ovis
Build-Depends: ogre
Description: opencv_ovis module
Feature: flann
Description: opencv_flann module
Feature: sfm
Build-Depends: eigen3, glog, gflags, ceres
Description: opencv_sfm module
Feature: contrib
2018-03-15 06:30:25 +08:00
Build-Depends: opencv[flann]
Description: opencv_contrib module
Feature: cuda
Build-Depends: cuda
Description: CUDA support for opencv
Feature: ffmpeg
Description: prebuilt ffmpeg support for opencv
Feature: ipp
Description: Enable Intel Integrated Performance Primitives
Feature: tbb
Build-Depends: tbb
Description: Enable Intel Threading Building Blocks
Feature: qt
Build-Depends: qt5
Description: Qt GUI support for opencv
Feature: vtk
Build-Depends: vtk
Description: vtk support for opencv
Feature: gdcm
Build-Depends: gdcm
Description: GDCM support for opencv
Feature: webp
Build-Depends: libwebp
Description: WebP support for opencv
Feature: openexr
Build-Depends: openexr
Description: OpenEXR support for opencv
Feature: tiff
Build-Depends: tiff
Description: TIFF support for opencv
Feature: png
Build-Depends: libpng
Description: PNG support for opencv
Feature: jpeg
Build-Depends: libjpeg-turbo
Description: JPEG support for opencv
Feature: jasper
Build-Depends: jasper
Description: JPEG 2000 support for opencv
Feature: eigen
Build-Depends: eigen3
Description: Eigen support for opencv
Feature: world
Description: Compile to a single package support for opencv
Feature: nonfree
Description: allow nonfree and unredistributable libraries