Commit Graph

877 Commits

Author SHA1 Message Date
Dale Stammen
8603441203 added patch to enable uwp builds 2017-01-09 15:54:05 -08:00
Guillaume Dumont
1f63deb204 LMDB port 2017-01-08 08:21:33 -05:00
Patrick Bader
07fb014193 [sdl2-image] changed include directory to SDL2 include directory 2017-01-07 11:51:07 +01:00
sdcb
aa964e8d84 set BSON_INCLUDE_DIR is not necessary. 2017-01-07 15:44:29 +08:00
sdcb
6947f0aea1 [mongo-c-driver] fix static build 2017-01-07 15:21:19 +08:00
Alexander Karatarakis
3eccec7231 [spriv-tools] Add version and description 2017-01-06 15:51:53 -08:00
Alexander Karatarakis
833fbb2ef1 [libvorbis] Add version 2017-01-06 15:40:37 -08:00
Patrick Bader
2bb72e6637 [sdl2-image] added dependencies to CONTROL so they will always be statically linked
Replaced FindWEBP.cmake with version from freeimage port
2017-01-06 23:20:57 +01:00
Silvio Traversaro
fc8228a79b [qt5] Fix tabs/spaces mismatch 2017-01-06 23:04:20 +01:00
Silvio Traversaro
95ff552b85 [qt5] Avoid printing warnings for problems in applying"confguration patches"
The `QUIET` option for `vcpkg_apply_patches` was added in f4c34bb42d . 
Fixes https://github.com/Microsoft/vcpkg/issues/411 .
2017-01-06 23:02:19 +01:00
Alexander Karatarakis
d4d3133afc Merge pull request #494 from traversaro/add-qwt
Add qwt port
2017-01-06 13:41:01 -08:00
Alexander Karatarakis
4be24efa52 Merge pull request #493 from codicodi/add-archive
add libarchive
2017-01-06 13:16:48 -08:00
Patrick Bader
937c4e26b0 fixed findWEBP.cmake to select debug version of webp for debug builds. 2017-01-06 22:05:22 +01:00
Alexander Karatarakis
7f66995a9a Merge pull request #490 from sdcb/dx
Add dx port.
2017-01-06 11:52:54 -08:00
Patrick Bader
37a5504855 finished port of sdl2_image
- optional dependencies which are installed in vcpkg are automatically linked
 - unavailable dependencies are marked as dynamically linked and dlls have to be copied manually if respective file formats are used
