Commit Graph

9325 Commits

Author SHA1 Message Date
Alexander Neumann
96f4487c77 [Qt] Update to 5.12.4 (#7667)
* update to 5.12.4
* removed port qt5-modularscripts and split it functionality into more functions into qt5-base
* added qt_port_hashes.cmake for simpler upgrade.
* added optional VCPKG_QT_HOST_MKSPEC and VCPKG_QT_TARGET_MKSPEC to select QTs build mkspecs from a triplet
* qt_<config>.conf are now copied from the build dir instead from the port dir
* fixed freetype dependencies.
* cleanup of vcpkg_qmake scripts. No strange/unclear replacements anymore.
* introduced vcpkg_buildpath_length_warning
* changed directory layout of the qt5 installation executables and mkspecs a bit.
2019-09-12 10:07:21 -07:00
Silvio Traversaro
ecfc714b9a [pcl] Fix problem with link-type keywords in linked libraries (#8154)
Fix https://github.com/microsoft/vcpkg/issues/7660
2019-09-12 10:06:11 -07:00
LRFLEW
98c188c347 [speexdsp] update to 1.2.0 (#8140) 2019-09-12 09:05:59 -07:00
Aaron Clauson
c85d63bf5a Port for libsrtp (#8046)
* Port for libsrtp.

* Added compiler flags to fix uwp build.

* Added windows conditional around setting compiler flags.
2019-09-11 22:34:35 -07:00
Phil Christensen
793fedd2c5 [otl] fix hash and update version (#8139) 2019-09-11 15:57:58 -07:00
Richy HBM
1e7303d4c5 Adding WREN to vcpkg (#7242)
* First pass wren port

* Add warnings defs, dont specifically use static

* Revert warnings

* See if bringing back new lines fixes windows build issues

* Try force static

* Remove STATIC

* Force static
2019-09-11 14:52:07 -07:00
past-due
b6bc3f306c [libogg] Update to 1.3.4-1 (#8094)
* [libogg] Update to 1.3.4-1

* Remove revision number

* Handle new cmake output dir

Cmake is now output to .../Ogg/... instead of .../ogg/...
2019-09-11 14:33:07 -07:00
JackBoosY
fa66acbf5a [evpp]Fix linux build. (#8050) 2019-09-11 14:24:37 -07:00
JackBoosY
63f1f07efb [sdl2-mixer]Remove useless dependency link libraries. (#7720) 2019-09-11 13:54:01 -07:00
Stanislav Ershov
947e0c6a07 [libqrencode] Remove unnessesary patch, it's in upstream now (#8099)
[libqrencode] Add feature to build qrencode tool
2019-09-11 13:16:11 -07:00
Alexander Neumann
de9bb1d202 [vcl] add vector class library version 2 (#7573)
* [vcl] add vector class library version 2

* fix target path

* renamed library to vectorclass.
Improved CMakelists.txt.
Added early architecture failure

* don't perform changes in the source dir and make cxx_std_17 a build requirement

* update to tagged version 2.00.01

* update version in CMakeLists.txt

* refactored CMakeLists.txt
2019-09-11 13:11:14 -07:00
Long Huan
942371f44f [libspatialite]make libspatialite support linux and osx (#8025) 2019-09-11 13:03:07 -07:00
Nagy-Egri Máté Ferenc
cdbaa03cdd Linux support for the OpenCL SDK package (#4204)
Enable building OpenCL libraries on Linux and macOS.
2019-09-11 12:57:02 -07:00
JackBoosY
2b277b4ef6 [glslang]Fix generated cmake files. (#8051) 2019-09-11 12:54:29 -07:00
Victor Romero
cb0fc1a5f9
[vcpkg] Fix depend-info command arguments (#8135) 2019-09-11 11:10:31 -07:00
JackBoosY
87df6592ff [sdl1]Support linux build. (#8070)
* [sdl1]Support linux build.

* [sdl1]Remove linux configure args.

* [sdl1]Use vcpkg_execute_build_process instead of vcpkg_execute_required_process.

* [sdl1]Add vcpkg_execute_build_process args.

* [sdl1]Add NO_PARALLEL_COMMAND param with vcpkg_execute_build_process.
2019-09-11 10:42:07 -07:00
Bradley Austin Davis
223dd5aa5a [openxr-loader] Update to 1.0.2 (#8123) 2019-09-11 10:28:53 -07:00
myd7349
218e9a3e4b [marl] Add new port (#8132)
* [marl] Add new port

* [marl] Fail fast with UWP
2019-09-11 10:14:22 -07:00
Kai Blaschke
3ef6dd915e [libpq] #undef int128 type if compiling for 32 bit architecture (#8080)
* [libpq] #undef int128 type if compiling for 32 bit architecture

* [libpq] Don't define int128 for 32-bit architectures
2019-09-10 18:24:45 -07:00
kiwixz
95a336e049 [imgui-sfml] update to 2.1 (#8004) 2019-09-10 13:52:21 -07:00
JackBoosY
15d747662c [tbb]Fix static build. (#8018) 2019-09-10 13:48:41 -07:00
NancyLi1013
cbf9553c6e [parallelstl] Add new port (#8039) 2019-09-10 13:29:52 -07:00
Ehsan
3f6ab4834e [openal-soft] Remove cmake-3-11 patch file (#8059) 2019-09-10 13:20:20 -07:00
Carlos O'Ryan
a854988d14 Update google-cloud-cpp and googleapis. (#8077) 2019-09-10 11:48:28 -07:00
myd7349
1621922477 [sokol] Add new port (#8107) 2019-09-10 11:44:01 -07:00
Phoebe
dce685696a [glfw3] fix cmake config (#7592)
* [glfw3] fix cmake config

* Update patch
2019-09-10 10:46:47 -07:00
myd7349
97384c5f51 [json-c] Add dynamic library support (#8121) 2019-09-10 08:55:48 -07:00
Maxim Kulyk
52b2c8ae4c [blend2d] Port update beta_2019-10-09 (#8120)
- Blend2D updated to beta_2019-10-09
- Asmjit updated to 2019-10-03
2019-09-10 08:55:32 -07:00
James Xu
301beba9d9 [hidapi] add new port (#8113)
* add hidapi port

* explicitly fail on non-Windows builds

* remove dlls for static build
2019-09-10 08:51:46 -07:00
Sergey Lukashevich
c3b02026f8 [wampcc] Add new port (#7929)
* [wampcc] Add new port

* Cleanup

* Allow shared build for non-Windows systems;
Add utils and tools features;
Add messages about broken Windows build;

* Make version based on date

* Drop comment
2019-09-09 15:43:30 -07:00
Silvio Traversaro
937e4d9ebb [ignition-common1] Add new port (#8111)
Add port for the ignition-common 1 library ( https://www.ignitionrobotics.org/libs/common ).
2019-09-09 15:12:49 -07:00
Ehsan
4469f31334 [cpp-httplib] Update library to 0.2.2 (#8054) 2019-09-09 13:30:27 -07:00
Stanislav Ershov
a46dce076b [entt] Update to 3.1.1 (#8098) 2019-09-09 12:46:39 -07:00
Benjamin Sergeant
3cd28549c1 [ixwebsocket] update to 6.1.0 to fix Windows problem (#7839)
* [ixwebsocket] update to 5.0.6 to fix Windows problem

Some test started to fail on Windows in the 5.0 branch.
```
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
```
We figured it out and fixed it. This issue has more details. https://github.com/machinezone/IXWebSocket/issues/103

* ixwebsocket: update to 6.1.0
2019-09-09 11:32:53 -07:00
zi-m
e00bf0c7be [cityhash] Add new port (#7879)
* cityhash

* use ./configure (!win)

* remove 'usage' file
2019-09-09 11:31:43 -07:00
Long Huan
43fea7c61f [qwt]make qwt support unix (#8030)
* make qwt support unix

* [qwt] Bump CONTROL version
2019-09-09 11:29:33 -07:00
Alexander Neumann
d30e775286 Fix mongo ssl and zlib linkage (#7974) 2019-09-09 11:17:50 -07:00
craftwar
f18896028c Update libwebsockets to v3.2.0 (#8017) 2019-09-09 11:16:59 -07:00
Victor Romero
6eff9f21f8
[dimcli] Upgrade to version 5.0.1 (#8024) 2019-09-09 11:15:48 -07:00
TheGoddessInari
ae667efe15 Update egl-registry to 2019-08-08 and opengl-registry to 2019-08-22. (#8095) 2019-09-09 10:56:57 -07:00
Alvin
1e30941c01 [magic-get] Add new port (#8072)
* fix8031issue-add_port_magic-get

* fix8031issue-Change download license file name

Signed-off-by: AlvinZhangH <260137639@qq.com>
2019-09-09 10:54:43 -07:00
myd7349
fb9c83a3ba [quantlib] Add new port (#7283)
* [quantlib] Add new port

* [quantlib] Fix x64-windows-static build

* [quantlib] Use unique_ptr by default
2019-09-09 10:51:56 -07:00
Joseph Davies
188d5e1c19 [libvpx] Fix build when VCPKG_BUILD_TYPE is set. (#8100) 2019-09-09 09:00:10 -07:00
Jozef Izso
135474a730 [grpc] Update grpc to 1.23.0 (#8109) 2019-09-09 08:59:28 -07:00
FaultyRAM
e87cc3abb7 [unrar] Update to 5.8.1 (#8108) 2019-09-09 08:59:05 -07:00
JackBoosY
90c3f80fff fix x-history help desc. (#8101) 2019-09-09 08:53:24 -07:00
Sean Farrell
6e0289a0c3 Fix how to use VULKAN_SDK under Visual Studio (#8092)
Environment variables are referenced with brackets not curly braces. Copying and using the line will not result frustration.
2019-09-09 08:48:38 -07:00
Joseph Davies
9c76ee368a [libvpx] Update to 1.8.1. (#8086) 2019-09-07 17:46:02 -07:00
Ehsan
40043f23dc [re2] Update library to 2019-09-01 (#8089) 2019-09-07 17:45:30 -07:00
crusader-mike
f6e0c0df67 [xalan-c] fixed cmake files location (#7795)
* [xalan-c] fixed cmake files location

* [xalan-c] Bump version
2019-09-07 16:36:30 -07:00