Commit Graph

82 Commits

Author SHA1 Message Date
Stefano Sinigardi
f1e7a3f167
[opencv4] update to v4.3 (#11130)
* [opencv4] draft update to v4.3

* restore uwp patch

* fix qt and ipp features

* fix libepoxy and meson on osx

* fix baseline, trigger a full rebuild due to meson tool changes

* remove jpeg feature on windows due to a bug with MSVC

* minor fixes for some features

* ffmpeg x11 lib not required anymore on apple for downstream projects

* small fixes for ogre and qt5

* remove a broken module

* fix installation path

* fix openexr which was broken and regressed opencv downstream projects

* first round of ci passes

* improve compatibility with android toolchain

* [openexr] upgrade to v2.5.0 to fix regressions, might require fixes in dependent projects and might deserve its own PR

* fix OpenEXR link for downstream projects

* do not install unrequested features

* fix compatibility with newer OpenEXR

* [OpenCV3] update to v3.4.10

* fix openexr on windows, was creating symlinks that broke vcpkg

* fix openexr wrapper

* [openexr] cmake config files are installed into a lowered-case folder

* remove mangled paths trying to fix android setup

* disable dnn on android, fix mangled cmake config paths again

* fix downstream CUDA dependency

* fix compatibility with vs16.6

* remove from baseline ports now passing tests

* [alembic] fixes for new openexr

* fix baseline

* [field3d] fixes for new openexr

* [field3d] improve fixes, windows still unsupported despite what is said upstream

* apply fixes required from review

* add missing field3d patch

* [field3d] disable mpi integration

* [opencv2] remove cublas integration

* [vtk] do not create libharu::libharu target if already existing

* Update ports/opencv4/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/opencv3/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* improve compatibility with newer CUDNN

* [OpenCV3, OpenCV4] improve compatibility with CUDA 11

* [OpenCV2] improve compatibility with CUDA 11

* [field3d] regenerate patch ignoring space at eol

* [vcpkg] Use SSH keys instead of password authentication when minting Linux scale sets (#11999)

* [field3d] regenerate patch ignoring space at eol

* [field3d] regenerate patch, again

* [field3d] fixes for windows

* [libass] fix regression

* ci.baseline.txt update

* [CUDA11] use FindCUDA from CMake 3.18 to ease transition later

* re-bump vtk and ffmpeg, which were lost with merges from master

* [OpenCV4] Halide feature is not broken anymore

* [field3d] regenerate hdf5 patch

* [OpenCV4] remove GTK features: it can be built only on *nix but GTK on vcpkg cannot be built on *nix systems...

* merge ci.baseline.txt from master and fix field3d patch

* remove rebuilding

* restore vtk CONTROL file

* update CONTROL files

* Trigger rebuild

* Update ports/freeimage/CONTROL

* Update ports/freeimage/CONTROL

* [opencv3/4] avoid tesseract dependency on uwp builds

* [opencv] add missing module search

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-27 17:43:23 -07:00
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
Victor Romero
7a6f716b9e
[opencv] Expose all features from opencv4 (#7659) 2019-08-12 20:52:13 -07:00
Stefano Sinigardi
4fb51523e9 [OpenCV] Update to v4.1.1 (#5169)
* [OpenCV] update to v4

* [OpenCV] update to v4.1

* [OpenCV] merge #6901 and #6812

* [OpenCV] port patches to v4.1

* [OpenCV] fix naming

* [OpenCV] fix regression with static linkage

* [OpenCV] fix linking to optional feature dependencies in static mode

* fix ffmpeg on some architectures

* trigger rebuild of regressions on macOS

* [zxing-cpp] fix opencv 4.1 compat

* [ogre] improve patching for static builds

* [OpenCV] fixes for extra features

* [OpenCV] drastically reduce patchset

* [OpenCV] fix regression on linux

* [OpenCV] fix regression on Windows

* [qt5] depends on qt5-activeqt only on windows

* update to v4.1.1

* [OpenCV] additional fixes for 4.1.1

* [OpenCV] fix Eigen3 feature integration

* [opencv] Fix compilation in UWP

* [opencv] Fix merge conflicts

* [ffmpeg] fix cmake module for osx

* [OpenCV] add pre-caching of optflow cuda package

* [gdcm] properly fix #6863 instead of wrong #6901

* [OpenCV] fix OpenMP feature

* [opencv] Add missing GetModuleHandle() call guard for UWP

* [freeimage] Do not depend on libwebp[all] on UWP

* [opencv] Set app container bit for UWP

* [zxing-cpp] Fail with explicit message in UWP

* [pthreads4w] fix target creation, missing dlls

* [pthreads4w] bump CONTROL

* [opencv,zxing-cpp] Fix OpenCV Video IO module

* [zxing-cpp] Revert unnecessary changes

* [opencv] Feature halide

* Fix regression in UWP

* [ffmpeg] remove unnecessary patch pointing to old OpenCV version

* [opencv] remove versioning from windows dll filenames

* [opencv] Move port to opencv4

* [opencv,opencv4] Make meta-package install OpenCV 4.1

* [opencv3] Rename old port opencv->opencv3

* Add failure messages when another OpenCV is already installed
2019-08-12 09:22:30 -07:00
NiHoel
2f74387d4c Add feature halide to OpenCV. (#7499)
* Add feature halide to OpenCV.

* Add dependency of opencv[halide] to opencv[dnn].
2019-08-02 13:32:27 -07:00
Philipp Hasper
99b3907744 [opencv] Fixed OpenCV versioning using wrong commit (#6812)
* [opencv] Fixed OpenCV versioning using wrong commit

As there is no OpenCV repository, the hash is wrongly determined

Closes #6708

* [opencv] cmake disable find package git
2019-06-18 13:37:48 -07:00
JackBoosY
f63ddfec5e [opencv]Fix build error with feature gdcm: cannot find openjp2. (#6901) 2019-06-17 10:54:44 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Stefano Sinigardi
a9303736fd [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-28 16:58:00 -07:00
Chuong Nguyen
85211f3ab6 Enable to compile to a single opencv_world library file (#3914)
* Enable to compile to a single opencv_world library file
2019-05-21 10:26:14 -07:00
JackBoosY
ddec7174c1 [gdcm]Update to v3.0.0 and rename to gdcm. (#6348)
* [gdcm]Update to v3.0.0 and rename to gdcm.

* [gdcm2]Add empty port "gdcm2" mapping to port gdcm
2019-05-09 23:03:59 -07:00
Sean Warren
52870c7595 [opencv] Make opencv build exportable (#5857)
* [opencv] Make opencv build exportable

* [opencv] bump version number
2019-03-30 22:35:10 -07:00
Griffin Downs
3d7f31224e Add nonfree feature; Update version str 2019-03-05 09:08:05 -08:00
Griffin Downs
1908903508 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/4802 2019-02-27 16:44:17 -08:00
Ahmad Jarjis Hasan
a5e030f446 [opencv] enabling cublas (#3635)
* [opencv] enabling cublas

* [opencv] Enable CUBLAS when instaling with cuda feature
2019-02-26 19:07:22 -08:00
emptyVoid
d10bf0f6c4 [opencv] Add feature for building with TBB as parallel framework (#5123) 2019-02-14 16:26:05 -08:00
Stefano Sinigardi
6d15819fdd [opencv] bump version 2018-12-13 14:13:05 +01:00
Stefano Sinigardi
9b850a8149 [OpenCV3] fix protobuf patch 2018-12-13 11:44:01 +01:00
Stefano Sinigardi
cd7eb41290 [OpenCV3] fix protobuf linking (#4861) 2018-12-11 09:34:00 -08:00
cyy
b0a2ff18c9 add nonfree as feature for opencv 2018-11-23 10:27:17 +08:00
Tsukasa Sugiura
2981bb2110 [opencv] Fix install with ffmpeg (#4797)
Fix install with ffmpeg by change download filename of ffmpeg_version.cmake.
2018-11-22 14:24:36 -08:00
Stefano Sinigardi
5daa7cac27 [OpenCV3] fix ffmpeg and ippicv prebuilt downloads (#4789)
* [OpenCV3] fix ffmpeg prebuilt downloads

fixes

* [opencv] Bump control version. Modernize.
2018-11-22 05:03:35 -08:00
Tsukasa Sugiura
4ef6ddddd2 [opencv] Update to OpenCV 3.4.3 (#4636)
Update opencv port to OpenCV 3.4.3.
2018-11-04 11:24:45 -08:00
Alexander Karatarakis
04030295c0 [opencv] Fixes for contrib 2018-03-14 15:30:25 -07:00
Stefano Sinigardi
263d4ba469 [OpenCV] update to 3.4.1 2018-03-05 10:06:13 +01:00
Patrik Huber
0eae5c651d Change usage instructions to target_ based (#2873) 2018-02-24 06:25:58 -08:00
Robert Schumacher
5d399d585a [opencv] Ensure rework is starting from a fresh set of sources 2018-02-23 17:06:37 -08:00
Robert Schumacher
471f7dc970 [opencv] Rework
Split off contrib, ipp, webp, openexr, tiff, png, tiff, jpeg, jasper, eigen into features.
Prevent downloads during the build
2018-02-23 17:06:37 -08:00
Jason Juang
536ddf4bd4 [opencv] sfm module should depend on ceres (#2829) 2018-02-20 12:06:37 -08:00
Robert Schumacher
efedd6f299 [opencv] Fixup -- apply patch added in previous commit 2018-02-05 18:03:41 -08:00
Robert Schumacher
8d4d308714 [opencv] Fix UWP and ARM 2018-02-05 17:45:10 -08:00
Robert Schumacher
f522ff0811 [opencv] Improve CMake usage instructions 2018-01-19 14:46:52 -08:00
jasjuang
6832578fe3 [opencv] update to 3.4.0 2017-12-22 21:23:57 -08:00
Robert Schumacher
4d274a7bff [opencv] Disable msvcrt check to allow prepackaged ffmpeg 2017-11-25 13:45:33 -08:00
Luiz Paulo
72f10db01c Adding package features for Dlib and OpenCV
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA
OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-11 15:31:38 +00:00
Mikhail Paulyshka
32d588aa69 [opencv] add support for MSVS 2017 update 5 (#2132) 2017-11-04 15:11:48 -07:00
Robert Schumacher
66ad158be4 [opencv] Disable MSMF in UWP due to an upstream bug 2017-11-03 14:44:11 -07:00
Tsukasa Sugiura
ee2452f066 Enable Microsoft Media Foundation support for Video I/O
Enable Microsoft Media Foundation support for Video I/O.
2017-11-02 23:11:12 +09:00
Tsukasa Sugiura
82db1b3a2a Enable C++11 features
Enable C++11 features.
2017-11-02 23:08:25 +09:00
Tsukasa Sugiura
726ed9738d Sorting CMake options for maintainability
Sorting CMake options based on grouped of CMake-GUI  for
maintainability.
2017-11-02 04:31:17 +09:00
Tsukasa Sugiura
5a9662c2be Add option to enable Qt GUI support
Add option to enable Qt GUI support.
2017-11-02 04:30:10 +09:00
Tsukasa Sugiura
51661ed675 Enable OpenGL support for GUI
Enable OpenGL support for GUI.
2017-11-02 01:03:34 +09:00
Robert Schumacher
5bfb7dd74c [opencv] Remove ffmpeg from dependencies -- it is not currently possible to use an external ffmpeg with opencv.
Add features for cuda and vtk.
2017-11-01 07:10:41 -07:00
Amin Cheloh
eba3e2d405
[opencv] remove ffmpeg depenency
OpenCV has own prebuilt ffmpeg library
2017-10-29 12:25:50 +07:00
Robert Schumacher
555d030445 [opencv] Fix UWP build. 2017-10-28 03:07:18 -07:00
jasjuang
2149fbdf59 [opencv] update to 3.3.1 2017-10-27 18:15:14 -07:00
Robert Schumacher
79fc7f4de5 [opencv] Centralize download cache -- TODO: prevent opencv from performing downloads. Fix static builds. 2017-09-22 23:20:58 -07:00
Robert Schumacher
b2ab8b4883 [opencv] Enable static CRT 2017-09-22 21:39:20 -07:00
Robert Schumacher
b9f2d7b618 [opencv] Remove protobuf dependency for UWP 2017-09-22 20:52:07 -07:00
Robert Schumacher
e79c36cb8d [opencv] Address changes in opencv's CMake scripts in v3.3.0 2017-09-22 16:51:44 -07:00