diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2021-08-13 22:57:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-13 13:57:28 -0700 |
| commit | 801f40c6883e40792ed4dc13547dcd9c4c2e2701 (patch) | |
| tree | c4d07b3833fa000208d2d0cf86284182f5cddb84 /versions/l- | |
| parent | bdc8687f7cd7e107d2192dc1a60504c84f57c395 (diff) | |
| download | vcpkg-801f40c6883e40792ed4dc13547dcd9c4c2e2701.tar.gz vcpkg-801f40c6883e40792ed4dc13547dcd9c4c2e2701.zip | |
[OpenCV] update to v4.5.3 and to v3.4.15 (#18827)
* [OpenCV] update to v4.5.3 and to v3.4.15
* [OpenCV] update refs
* [libxml2] add missing find_dependency(Iconv)
[libiconv] update cmake wrapper
* [libiconv] fix hints
* [opencv4] do not require cudnn if cuda enabled
* [opencv] update refs
* [OpenCV] increase CI coverage even more
* [vcpkg-ci-opencv] trying to restore x64-uwp ci tests
* restore previous patches to avoid unnecessary modifications
* [OpenCV] fix refs
* [OpenCV] fix CMake Warning related to protobuf dependency
* [OpenCV] fix refs
* [libxml2] fix references
* [libxml2] restore previous cmake wrapper, new one is broken
* [libxml2] fix references
* bump versions
* update refs
* [libxml2] Update the format for vcpkg-cmake-wrapper.cmake
* Update versions/l-/libxml2.json
* [libxml2] update port version
* [libxml2] update refs
* [OpenCV] fix refs
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libiconv.json | 5 | ||||
| -rw-r--r-- | versions/l-/libxml2.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/versions/l-/libiconv.json b/versions/l-/libiconv.json index 8569e1f65..63631614f 100644 --- a/versions/l-/libiconv.json +++ b/versions/l-/libiconv.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "59948ca7f6b4427c2ea93be7a1558843cdd8cde3", + "version-string": "1.16", + "port-version": 10 + }, + { "git-tree": "1350957315a151eb58fa91c61c3fa754126135a1", "version-string": "1.16", "port-version": 9 diff --git a/versions/l-/libxml2.json b/versions/l-/libxml2.json index ea8950c96..455ba9477 100644 --- a/versions/l-/libxml2.json +++ b/versions/l-/libxml2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "091644d055f6ab14ab96001c90418be9f5c4d6e3", + "version-semver": "2.9.12", + "port-version": 3 + }, + { "git-tree": "f86cd2ab2c75dcd8e97ee18191b343f0b31bfb7c", "version-semver": "2.9.12", "port-version": 2 |
