mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:59:45 +08:00
f89336d703
* [tesseract] add missing reference for downstream projects * [tesseract] restore ci, fix many regressions that are uncovered by that * Update ports/opencv2/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv] fix regressions on uwp, accept failure on arm64 for now * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv4] allow failures on all arm windows targets, both win32 and uwp * adopts hints from #15180 * [libarchive] bump control version * [libarchive] use vcpkg-cmake-wrapper instead of a custom libarchiveConfig, since it is vcpkg-provided and not port-provided * enable features to be visible in parent scope * apply documentation fix from CI * [libarchive] remove unnecessary lines in portfile * fix regressions * Update ports/gdcm/CONTROL * use more compact logic syntax * add new versions to baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
108 lines
2.4 KiB
Plaintext
108 lines
2.4 KiB
Plaintext
Source: opencv
|
|
Version: 4.3.0
|
|
Port-Version: 1
|
|
Homepage: https://github.com/opencv/opencv
|
|
Description: Computer vision library
|
|
Build-Depends: opencv4[core]
|
|
Default-Features: dnn, jpeg, png, tiff, webp
|
|
|
|
Feature: nonfree
|
|
Build-Depends: opencv4[core,nonfree]
|
|
Description: opencv nonfree module
|
|
|
|
Feature: ade
|
|
Build-Depends: opencv4[core,ade]
|
|
Description: graph api
|
|
|
|
Feature: contrib
|
|
Build-Depends: opencv4[core,contrib]
|
|
Description: opencv_contrib module
|
|
|
|
Feature: cuda
|
|
Build-Depends: opencv4[core,cuda]
|
|
Description: CUDA support for opencv
|
|
|
|
Feature: dnn
|
|
Build-Depends: opencv4[core,dnn]
|
|
Description: Enable dnn module
|
|
|
|
Feature: eigen
|
|
Build-Depends: opencv4[core,eigen]
|
|
Description: Eigen support for opencv
|
|
|
|
Feature: ffmpeg
|
|
Build-Depends: opencv4[core,ffmpeg]
|
|
Description: ffmpeg support for opencv
|
|
|
|
Feature: gdcm
|
|
Build-Depends: opencv4[core,gdcm]
|
|
Description: GDCM support for opencv
|
|
|
|
Feature: halide
|
|
Build-Depends: opencv4[core,halide]
|
|
Description: Halide support for opencv
|
|
|
|
Feature: ipp
|
|
Build-Depends: opencv4[core,ipp]
|
|
Description: Enable Intel Integrated Performance Primitives
|
|
|
|
Feature: jasper
|
|
Build-Depends: opencv4[core,jasper]
|
|
Description: JPEG 2000 support for opencv
|
|
|
|
Feature: jpeg
|
|
Build-Depends: opencv4[core,jpeg]
|
|
Description: JPEG support for opencv
|
|
|
|
Feature: lapack
|
|
Build-Depends: opencv4[core,lapack]
|
|
Description: LAPACK support for opencv
|
|
|
|
Feature: openexr
|
|
Build-Depends: opencv4[core,openexr]
|
|
Description: OpenEXR support for opencv
|
|
|
|
Feature: opengl
|
|
Build-Depends: opencv4[core,opengl]
|
|
Description: opengl support for opencv
|
|
|
|
Feature: openmp
|
|
Build-Depends: opencv4[core,openmp]
|
|
Description: Enable openmp support for opencv
|
|
|
|
Feature: ovis
|
|
Build-Depends: opencv4[core,ovis]
|
|
Description: opencv_ovis module
|
|
|
|
Feature: png
|
|
Build-Depends: opencv4[core,png]
|
|
Description: PNG support for opencv
|
|
|
|
Feature: qt
|
|
Build-Depends: opencv4[core,qt]
|
|
Description: Qt GUI support for opencv
|
|
|
|
Feature: sfm
|
|
Build-Depends: opencv4[core,sfm]
|
|
Description: opencv_sfm module
|
|
|
|
Feature: tbb
|
|
Build-Depends: opencv4[core,tbb]
|
|
Description: Enable Intel Threading Building Blocks
|
|
|
|
Feature: tiff
|
|
Build-Depends: opencv4[core,tiff]
|
|
Description: TIFF support for opencv
|
|
|
|
Feature: vtk
|
|
Build-Depends: opencv4[core,vtk]
|
|
Description: vtk support for opencv
|
|
|
|
Feature: webp
|
|
Build-Depends: opencv4[core,webp]
|
|
Description: WebP support for opencv
|
|
|
|
Feature: world
|
|
Build-Depends: opencv4[core,world]
|
|
Description: Compile to a single package support for opencv
|