mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:59:24 +08:00

* [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 * [OpenCV] update to v4.5, draft * Restore CI tests on arm architectures, they will have to work! * 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 * update patches * restore ci tests for all opencv4 configs * add port versions to baseline * [OpenCV contrib] fix glog integration * [OpenCV4] fix target processor detection * update version refs * [OpenCV3] fix target processor detection * fix also ocv3 * remove vtk feature from opencv-ci testing * remove qt5-tools from baseline, it works locally Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
103 lines
2.2 KiB
Plaintext
103 lines
2.2 KiB
Plaintext
Source: opencv4
|
|
Version: 4.5.0
|
|
Build-Depends: zlib
|
|
Homepage: https://github.com/opencv/opencv
|
|
Description: computer vision library
|
|
Default-Features: dnn, jpeg, png, tiff, webp
|
|
|
|
Feature: nonfree
|
|
Description: allow nonfree and unredistributable libraries
|
|
|
|
Feature: ade
|
|
Build-Depends: ade
|
|
Description: graph api
|
|
|
|
Feature: contrib
|
|
Build-Depends: hdf5 (!uwp&!(windows&(arm|arm64))), tesseract (!uwp&!(windows&(arm|arm64)))
|
|
Description: opencv_contrib module
|
|
|
|
Feature: cuda
|
|
Build-Depends: opencv4[core,contrib], cuda, cudnn
|
|
Description: CUDA support for opencv
|
|
|
|
Feature: dnn
|
|
Build-Depends: protobuf
|
|
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: halide
|
|
Build-Depends: halide, opencv4[core], opencv4[dnn]
|
|
Description: Halide 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: lapack
|
|
Build-Depends: blas, lapack
|
|
Description: LAPACK 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[core,contrib], ogre
|
|
Description: opencv_ovis module
|
|
|
|
Feature: png
|
|
Build-Depends: libpng
|
|
Description: PNG support for opencv
|
|
|
|
Feature: qt
|
|
Build-Depends: qt5-base[core]
|
|
Description: Qt GUI support for opencv
|
|
|
|
Feature: sfm
|
|
Build-Depends: opencv4[core,contrib], opencv4[core,eigen], 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: opencv4[contrib], vtk
|
|
Description: vtk support for opencv
|
|
|
|
Feature: webp
|
|
Build-Depends: libwebp
|
|
Description: WebP support for opencv
|
|
|
|
Feature: world
|
|
Description: Compile to a single package support for opencv
|