mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-24 00:18:10 +08:00
a9303736fd
* [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
89 lines
1.7 KiB
Plaintext
89 lines
1.7 KiB
Plaintext
Source: opencv
|
|
Version: 3.4.3-8
|
|
Build-Depends: zlib
|
|
Description: computer vision library
|
|
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
|
|
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
|