2017-01-06 19:08:31 +01:00
Silvio
3cad0111fb Add qwt port 2017-01-05 23:46:43 +01:00
codicodi
f99d143dc3 add libarchive 2017-01-05 21:22:32 +01:00
Patrick Bader
29aedfad6c added first version of SDL2_image library which currently does not link to any external libraries. 2017-01-05 16:42:52 +01:00
codicodi
cff21e04f5 [freetype] specify dependencies 2017-01-05 15:34:06 +01:00
sdcb
41a68f712a Add dx port. 2017-01-05 15:09:40 +08:00
Patrick Bader
6a220edfb8 [zlib] fixed wrong FILENAME 2017-01-04 10:33:16 -08:00
Patrick Bader
f8210aa32b [zlib] fixed wrong FILENAME 2017-01-04 15:17:22 +01:00
Alexander Karatarakis
25a2bf7994 [zlib] Update LICENSE 2017-01-03 16:35:02 -08:00
Alexander Karatarakis
6f1f665416 [zlib] Update to 1.2.10 2017-01-03 13:29:17 -08:00
Christian Ullrich
59c34be252 Disable Boost auto-link.
Fixes #483. vcpkg always links all installed libraries for the target
triplet; Boost's own auto-link feature is therefore redundant.
2017-01-03 14:06:49 +01:00
Alexander Karatarakis
7f4682b20d Merge pull request #481 from sdcb/chakracore140
[chakracore] upgrade to 1.4.0
2017-01-02 08:49:41 -08:00
Alexander Karatarakis
261bfb6d86 Merge pull request #480 from codicodi/add-bzip2
add bzip2
2017-01-02 08:48:47 -08:00
flysha
cab893dd20 [chakracore] upgrade to 1.4.0 2017-01-02 23:58:26 +08:00
codicodi
73164f5881 [bzip2] fix indentation 2017-01-02 01:35:12 +01:00
codicodi
044c07ece1 add bzip2 2017-01-02 01:31:42 +01:00
Adam Martin
2a8d1510b4 [glew] Renames the glew debug output files
The FindGlew.cmake that is official as well as several found in a quick search
don't look for the debug post-fix variant of the library. This was causing vcpkg
to not copy the DLL over on build as it was looking for glew32.dll not glew32d.dll.
2017-01-01 10:08:03 -06:00
Alexander Karatarakis
bc8cca82a2 Merge pull request #477 from codicodi/add-lz4
add lz4
2016-12-30 21:03:45 -08:00
Alexander Karatarakis
e69104b761 Merge pull request #476 from codicodi/fix-icu-dt
[icu] force rebuild of database
2016-12-30 20:59:29 -08:00
codicodi
aab12428e5 [icu] fix typo 2016-12-30 15:27:25 +01:00
codicodi
bf559d51ec add lz4 2016-12-30 13:31:33 +01:00
codicodi
2d746d8913 [icu] force rebuild of database 2016-12-30 13:11:58 +01:00
Silvio Traversaro
614320e007 [qt5] Bump version 2016-12-29 10:59:48 +01:00
Silvio Traversaro
6741f959bb [qt5] Turn -no-pcre -qt-pcre
Despite Qt documentation ( http://doc.qt.io/qt-5/configure-options.html ) `-no-pcre` is not recognized as an option, while `-qt-pcre` is recognized as an option.
2016-12-29 10:59:02 +01:00
Robert Schumacher
31daeeb7f5 Merge pull request #470 from codicodi/fix-sdl
[sdl2] link to CRT libraries
2016-12-28 19:36:07 -07:00
codicodi
da63f33531 [sdl2] link to CRT libraries 2016-12-29 01:00:43 +01:00
codicodi
9a2825a0a4 [icu] update to 58.2 2016-12-28 12:20:11 +01:00
Alexander Karatarakis
57252f982a Merge pull request #427 from traversaro/add-ogre
Add ogre port
2016-12-27 14:50:26 -08:00
Alexander Karatarakis
a06fa64182 Merge branch 'add-liblzma' of https://github.com/codicodi/vcpkg into codicodi-add-liblzma 2016-12-27 14:41:39 -08:00
Alexander Karatarakis
0b243a5432 Merge branch 'antlr' of https://github.com/sdcb/vcpkg into sdcb-antlr 2016-12-27 14:24:42 -08:00
Alexander Karatarakis
2d9f8ff115 [qt5] Bump version 2016-12-27 14:23:20 -08:00
Alexander Karatarakis
bca354ea7a Merge branch 'patch-1' of https://github.com/traversaro/vcpkg into traversaro-patch-1 2016-12-27 14:22:42 -08:00
Alexander Karatarakis
04b62c7be9 [gli] Make "header-only" comment same as other ports 2016-12-27 14:18:23 -08:00
Alexander Karatarakis
08572a1c60 Merge branch 'master' of https://github.com/vlj/vcpkg into vlj-master 2016-12-27 14:15:12 -08:00
Alexander Karatarakis
dad9c645ac Merge pull request #438 from codicodi/add-smpeg
[smpeg2] initial commit
2016-12-27 14:13:39 -08:00
Alexander Karatarakis
806dec7564 Merge pull request #423 from vlj/spirv
Add spirv-tools and use it to build shaderc.
2016-12-27 13:41:46 -08:00
Jason Yang
f70486314e [azure-storage-cpp] Upgrade to v2.6.0 2016-12-27 18:07:53 +08:00
codicodi
7ecf688cca add liblzma 2016-12-25 14:34:01 +01:00
flysha
91f51a084f [antlr4] initial commit 2016-12-25 18:44:20 +08:00
Robert Schumacher
fc9b42489c Merge pull request #452 from codicodi/fix-lua
[lua] Don't export from executables
2016-12-24 17:12:01 -07:00
Robert Schumacher
692a363701 Merge pull request #454 from sdcb/aws-sdk-1.0.47
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24 08:34:07 -07:00
Silvio Traversaro
1cc6a9c4ce [qt5] Explicitly avoid compiling qt dependencies that could be available in vcpkg
To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . 
If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
2016-12-24 15:26:58 +01:00
flysha
efb81070ce [aws-sdk-cpp] upgrade to 1.0.47 2016-12-24 21:36:21 +08:00
flysha
8bcf57f68a [libbson, mongo-c-driver] bump version to 1.5.1
I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
2016-12-24 20:16:31 +08:00
codicodi
90d814f3e2 [lua] bump version 2016-12-24 02:03:25 +01:00
codicodi
3d58393ad2 [lua] don't export from executables 2016-12-24 02:02:55 +01:00
vlj
daeab46090 Add gli. 2016-12-23 19:50:34 +01:00
Alexander Karatarakis
63d3c237c1 Merge pull request #437 from codicodi/fix-sdl2
[sdl2] make SDL use libc
2016-12-22 14:09:48 -08:00
Charlie Barto
e88b9c9160 bump qt5 version 2016-12-21 14:56:51 -05:00
vlj
8d9c8a6269 Modify shaderc so that it uses spirv-tools lib. 2016-12-21 20:47:53 +01:00
Charlie Barto
a82d7a4405 work on qt5 5.7.1 2016-12-20 20:37:16 -05:00
codicodi
12f8636815 [sdl2] bump version 2016-12-20 15:37:45 +01:00
codicodi
a5bb368f24 [smpeg2] initial commit 2016-12-20 15:17:24 +01:00
codicodi
704e1ea85a [sdl2] make SDL2 use libc 2016-12-20 14:52:13 +01:00
Alexander Karatarakis
3b7b380798 Merge pull request #342 from mmassing/statically_linked_glew
[glew] Implement static build
2016-12-19 17:21:15 -08:00
Alexander Karatarakis
a1be45adc3 Merge pull request #425 from codicodi/add-modplug
[libmodplug] initial commit
2016-12-19 15:34:28 -08:00
Alexander Karatarakis
bcab7f3913 [mongo/libbson] Tabs to spaces 2016-12-19 15:16:38 -08:00
codicodi
92124c9b5e [libmodplug] preserve archive extension 2016-12-19 17:38:48 +01:00
codicodi
0fca9cfcf7 [libmodplug] nevermind
Those headers are used by ModplugXMMS project
2016-12-19 00:37:11 +01:00
codicodi
f2578cccee [libmodplug] ...not in this directory though 2016-12-18 23:51:24 +01:00
codicodi
419d050933 [libmodplug] dont package internal headers 2016-12-18 23:37:12 +01:00
Silvio
effbdfbb91 Add ogre port 2016-12-18 23:00:35 +01:00
codicodi
b5368c404d [libmodplug] initial commit 2016-12-18 15:18:24 +01:00
sdcb
ea3113a4f5 [mongo-x-driver] upgrade to 1.51/3.10 2016-12-18 16:26:12 +08:00
vlj
869071a34e Add spirv-tools. 2016-12-17 12:01:02 +01:00
Robert Schumacher
43262d24da [fastlz] Name downloaded archive to avoid conflicts with future versions 2016-12-15 13:30:48 -08:00
Robert Schumacher
5c92a3fe62 Merge branch 'fix-fastlz' of https://github.com/codicodi/vcpkg into codicodi-fix-fastlz 2016-12-15 13:29:48 -08:00
codicodi
786d591cc3 [fastlz] specify correct source path 2016-12-15 21:11:27 +01:00
Alexander Karatarakis
6507a1ea32 [boost] Bump version 2016-12-14 12:25:34 -08:00
Alexander Karatarakis
fdbfee0aeb Merge branch 'boost_with_zlib' of https://github.com/mmassing/vcpkg into mmassing-boost_with_zlib 2016-12-14 12:24:31 -08:00
Alexander Karatarakis
37ec5a1419 Merge branch 'master' of https://github.com/gknowles/vcpkg into gknowles-master 2016-12-12 13:29:53 -08:00
Alexander Karatarakis
5d0a88259a Merge pull request #409 from ab-acx/http-parser
Adding http-parser library
2016-12-12 13:23:01 -08:00
gknowles
7b111b87a8 Add dimcli 2016-12-12 12:05:20 -08:00
codicodi
48ca773907 [sdl2] enable static build 2016-12-11 14:04:59 +01:00
Robert Schumacher
c10e7e4960 [curl] Bump version and require libssh2 2016-12-09 14:20:03 -08:00
Robert Schumacher
daec252787 Merge branch 'CurlWithSSH2' of https://github.com/cguebert/vcpkg into cguebert-CurlWithSSH2 2016-12-09 12:42:28 -08:00
codeandroid
2307fa6274 [boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant of a previously enabled system install option which has been disabled in the meantime. 2016-12-08 17:03:45 +01:00
Christophe Guébert
93d83e0a60 Add a patch for curl to find the libssh2 library 2016-12-08 09:00:16 +01:00
Robert Schumacher
ebe2ce7281 Merge pull request #403 from codicodi/add-sfml
[sfml] intial commit
2016-12-07 22:00:07 -08:00
Robert Schumacher
0d81422f34 Merge pull request #399 from cguebert/CharLS
Add CharLS.
2016-12-07 21:44:19 -08:00
Robert Schumacher
451c1abcd7 Merge pull request #396 from JasonYang-MSFT/azurestorage
Add Microsoft Azure Storage Client Library for C++ 2.5.0
2016-12-07 21:43:08 -08:00
Robert Schumacher
31b713ca1f [vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_NAME instead. 2016-12-07 21:40:36 -08:00
Robert Schumacher
97b0479db0 Merge pull request #395 from stammen/uwp-sqlite
UWP: use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
2016-12-07 21:34:44 -08:00
Robert Schumacher
f2a8323be2 Merge pull request #393 from cguebert/uWS
Add uWebSockets.
2016-12-07 21:30:06 -08:00
Alexander Karatarakis
a73feb7c99 [ragel] Use SOURCE_PATH when copying license 2016-12-07 15:38:17 -08:00
Alexander Karatarakis
dea170b469 [harfbuzz] Use SOURCE_PATH for copying license 2016-12-07 15:35:23 -08:00
Alexander Karatarakis
91a6913493 [globjects] Use SOURCE_PATH variable 2016-12-07 15:26:30 -08:00
Alexander Karatarakis
220a8597c2 [glbinding] Extract SOURCE_PATH variable 2016-12-07 15:25:33 -08:00
Alexander Karatarakis
7555e6576b [geos] Extract SOURCE_PATH variable 2016-12-07 15:23:50 -08:00
Alexander Karatarakis
e6ebc03699 [freeglut] Extract SOURCE_PATH variable 2016-12-07 15:21:30 -08:00
Alexander Karatarakis
e8b46b89d0 [assimp] Extract variable SOURCE_PATH 2016-12-07 15:19:16 -08:00
Alexander Karatarakis
ade896e4bf [asio] Use SOURCE_PATH 2016-12-07 15:18:07 -08:00
codicodi
040555ee81 [sfml] this shouldn't be here... 2016-12-07 23:33:00 +01:00
Guillaume Dumont
f8c119d7fe Fixed wrong location of gflags license file 2016-12-07 17:22:38 -05:00
codicodi
f047bd733e [sfml] initial commit 2016-12-07 23:02:23 +01:00
codicodi
abc8c37520 [libflac] bump version 2016-12-07 17:50:56 +01:00
codicodi
764563457f [libflac] remove unused flags 2016-12-07 17:49:28 +01:00
codicodi
7927112acb [libflac] link to correct version of ogg 2016-12-07 17:48:01 +01:00
Christophe Guébert
b65005b241 Add CharLS. 2016-12-07 12:30:12 +01:00
Robert Schumacher
ed2994a5e9 [openssl] Fix source path for new archive. 2016-12-06 16:17:58 -08:00
Robert Schumacher
db4dc6d1ce [openssl] Do not use branches; these will update and constantly break the hash. 2016-12-06 16:15:50 -08:00
Alexander Karatarakis
3b1a2543dd Merge pull request #394 from stammen/uwp-openssl
fixed openssl hash for uwp builds
2016-12-06 15:05:38 -08:00
Alexander Karatarakis
2c115f9670 Merge branch 'master' of https://github.com/Microsoft/vcpkg 2016-12-06 14:43:43 -08:00
Alexander Karatarakis
59587d94c7 [libflac] Fix typo 2016-12-06 14:39:17 -08:00
Robert Schumacher
dd7c39f0e3 [gflags] Lowercase install directories. Bump version to account for this and c0c2135. 2016-12-06 14:22:24 -08:00
Alexander Karatarakis
023647c36a Merge branch 'add-flac' of https://github.com/codicodi/vcpkg into codicodi-add-flac 2016-12-06 14:20:41 -08:00
Robert Schumacher
632b8c3cd0 Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-12-06 14:18:45 -08:00
Robert Schumacher
c0c2135a60 [gflags] Add quotes to avoid stripping semicolons from the config module. 2016-12-06 14:18:37 -08:00
Alexander Karatarakis
52a8c21feb Merge pull request #390 from cguebert/master
Add libssh2.
2016-12-06 14:17:22 -08:00
Robert Schumacher
a05a033d74 [aws-sdk-cpp] Check VCPKG_CRT_LINKAGE instead of VCPKG_LIBRARY_LINKAGE. Rename archive to avoid collisions with other libraries. 2016-12-06 13:58:04 -08:00
Alexander Karatarakis
a545be80b4 [boost] Fix dynamic build lib renaming 2016-12-06 13:48:37 -08:00
Alexander Karatarakis
50a85c3159 Merge pull request #383 from codicodi/add-lua-tools
[lua] install compiler and interpreter
2016-12-06 13:46:15 -08:00
codicodi
f1a3424c77 [libflac] update config in static builds
Now static libs can be used without defining FLAC__NO_DLL by user.
2016-12-06 22:38:25 +01:00
Dale Stammen
c128d007df use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME 2016-12-06 10:08:15 -08:00
Dale Stammen
8bb60f70ef fixed openssl hash for uwp builds 2016-12-06 09:05:27 -08:00
Christophe Guébert
7a061e8d90 Add uWebSockets. 2016-12-06 16:42:26 +01:00
Christophe Guébert
05fdf3a01f Add libssh2. 2016-12-06 14:33:43 +01:00
codicodi
175bb41f82 [libflac] initial commit 2016-12-06 12:14:31 +01:00
Robert Schumacher
af9d82ceb3 Merge pull request #388 from mattiascibien/anax_shared
Anax shared lib support
2016-12-06 02:41:30 -08:00
Mattias Cibien
34f103d420 [anax] Bump Version 2016-12-06 11:29:22 +01:00
Mattias Cibien
134993109b Anax support for shared libs 2016-12-06 11:17:25 +01:00
Jason Yang
1473e56729 fix some comments 2016-12-06 17:26:46 +08:00
Robert Schumacher
d661c174c7 Merge pull request #358 from vlj/shaderc
Add shaderc.
2016-12-06 01:05:13 -08:00
Robert Schumacher
6993803b05 [shaderc] Enable dynamic CRT. Explicitly search for python3. Add Build-Depends on glslang. 2016-12-06 01:04:32 -08:00
Robert Schumacher
901b597840 [gslang] Version bump to account for layout changes 2016-12-06 01:00:20 -08:00
Robert Schumacher
55605c73e0 [gdal] Use CURRENT_INSTALLED_DIR instead of calculating it out. Use VCPKG_TARGET_ARCHITECTURE instead of parsing the triplet. 2016-12-06 00:57:58 -08:00
Robert Schumacher
2f4a598970 Merge branch 'add_gdal_port' of https://github.com/mmassing/vcpkg into mmassing-add_gdal_port 2016-12-06 00:38:12 -08:00
Robert Schumacher
33d5ff4e08 [gflags] Switch to using zip files -- this makes the download faster and easier to upgrade. Remove gflags_nothreads to avoid choices at link time. 2016-12-05 22:47:24 -08:00
Robert Schumacher
92f8015716 Merge branch 'gflags-2.2.0' of https://github.com/willyd/vcpkg into willyd-gflags-2.2.0 2016-12-05 22:26:08 -08:00
Robert Schumacher
83960ecc18 Merge branch 'qca' of https://github.com/gnome71/vcpkg 2016-12-05 22:13:38 -08:00
Alexander Kaspar
bd2a8becde Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca 2016-12-06 07:12:38 +01:00
Ebrahim Byagowi
242a3b2a80 Update harfbuzz to 1.3.4
The needed local patches are now upstreamed thus no longer needed.

Also Uniscribe backend is no longer default enabled so almost no lib
is needed to be linked.
2016-12-06 09:08:33 +03:30
Alexander Karatarakis
ff4d33b156 [boost] Don't use --layout=system. Resolves #369 2016-12-05 16:42:30 -08:00
Robert Schumacher
aba7637a36 Merge pull request #370 from sdcb/aws-sdk
Add aws-sdk-cpp
2016-12-05 12:29:36 -08:00
Alexander Kaspar
dba8ebd9fc Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca 2016-12-05 17:43:13 +01:00
ab
f62ad96c9a Update the cmakelists to build shared and static libraries properly. 2016-12-05 17:09:33 +01:00