eao197
c2d1f57721
[json-dto] update to v.0.2.11 ( #14084 )
2020-10-20 14:46:22 -07:00
Fabian Sauter
878d5a5921
[cpr] Updated to 1.5.2 ( #14131 )
...
* Updated cpr to 1.5.2
* Updated the cpr SHA512
2020-10-20 14:45:01 -07:00
Phoebe
973ad93092
[hpx] Fix cmake config issue ( #14112 )
2020-10-20 14:43:10 -07:00
Phoebe
21bf5e9b65
[mlpack] Update to 3.4.1 ( #14122 )
2020-10-20 14:37:51 -07:00
Fei Chong
b275dd0cc0
[opencv] Move dependency of protobuf from core to dnn/flann ( #13987 )
...
Co-authored-by: Fei Chong <fei.chong@calmcar.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-10-20 13:20:20 -07:00
Sylvain Doremus
87573efdfa
[vulkan-headers] Added new port. ( #14116 )
2020-10-20 12:25:20 -07:00
Maxime GIMENO
802573eaa0
[cgal] Upgrade CGAL to 5.1 ( #12614 )
2020-10-20 12:24:27 -07:00
Kevin Lu
a4eca5fabc
[libgit2] Devendor bundled dependencies and allow choosing SSL backend ( #13074 )
2020-10-20 12:23:12 -07:00
Rubén de Celis Hernández
13af628b03
[ezc3d] Add new port ( #14016 )
2020-10-20 12:22:08 -07:00
Jacob Kahn
8ab8add312
[kenlm] New Port ( #13692 )
2020-10-20 11:31:46 -07:00
Kevin Lalumiere
93eed24259
[curl] Fix #14049 ( #14051 )
2020-10-20 11:29:51 -07:00
Trider12
f8c2d42d06
[libvorbis] MinGW build fix ( #14050 )
2020-10-20 11:28:49 -07:00
Matthias C. M. Troffaes
83ce14a29a
[ffmpeg] fix theora, speex, and openssl static linkage, and refactor/robustify library selection code into functions ( #14026 )
2020-10-20 11:28:09 -07:00
Simone Gasparini
91b255887c
[cuda] improve maintainability for the version check ( #14033 )
2020-10-20 11:21:51 -07:00
NancyLi1013
4aa08938a2
[libmariadb] Update to 3.1.10 ( #14121 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-20 11:01:40 -07:00
Maxime Gervais
84ece08de0
[libmediainfo] Update to 20.09 ( #14105 )
2020-10-20 11:01:06 -07:00
Matioupi
30ada469ee
[opencv4] Fix build failure with some features ( #14101 )
2020-10-20 11:00:30 -07:00
Phoebe
02466202b2
[pangolin] Fix the link error in static build ( #14082 )
2020-10-20 10:59:20 -07:00
zbroyar
bc61b70a42
[libwebsockets] Extend LWS build params with gencrypto & tls options ( #14074 )
2020-10-20 10:58:22 -07:00
Maki
3100690b6b
[libspnav] Add new port ( #14052 )
2020-10-20 10:56:47 -07:00
Billy O'Neal
0d35472758
[itk,libsamplerate,libsndfile] Apply some Visual Studio 2019 version 16.9 preview 1 workarounds ( #14056 )
2020-10-19 19:53:20 -07:00
Sander Cox
e93810d2ef
[CMake] VCPKG_APPLOCAL_DEPS sometimes causes conflicts when processing multiple files in the same directory ( #13025 )
...
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-10-19 19:52:36 -07:00
Jack·Boos·Yu
334aec69e4
[libplist/libusbmuxd/libimobiledevice/libideviceactivation/usbmuxd] Update version ( #13811 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-19 19:23:57 -07:00
miheer vaidya
46a2a004b6
[boost-multi-array] Additional dependencies for boost multiarray ( #13906 )
2020-10-19 19:19:11 -07:00
Phoebe
a1d07e6434
[grpc] Update to v1.32.0 ( #14111 )
2020-10-19 19:15:04 -07:00
Stefano Sinigardi
eb183171d2
[cmake] upgrade to 3.18 ( #12612 )
...
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-19 17:18:39 -07:00
Jack·Boos·Yu
bb7d4f29f0
[qca] Re-fix find pkgconfig using FindPkgConfig.cmake ( #14110 )
2020-10-19 13:23:12 -07:00
xyb
27a2418e91
[vcpkg] CMAKE_SYSTEM_PROCESSOR is missing if VCPKG_TARGET_ARCHITECTURE is arm or arm64. ( #13465 )
...
This change tries to fix issue #13395 .
Root cause:
In script mode, cmake won't populate CMAKE_SYSTEM_PROCESSOR parameter automatically. That parameter is
required by libpng to configure build parameters. To fix this issue, we need explicitly set CMAKE_SYSTEM_PROCESSOR
value.
Verify:
On arm64-linux host, run `./vcpkg install tesseract:arm64-linux`.
2020-10-17 02:12:49 -07:00
JonLiu1993
a150b774a0
[qtkeychain] update to 0.11.1 ( #14011 )
...
* [qtkeychain] update to 0.11.1
* [qtkeychain] Update to 0.11.1
* Update ports/qtkeychain/portfile.cmake
* Update ports/qtkeychain/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-17 02:11:19 -07:00
Jack·Boos·Yu
b69056ba92
[vcpkg_common_definitions] Add macro VCPKG_HOST_IS_<target> ( #13730 )
...
* [vcpkg_common_definitions] Add macro VCPKG_HOST_IS_<target>
* Update scripts/cmake/vcpkg_common_definitions.cmake
2020-10-17 02:10:48 -07:00
Alexander Neumann
aa0ffba768
[qt5] Update to 5.15.1 ( #13477 )
...
* update everything. Let ci test if just updating is enough
* fix some minor version details.
* remove upstream patch
* add zstdd patch and do not remove zlib since it is required for bootstrapping
* add mqtt hash
* webengine hash
* add fixup pkgconfig to assimp
* add assimp to qt-3d (still requires zlib fix)
* setup pkg-config for qt
* fix psql detection in configure
* fix build details
* fix assimp library nameing
* -rpath option is not available for static builds
* move config log somewhere where CI can catch it.
* move logs only if they exists
* append bzip2 qt-3d
* break qt3d again to get logs
* retry qt3d
* remove qt-3d failure. everything ok now
* add assistent patch for qt5-tools not building qthelp
* remove unnecessary qt5-webengine patches
* Remove PSQL_TYPES
* [qt5-3d] remove irrxml as a assimp dep
* remove unnecessary patch
* fix qt-3d on windows
* fix qt5-3d linux
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-10-17 02:10:11 -07:00
Jack·Boos·Yu
32c5722104
[cfitsio] Update to 3.49 and fix dependency zlib ( #14064 )
...
* [cfitsio] Update to 3.49 and fix dependency zlib
* export unofficial cmake targets
* [cfitsio] Fix file paths, export cmake targets
* [cfitsio] Required cmake_policy CMP0012
* [ccfits] Fix dependency cfitsio
* [cfitsio] Fixup pkgconfig
* [healpix] Fix dependency cfitsio
* [cfitsio] fix homepage and patches
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-10-17 02:05:12 -07:00
Kaung Zaw Htet
0b5b24698f
[oatpp] Update to 1.2.0 ( #14078 )
...
* [oatpp] Update to 1.2.0
* fixed UWP build err of oatpp at v1.2.0
2020-10-17 02:04:25 -07:00
Akihisa Yagi
9f2bb70914
[antlr4] update to 4.8 ( #14036 )
...
* [antlr4] update to 4.8
* [antlr4] Add supports
* [antlr4] Regenerate patch files
* [antlr4] Remove spaces from patch files
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-10-17 02:01:36 -07:00
JonLiu1993
c2e6708f52
[libpqxx] Update to 7.2.0 ( #14067 )
...
* [libpqxx] Update to 7.1.2
* [libpqxx] Update to 7.2.0
* Update ports/libpqxx/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-16 12:36:47 -07:00
Alexander Neumann
17d58f1742
[json-c] always install pc files ( #14086 )
2020-10-16 12:34:37 -07:00
Kevin Lu
70f192e073
[curl] Update to 7.73.0 ( #14035 )
2020-10-15 15:40:57 -07:00
Jack·Boos·Yu
a0f838a859
[qca] Disable plugin botan temporary ( #14058 )
2020-10-15 15:39:39 -07:00
Pierre Gergondet
7dde05990f
[icu] Disable layoutex feature ( #13991 )
...
This feature requires icu-le-hb which is not provided by vcpkg. When
this package is otherwise available on the system the build will fail as
the pkg-config file pulls the dependency from the system.
2020-10-15 15:38:23 -07:00
jimmy hu
c2b6e8abb2
[jansson] Update to 2.13.1 ( #14007 )
...
* [jansson] Update to 2.13.1
[jansson] Update to 2.13.1
* [jansson] Update portfile.cmake
[jansson] Update portfile.cmake
2020-10-15 15:37:16 -07:00
fquinner
5ebaa51b42
[openmama] Update to 6.3.1 ( #14039 )
...
* Bumped OpenMAMA to 6.3.1
* [openmama] Update CONTROL
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-10-15 12:44:52 -07:00
Daniil Goncharov
c0cbe75b47
[magic-enum] Update to v0.7.0 ( #14046 )
2020-10-15 12:43:37 -07:00
Jack·Boos·Yu
fa5477d723
[assimp] Fix missing find dependency utfcpp ( #14061 )
2020-10-15 12:35:50 -07:00
Julien Bernard
f893b2ea98
[gamedev-framework] Update new version 0.18.0 ( #14066 )
...
* update to new version
* format vcpkg.json correctly
2020-10-15 12:34:00 -07:00
Phoebe
0b38206a15
[libmariadb] Update the patch ( #14059 )
2020-10-15 12:32:58 -07:00
Alexander Neumann
f919a1bf2b
[vcpkg/cmake] add LOGNAME option ( #14002 )
...
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-10-15 11:01:00 -07:00
Billy O'Neal
bfe983d721
[chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14 ( #14054 )
...
* [portaudio] Remove from baseline, fix CRT linkage and mark UWP as unsupported.
portaudio was fixed by 654adc64b3
* [chakracore] Remove passing case from baseline and add Supports.
PASSING, REMOVE FROM FAIL LIST: chakracore:arm64-windows (.\scripts\ci.baseline.txt)
* [gamma] Remove from baseline.
PASSING, REMOVE FROM FAIL LIST: gamma:x64-linux (.\scripts\ci.baseline.txt)
This was blocked by portaudio before.
* [usrsctp] Remove baseline
PASSING, REMOVE FROM FAIL LIST: usrsctp:arm-uwp (.\scripts\ci.baseline.txt)
PASSING, REMOVE FROM FAIL LIST: usrsctp:x64-uwp (.\scripts\ci.baseline.txt)
Probably fixed by 16b68c2f35
* [libopenmpt] Fix build on recent msvc by backporting deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d
deaf2e3837
* [chakracore] Also needs dynamic universe.
2020-10-14 17:38:40 -07:00
NancyLi1013
23f5251f90
[ogre] Add assimp as dependency ( #14032 )
2020-10-14 14:28:34 -07:00
Dominic Clark
f18ed8584b
Add sratom port ( #13771 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-14 14:21:15 -07:00
Phoebe
790910f79f
[openxr-loader] Fix dependency port jsoncpp ( #14028 )
2020-10-14 10:22:37 -07:00