Commit Graph

5509 Commits

Author SHA1 Message Date
evpobr
773622e8c2 [matroska] Initial port 2018-02-17 12:43:25 +05:00
Robert Schumacher
7ed5eb18ec
Merge pull request #2817 from Squareys/fix-build-with-feature-deps
* [vcpkg] Add find/find_installed/is_installed for FeatureSpec

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Fix build command for packages that depend of features

Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16 21:32:07 -08:00
Jonathan Hale
0822a28059 [corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages (#2687)
[corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages
2018-02-16 21:25:30 -08:00
Robert Schumacher
267a98536c
Merge pull request #2771 from KindDragon/libevent-targets-fix
[libevent] Fix generated libevent targets files
2018-02-16 21:20:07 -08:00
Robert Schumacher
1ea493b5fa
Merge pull request #2779 from cmpute/lmdb
[lmdb] Fix possible whitespace problem
2018-02-16 21:19:18 -08:00
Robert Schumacher
5b9046d180
Merge pull request #2781 from hesmar/master
* add qt5-quickcontrols2

* add qt5-quickcontrols port

* add qt5-graphicaleffects
2018-02-16 21:18:46 -08:00
Jacob Zhong
ea2e5d7b00 [mkl] Add port MKL (#2806) 2018-02-16 21:17:07 -08:00
Jason Juang
a144a32fb2 [aws-sdk-cpp] update to 1.3.58 (#2810) 2018-02-16 16:16:29 -08:00
Alexandre Breteau
02c4550f02 [jansson] Update to 2.11 (#2820) 2018-02-16 16:16:10 -08:00
Robert Schumacher
452c8ba1ff [vcpkg] Avoid using s::status_known() -- it does not do what you think it does 2018-02-16 15:40:22 -08:00
Jonathan Hale
72bc3647b6 [vcpkg] Fix bug with missing dependencies introduced in #2697 (#2819)
When a package dependency was not found (has no source control file),
install would exit with "Value was null" when trying to install its default
features, as the dependency would be marked erroneously as found in this
case.

Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16 14:50:36 -08:00
evpobr
726695c65c [ebml] Initial port. (#2812) 2018-02-16 14:49:32 -08:00
Jason Juang
31c3fe1aa3 [openvr] update to 1.0.13 (#2809) 2018-02-16 14:43:38 -08:00
Stephen Kyne
cc779ce692 [liblo] Initial port (#2821)
* [portaudio] Added ASIO support to build

* Update libpng to 1.6.34

* [liblo] Initial port

* Revert "Update libpng to 1.6.34"

This reverts commit ede0bb947b.

* Revert "[liblo] Initial port"

This reverts commit bb819eb218.

* [liblo] Initial port

* [liblo] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()

* [liblo] Fix SHA512
2018-02-16 14:42:54 -08:00
Squareys
f1ce125a28 [vcpkg] Fix build command for packages that depend of features
Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16 14:27:59 +01:00
Squareys
16faed6785 [vcpkg] Add find/find_installed/is_installed for FeatureSpec
Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16 14:27:59 +01:00
Fujii Hironori
bfac7b5716 [vcpkg] http_proxy and https_proxy should be lowercase (#2815)
Pacman of Msys understands only lowercase environment variables
http_proxy and https_proxy.
2018-02-16 04:25:12 -08:00
Jason Juang
d5cb490fc0 update cuda requirement to 9.0, fixes #2791 (#2802)
* update cuda requirement to 9.0, fixes #2791

* [cuda] Restore sample version blob
2018-02-15 17:42:35 -08:00
Robert Schumacher
f279e9f5e3 [vcpkg-find-acquire-program] Add mirror for NASM. Fixes #2777. 2018-02-14 18:04:16 -08:00
Patrik Huber
0d29d2fe86 Updated boost license to 1.66.0 (#2795)
I was a bit confused to see a reference to "1.65.1" while I was installing 1.66.0, but it turns out this URL is just not updated. This updates it.
2018-02-14 17:00:25 -08:00
Jonathan Hale
425d07ef7f [vcpkg] Implement Default-Features (#2697)
* [vcpkg] Add Default-Feature to make_status_pgh utility function

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Parse "Default-Features" as dependencies and add test for parsing

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Document some methods and structures

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Add install_default_features_test

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Change install_default_features_test to not have preinstalled package

* [vcpkg] Test install behaviour of default features

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Implement default features

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Test default features upgrade behavior

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Implement upgrade with default features

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Test behaviour of upgrade with default features in dependencies

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Make upgrade install new default features

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Move collecting of packages for which to prevent defaults

Further down the line to create_feature_install_plan.

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Fix core missing from default features and potential inf loop

Signed-off-by: Squareys <squareys@googlemail.com>

* [vcpkg] Rename, fix and move some tests

Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-14 16:18:25 -08:00
Alexander Karatarakis
50a545fcff
Merge pull request #2780 from Alisayyy-Yang/NewFixDateBranch
Fix date issue
2018-02-13 17:20:29 -08:00
Alexander Karatarakis
d1e8095d63 [uriparser] Update to 0.8.5 2018-02-13 16:43:55 -08:00
Bruce Jones
78b1396b88 Copy local dependencies for library targets (#2787)
* Fix for issue #2786

* [vcpkg-cmake-toolchain] Only applocal dependencies for shared libraries
2018-02-13 16:13:27 -08:00
Robert Schumacher
89bd6330dc [aubio] Update to handle static FFMPEG 2018-02-13 16:08:04 -08:00
Robert Schumacher
a40559a76d [ffmpeg] Bump version for PR #2783 2018-02-13 16:05:09 -08:00
Anonymous Maarten
317b2ea082 [ffmpeg] Allow static builds of ffmpeg (#2783)
ffmpeg creates static .a libraries, so change the suffix to .lib
2018-02-13 16:04:12 -08:00
Robert Schumacher
4fd4c03dd8 [liblzma] Add usage information 2018-02-13 00:01:51 -08:00
Jason Juang
d8f3fffd5e change compile order to debug first, fix #2767 (#2785) 2018-02-13 00:00:27 -08:00
Markus Heß
2107d0b051 add qt5-graphicaleffects 2018-02-12 18:13:17 +01:00
Markus Heß
c1f8dadafe add qt5-quickcontrols port 2018-02-12 18:12:10 +01:00
Markus Heß
bae3fac1cd add qt5-quickcontrols2 2018-02-12 16:45:29 +01:00
Alisayyy-Yang
32d62b2bfd Fix date issue 2018-02-12 01:50:04 -08:00
Jacob Zhong
6acb831430 [lmdb] Fix possible whitespace problem 2018-02-12 16:32:33 +08:00
Alexander Karatarakis
cd8fa6f75e
Merge pull request #2774 from cmpute/master
[pcre] fix space issue and add mirror (fix #2751)
2018-02-11 19:31:34 -08:00
Alexander Karatarakis
fd7c58998f
Merge pull request #2776 from igl42/master
[blaze] update to Blaze 3.3
2018-02-11 19:23:43 -08:00
Klaus Iglberger
de2160d3e3 [blaze] update to Blaze 3.3 2018-02-11 07:40:02 +01:00
Alexander Karatarakis
0e67801fc3
Merge pull request #2770 from UnaNancyOwen/update_realsense2
[realsense2] Update to v2.10.0
2018-02-10 14:58:20 -08:00
ChrisBFX
9d97db3daa fixed typo in warning message (#2773) 2018-02-10 14:05:50 -08:00
Arkady Shapkin
5da1c13c02 [libevent] Fix generated libevent targets files 2018-02-10 17:50:33 +03:00
Tsukasa Sugiura
a258cf5e88 [realsense2] Update to v2.10.0
Update realsense2 port to librealsense v2.10.0.
2018-02-10 23:18:38 +09:00
Jacob Zhong
f676dbe847 [pcre] fix space issue and add mirror (fix #2751) 2018-02-10 18:50:12 +08:00
Alexander Karatarakis
641128c603 [folly] Workaround bug for VS 15.6 2018-02-09 22:56:36 -08:00
Alexander Karatarakis
a120c81ebe
Merge pull request #2756 from ivysnow/mman
[mman] git-f5ff813 initial.
2018-02-09 21:56:53 -08:00
Alexander Karatarakis
a88bb12887
Merge pull request #2755 from ivysnow/tinydir
[tinydir] 1.2.3 initial.
2018-02-09 20:17:51 -08:00
Alexander Karatarakis
4f0528aed4
Merge pull request #2754 from ivysnow/recast
[recast] 1.5.1 initial.
2018-02-09 20:17:32 -08:00
Alexander Karatarakis
2c0361ab36
Merge pull request #2753 from ivysnow/chipmunk
[chipmunk] 7.0.2 initial.
2018-02-09 20:16:40 -08:00
Alexander Karatarakis
5a22614bae
Merge pull request #2752 from miurahr/libgeotiff
Add libgeotiff port
2018-02-09 20:16:21 -08:00
Alexander Karatarakis
b2465a1755 [vcpkg-ci] Delete intermediate build folders even on unsuccesful builds 2018-02-09 19:47:15 -08:00
Martin Hořeňovský
ca45a305cf Update Catch to 2.1.2 (#2763) 2018-02-09 10:44:48 -08:00