Commit Graph

6960 Commits

Author SHA1 Message Date
Vitaliy Didik
f88f77eae9 [libmspack] Removed redundant Build-Depends. 2019-11-20 11:11:28 +03:00
Davide Beatrici
b4ee1a289a mdnsresponder: fix build with dynamic CRT
mdnsresponder was being built with static CRT even when VCPKG_CRT_LINKAGE was set to "dynamic":

-- Performing post-build validation
Expected Debug,Dynamic crt linkage, but the following libs had invalid crt linkage:

    C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/debug/lib/dnssd.lib: Debug,Static

To inspect the lib files, use:
    dumpbin.exe /directives mylibfile.lib
Expected Release,Dynamic crt linkage, but the following libs had invalid crt linkage:

    C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/lib/dnssd.lib: Release,Static

To inspect the lib files, use:
    dumpbin.exe /directives mylibfile.lib
Found 2 error(s). Please correct the portfile:
    C:\vcpkg\ports\mdnsresponder\portfile.cmake
-- Performing post-build validation done
Error: Building package mdnsresponder:x64-windows-static-md failed with: POST_BUILD_CHECKS_FAILED
2019-11-20 07:21:43 +01:00
JackBoosY
2918ff5c40 [libzip]Fix the version in CONTROL file. 2019-11-19 21:35:58 -08:00
Carlos O'Ryan
0887012a3f [google-cloud-cpp*]Upgrade to latest release (#8986) 2019-11-19 15:57:48 -08:00
eao197
a22f53847a RESTinio updated to v.0.6.1. (#8993) 2019-11-19 14:05:34 -08:00
NancyLi1013
058f6e2a35 [libevent] add features (#8349)
* [libevent] add features

* Update version

* Add libevent[openssl] dependent for evpp

* Update CONTROL file
2019-11-19 11:42:34 -08:00
Gregor Jasny
ff3105d09c [prometheus-cpp] Update to version 0.8.0 2019-11-19 20:39:16 +01:00
JackBoosY
ff6a725392 [lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng. (#8622)
* [lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng.

* [libpng]Move feature apng operations before download libpng source.

* [libpng]Fix unset patch path.

* [libpng]Re-fix unset patch path.
2019-11-19 11:19:51 -08:00
JackBoosY
a6f38607ba [libpopt]Fix linux build. (#8652) 2019-11-19 11:15:23 -08:00
Robert Schumacher
e916630f20
[libbson][mongo-c-driver] Update to 1.15.1. Parse CONTROL file for version number (#8790) 2019-11-19 11:14:40 -08:00
JackBoosY
892f584b34 [botan]Upgrade to 2.12.1 (#8844) 2019-11-19 11:13:59 -08:00
Duncan Horn
7c412eb044 Update WIL port (#8948)
* Update commit for WIL

* Update wil port to match the commit used for NuGet package 1.0.190716.2

* Update WIL port
2019-11-19 11:12:30 -08:00
Michał Janiszewski
b92ebdce15 [libmad] Fix libmad header for non-x86 MSVC targets (#8959) 2019-11-19 11:03:05 -08:00
Phoebe
9d1048e612 [libusb] upgrade and support arm64 (#8976) 2019-11-19 11:02:13 -08:00
JackBoosY
f192c0f8bf [openvdb]Upgrade to 6.2.1 (#8979)
* [openvdb]Upgrade to 6.2.1

* [openvdb]Fix message.
2019-11-19 10:59:56 -08:00
JackBoosY
3cc74d1280 [orc]Upgrade to 1.5.7, disable tzdata test. (#8980) 2019-11-19 10:59:07 -08:00
Lily
6b3d74ebba [soci] Upgrade to version 4.0.0 (#9008) 2019-11-19 10:50:11 -08:00
Michał Janiszewski
9463f7d789 [exiv2] Add missing library link on Windows (#9024) 2019-11-19 10:48:48 -08:00
NancyLi1013
5a161e316b [pdcurses] Add usage 2019-11-18 23:18:25 -08:00
Dmitry Marakasov
29def6aa63 Add homepage for zxing-cpp (#8908) 2019-11-18 15:39:05 -08:00
heydojo
d02bfe065d Prevent python3 build failure (#9014)
* Prevent python3 build failure

If VCPKG_BUILD_TYPE release is set inside a
triplet, then the build will fail because
the port file attempts to deal with debug
files which will never exist. The changes
in this patch allow the build to succeed
if VCPKG_BUILD_TYPE release is stipulated
using a triplet before a build of the
python3 port is initiated.

* python3 version bump

Port clean up and version number
bump.

* libxslt release triplet build fix

This patch fixes a condition where
if a debug build is disabled via
triplet, the build fails and an
empty directory error message
is sent to the console.
2019-11-18 14:04:25 -08:00
Maxime Gimeno
4ba67c9d63 Dummy commit to restart the CI tests. 2019-11-18 09:18:02 +01:00
Maxime Gimeno
a0f23077f6 Upgrade to 5.0 2019-11-12 09:36:11 +01:00
dabaichi
68215073a7 fix 8956 2019-11-12 12:06:57 +08:00
Vitaliy Didik
22a3cd1113 [libmspack] Fixed several missing imports. 2019-11-11 11:26:26 +03:00
AlvinZhangH
8cf275110c [nanoflann]Add new port. 2019-11-11 11:00:23 +08:00
JackBoosY
ce28d93227 [libzip]Update patch to avoid patch failure. 2019-11-05 19:21:32 -08:00
Nico Ell
6eae28fb49
Update CONTROL file of cereal to v1.3.0 2019-11-05 21:12:24 +01:00
Nico Ell
80354ee0b9
Update portfile.cmake of cereal to v1.3.0 2019-11-05 21:09:18 +01:00
Victor Romero
df4773c056
Revert "[opencv3] Upgrade to version 3.4.8 (#8623)" (#8911)
This reverts commit df266bd067.
2019-11-05 10:24:02 -08:00
JackBoosY
04e39c5d26 [netcdf-cxx4]Upgrade to 4.3.1. 2019-11-05 02:24:46 -08:00
Rémy Tassoux
9b3f7a503c
[bitsery] Update to 5.0.1 2019-11-04 21:59:41 +01:00
quatmax
7b7908bd30 [boost-modular-build-helper] Update to 1.71. (#8606) 2019-11-04 11:24:10 -08:00
Lily
df266bd067 [opencv3] Upgrade to version 3.4.8 (#8623) 2019-11-04 11:23:37 -08:00
JackBoosY
a746c43faa [tgui]Upgrade version to 0.8.6 2019-11-03 20:12:46 -08:00
Michał Janiszewski
46bfec7eb9 [pango] Add missing link library (#8745)
Gdi32 is used by pango, but not linked to. This works on x86, but not on
ARM.
2019-11-03 14:10:24 -08:00
Alberto Luaces
efe128d9ba
PREFER_NINJA misspelling fix 2019-11-02 22:04:34 +01:00
Tom Savage
4ad478783b [qt5] Bump version in qt5-base 2019-11-02 12:44:15 +00:00
NancyLi1013
08e74979df [hiredis] Add new port (#8843) 2019-11-01 17:10:50 -07:00
JackBoosY
b6f6619408 [jsonnet]Upgrade to 0.14.0. (#8848) 2019-11-01 16:51:08 -07:00
lex-96
63b556732a [sqlpp11] fixed ddl2cpp path (#8837)
* [sqlpp11] fixed ddl2cpp path

* Incremented sqlpp11 CONTROL version to 0.58-3
2019-11-01 14:46:26 -07:00
Lev Stipakov
ad34a65684 openvpn3: bump version (#8851)
This bumps openvpn3 version to latest stable release
and adds missing libraries.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2019-11-01 14:45:42 -07:00
zi-m
9bf809b610 [ogre-next] Add new port (#8677)
* ogre-next

* add rename_config_cmake.patch

* add fix_find_package_sdl2.patch

* Update ports/ogre-next/portfile.cmake

Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>

* Use vcpkg_check_features to simplify the portfile a little bit (thanks to @vicroms)

* add features in CONTROL file

* add "Building steps for ogre-next[d3d9]"
2019-11-01 13:54:48 -07:00
tarcila
84bafa656b tbb: Fix compilation on OSX (#8744)
* tbb: Fix compilation on OSX

Make sure CMake detected sysroot is correctly forwarded to TBB build
system so system headers files will be found later on.

* tbb: Version bump
2019-11-01 13:46:49 -07:00
Charles Milette
d51773dd7c
[detours] Update for vcpkg_build_nmake 2019-11-01 14:45:30 -04:00
cnbatch
38570e216e [wxwidgets] Upgrade to 3.1.3 (#8808)
* [wxwidgets] Upgrade to 3.1.3

* [wxwidgets] Upgrade to 3.1.3
2019-10-31 14:19:47 -07:00
Chao
6282cab61d [wordnet]add a new port (#8816)
* [wordnet]add a new port

* [wordnet]fix-uwp
2019-10-31 14:12:32 -07:00
JackBoosY
d2cd3ad662 [arb]Upgrade to 2.17.0 (#8831) 2019-10-31 13:04:30 -07:00
Laurent Rineau
69570b65ac upgrade to 5.0-beta2 2019-10-31 17:57:53 +01:00
Rémy Tassoux
81fbbf8d96 [sol2] Use the single header release (#8776)
* [sol2] Use the single header release

Using the single header release of the library is easier, faster to 'build', and is recommended by the documentation. It also fix the duplicated include folder issue of the previous port : <sol/sol/sol.hpp> can now be replaced with <sol/sol.hpp> as it should be.

Is there any drawback about using the single header release that I am not seing?

* [sol2] Re-enable cmake config files export

* [sol2] Fix duplicated line
2019-10-30 18:13:43 -07:00
NancyLi1013
34eff46c92 [libdivide] Add new port (#8320)
* [libdivide] Add new port

* Update to v3.0
2019-10-30 13:50:12 -07:00
Phoebe
628e795c6a [netcdf-c] Add usage (#8398)
* [netcdf-c] Add usage

* Update changes
2019-10-30 13:47:40 -07:00
Vinny
00a29c6879 Added OIS port (#8507)
* Added OIS port

* Portfile deletes bin/ and debug/bin/ when library is static

* Replaced configure_file() call with file(INSTALL) call

* Added fail on ARM or UWP

* Moved early failure to top of file
2019-10-30 12:39:13 -07:00
Phil Felton
694ecbd734 [Arrow] Update to Arrow 0.15.1 (#8815)
* Arrow 0.15.0

* Arrow 0.15.1
2019-10-30 11:47:48 -07:00
JackBoosY
bbabb7363a [fftwpp]Add header-only port. (#8625) 2019-10-29 23:27:10 -07:00
JackBoosY
8445fcce87 [pcre2]Fix uwp build failure. (#8620) 2019-10-29 23:25:56 -07:00
JackBoosY
b9150c410f Export paho-mqtt cmake targets, fix paho-mqttpp3 dependency. (#8492) 2019-10-29 23:24:53 -07:00
JackBoosY
934275b712 [libxslt]Using vcpkg_install_nmake in Windows, support unix. (#8589)
* [libxslt]Using vcpkg_install_nmake in Windows, support unix.

* support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE

* Re-trigger CI.
2019-10-29 23:23:36 -07:00
JackBoosY
5222ad308f [glib]Fix linux build. (#8653) 2019-10-29 23:21:41 -07:00
JackBoosY
63a030ad62 [openscap]Add new port. (#8654)
* [openscap]Add new port.

* [openscap]Add dependency port zlib.

* [openscap]Re-make patch.

* [openscap]Add dependency port getopt-win32 in Windows.

* [openscap]Add dependency library to util.
2019-10-29 23:20:30 -07:00
JackBoosY
38109c4466 [opencensus-cpp]Add new port. (#8740)
* [opencensus-cpp]Add new port.

* [opencensus-cpp]Update SHA512.

* [opencensus-cpp]Add patch.
2019-10-29 23:18:56 -07:00
JackBoosY
d9ad7a516d [upb]Add new port. (#8681)
* [upb]Add new port.

* [upb]Re-generate patch.
2019-10-29 23:17:31 -07:00
JackBoosY
0a5b1b7917 [pthreads]Add usage. (#8651)
* [pthreads]Add usage.

* [pthreads]Update usage: using namespace.

* [pthreads]separate namespace.

* [pthreads]Remove target_include_directories.

* [pthreads]Increase version.
2019-10-29 23:16:21 -07:00
JackBoosY
19baa0d9b3 [libmesh]Add new port. (#8592)
* [libmesh]Add new port.

* [libmesh]Fix foreach.

* [libmesh]Fix foreach.

* [libmesh]Fix issues with POST_CHECK.
2019-10-29 23:13:39 -07:00
JackBoosY
4f30616769 [libigl]Add port libigl, add features. (#8607)
* [libigl]Add port libigl, add features.

* [libigl]Re-generate patch.

* Trigger CI.

* [libigl]Correct homepage.
2019-10-29 23:10:20 -07:00
JackBoosY
cd2c2c8081 [slikenet]Add new port. (#8693) 2019-10-29 23:08:14 -07:00
JackBoosY
9c8e4cdc76 [llvm]Add features. (#8771)
* [llvm]Add features.

* [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
2019-10-29 23:06:59 -07:00
JackBoosY
be99ba1f5a [libyuv]Build corresponding type library according to BUILD_SHARED_LIBS. (#8769)
* [libyuv]Build corresponding type library according to BUILD_SHARED_LIBS.

* [libyuv]Always use static build.
2019-10-29 23:05:27 -07:00
Tom Savage
332f6fd3e7 [qt5] Modify qtdeploy to include qtquickshapes
Qt 5.10 introduced the QtQuick.Shapes module. The qtdeploy tool copies the QML plugin (`qmlshapesplugin.dll`) into the build directory, but a second required dll (`Qt5QuickShapes.dll`) is not copied over.

This change adds this missing dll to  the list of QtQuick-associated dlls to deploy.
2019-10-29 23:14:02 +00:00
Robert Schumacher
cd42fba998
[qt5-location] Modify clipper library name to avoid conflicts with vxl (#8777)
* [qt5-location] Modify clipper library name to avoid conflicts with vxl

* update the patch
2019-10-29 11:27:26 -07:00
wangli28
3758f583e9 [angle] Add option /bigobj to compiler 2019-10-29 06:38:40 +00:00
Neil McNeight
b9f30b7197 update FLTK to v1.3.5 (#8457)
* Update to fltk-1.3.5

* Update to fltk-1.3.5

* Update ports/fltk/portfile.cmake

Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
2019-10-28 17:49:22 -07:00
Phoebe
8d08f53d4b [jxrlib] Update port (#8525) 2019-10-28 17:45:46 -07:00
Wolfgang Stöggl
af55822ea1 mesonbuild - Update to 0.52.0 (#8639)
* mesonbuild - Update to 0.52.0

* [tool-meson] Add package to represent dependency on Meson build-system
2019-10-28 15:47:40 -07:00
NancyLi1013
a5b97e367b [polyhook2] Add new port (#8719)
* [polyhook2] Add new port

* Add feature and update
2019-10-28 11:26:06 -07:00
JackBoosY
d1d449e8e3 [libsrt]Add new port. (#8712)
* [libsrt]Add new port.

* [libsrt]Add patch.

* [libsrt]Does not support uwp.

* [libsrt]Remove usless blank line.
2019-10-28 11:23:21 -07:00
Carlos O'Ryan
c7d09309c1 [google-cloud-cpp-common] initial port (#8735)
* [google-cloud-cpp-common] initial port

Add a new port for the Google Cloud C++ common components.

* No need to build the tests.

* Forgot to disable the tests when I removed the gtest dep.
2019-10-28 11:19:54 -07:00
Krisztián Csordás
903ca87652 Fix sdl2 build if there is space in the path (#8760)
* Fix sdl2 build if there is space in the path

* [sdl2] Bump control version to account for new patch
2019-10-28 11:13:09 -07:00
JackBoosY
203c3e798a [wangle]Fix config.cmake (#8764) 2019-10-28 11:04:29 -07:00
Phoebe
453394c3f2 [duktape] fix pip and pyyaml install issue (#8767) 2019-10-28 11:03:30 -07:00
eao197
c17a8e5462 so5extra updated to 1.3.1.1 (#8770) 2019-10-28 10:57:37 -07:00
Lily
431d3f35e9 [log4cpp] Fix link static library (#8741)
* [log4cpp] Fix link static library

* [log4cpp] Unneeded removal of /bin in static mode
2019-10-26 19:39:19 -07:00
JackBoosY
2ade1ec32b [grpc]Fix build failure in Linux: duplicate function gettid. (#8737) 2019-10-26 19:28:17 -07:00
Michael Hansen
3a4598b676 [string-theory] Update library to 2.3 (#8734) 2019-10-25 14:53:04 -07:00
SvenPStarFinanz
4b50ddd040 [xmlsec] Update to 1.2.29 (#8721) 2019-10-25 14:52:51 -07:00
NN
447e0aaa88 Fix repository name case (#8695)
* Fix repository name case

* [detours] Match GitHub URL exactly
2019-10-25 14:50:30 -07:00
Michał Janiszewski
6a37e1a9af [pixman] Improve Arm detection (#8736) 2019-10-25 14:38:23 -07:00
Jose de Jesus Medina
83b1998ed3 update x265 to 3.2 (#8738) 2019-10-25 14:37:49 -07:00
JackBoosY
d3a7830335 [curl]Fix tools depends zlib. (#8739) 2019-10-25 14:28:11 -07:00
Jonathan Hale
3b868ac769 Update magnum ports to new version (#8742)
* [corrade/magnum-*] Remove obsolete patches

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

* [corrade/magnum-*] Update to 2019.10

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

* [magnum-plugins] Add new features

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

* [magnum-integration] Add new features

Signed-off-by: Squareys <squareys@googlemail.com>
2019-10-25 13:05:28 -07:00
Ehsan
87c8af9e46 [directxtk] Update library to oct2019 (#8724) 2019-10-24 15:50:25 -07:00
Ehsan
c04af2c192 [libcopp] Update library to 1.2.1 (#8728) 2019-10-24 15:49:49 -07:00
Ehsan
397c783ea7 [check] Update library to 0.13.0 (#8722) 2019-10-24 15:49:23 -07:00
Ehsan
94bb8f3ccd [directxtex] Update library to oct2019 (#8723) 2019-10-24 15:48:58 -07:00
Ehsan
1d3f140a8f [directxtk12] Update library to oct2019 (#8725) 2019-10-24 15:48:42 -07:00
Ehsan
0b13d1015a [forest] Update library to 12.0.4 (#8727) 2019-10-24 15:48:31 -07:00
Ehsan
6d3da364a8 [libpmemobj-cpp] Update library to 1.8 (#8729) 2019-10-24 15:48:06 -07:00
ewertons
c258d0947d Revert "[azure] Update azure-iot-sdk-c for 07/2019 LTS refresh (#8686)" (#8731)
This reverts commit bc11674db1.

The LTS release broke the regular port of azure-iot-sdk-c.
This will be fixed and re-published.
2019-10-24 15:47:53 -07:00
Raynor Vliegendhart
9354e0744e [proj4] Update to version 6.2.0 (#8621)
* [gdal] Change dependency from proj to proj4

* [proj4] Update to version 6.2.0
2019-10-23 15:28:46 -07:00
Vitaly Petrov
67d9a515bb Add Mac/Linux build support (#8709) 2019-10-23 15:09:47 -07:00
Maxime Gimeno
94d954ed44 Add boost-ptr-container to the list of dependences 2019-10-22 13:59:22 +02:00
Daniel Parker
7e750cb498 [jsoncons] Update to v.0.136.1 (#8689) 2019-10-21 22:50:33 -07:00
JackBoosY
1bdb6bfec1 Fix separate make and install execution error issue. (#8540)
* Fix separate make and install execution error issue.

* trigger CI system.

* Fix multiple copy files under debug, fix separator between make and install in linux.
2019-10-21 22:49:23 -07:00
RT222
86620461eb [yoga] Update to 1.16.0 and enabled UWP builds (#8630)
* [yoga] Update to 1.16.0

* [yoga] Enabled UWP builds

* [yoga] Fixed regressions
2019-10-21 17:19:35 -07:00
Daniil Goncharov
491bc64669 update nameof to v0.9.2 (#8671) 2019-10-21 15:24:13 -07:00
AMIR
ac92a1c8cf [duckx] update library to 1.0.0 (#8673) 2019-10-21 15:23:30 -07:00
RT222
43923edb4b [nano-signal-slot] Enable UWP and dynamic builds (#8675)
* [nano-signal-slot] Enable UWP and dynamic builds

* [nano-signal-slot] Change version to date

* [nano-signal-slot] Fix wrong version year
2019-10-21 15:23:03 -07:00
Joel Filho
d2bf910e75 Fix static linkage issues on Linux (#8679) 2019-10-21 15:21:27 -07:00
RT222
056cbddd36 [catch2] Update to 2.10.1 (#8684) 2019-10-21 15:19:09 -07:00
Sergey Podobry
7ddfff9bb8 [plog] Update to 1.1.5 (#8685) 2019-10-21 15:18:52 -07:00
ewertons
bc11674db1 [azure] Update azure-iot-sdk-c for 07/2019 LTS refresh (#8686) 2019-10-21 15:18:33 -07:00
Maxime Gimeno
77c50e27eb Add a patch for openmvs 2019-10-21 15:26:33 +02:00
Daniil Goncharov
9994cdf54f update magic_enum to 0.6.3 (#8656) 2019-10-18 14:15:52 -07:00
ryanfitzsimon
8d0f86cad7 [mosquitto] Update to 1.6.7 (#8661)
* Remove patch for ssize_t definition issue resolved upstream
2019-10-18 14:14:57 -07:00
Bradley Austin Davis
01ab11a6f5 [assimp] Fix cmake package config (#8665) 2019-10-18 14:08:24 -07:00
John Farrier
ff9a7c8f54 [celero] Updated to v2.6.0 (#8646) 2019-10-18 13:20:06 -07:00
myd7349
a548a646b6 [bfgroup-lyra] Add new port (#8612)
* [lyra] Add new port

* [bfgroup-lyra] Rename
2019-10-18 12:57:02 -07:00
RT222
764eed78d9 [physx] Added UWP support (#8658) 2019-10-18 12:18:10 -07:00
Maxime Gimeno
042011d52f remove patch 2019-10-18 14:47:36 +02:00
Maxime Gimeno
f9a99f6317 Add usage file 2019-10-18 14:15:34 +02:00
Maxime Gimeno
1302ba6fa7 Fix CONTROL version 2019-10-18 13:59:24 +02:00
Maxime Gimeno
78d6c77fcb Upgrade to 5.0-beta1 2019-10-18 13:57:04 +02:00
Lily
2aaf7fd8b3 [pmdk] Upgrade to version 1.7 (#8586)
* [pmdk] Upgrade to version 1.7

* [pmdk] Use the commit id of release version

* [pmdk] Use the commit id of release version
2019-10-18 00:17:17 -07:00
RT222
94ce38b45a [physx] Added a patch to fix missing typeinfo.h header with VS16.3 and missing pdb files (#8561)
* [physx] Added a patch to fix missing typeinfo.h header with VS16.3

* [physx] Fixed missing pdb files

* [physx] Fixed the remaining missing pdb files
2019-10-17 17:38:26 -07:00
JackBoosY
db411cbe64 [tcl]Upgrade to 8.6.9 and use vcpkg_install_make/vcpkg_install_nmake. (#8402)
* [tcl]Upgrade to 8.6.9 and use vcpkg_install_make/vcpkg_install_nmake.

* [tcl]Upgrade to 8.6.10 and add features.

* [tcl]Delete debug info and support static build.

* Re-trigger CI system.

* [tcl]Fix windows-static build.
2019-10-17 17:26:50 -07:00
JackBoosY
75dd38cd8a [proj4] Upgrade version to 6.1.1 and remove patches. (#7917)
* [proj4]Upgrade version to 6.1.1 and remove useless patches.

* [libgeotiff]Fix build errors using proj4 6.1.1.

* [libspatialite]Fix build errors using proj4 6.1.1.

* [gdal]Fix build errors using proj4 6.1.1.

* [spatialite-tools]Fix build errors using proj4 6.1.1.

* [spatialite-tools]Fix build errors using proj4 6.1.1.

* [libgeotiff]Re-fix build errors using proj4 6.1.1.

* [vtk]Fix build errors using proj4 6.1.1.

* [proj4]Fix find sqlite binary failure.

* [proj4]Disable build tools when building proj4 in arm/uwp.

* [sqlite3/libgeotiff]Fix libdl library linkage. Re-fix use proj issue.

* add back dl libs

* [gdal]Fix dependent port proj library name.

* [proj4]Set Windows library name to "proj" and revert fix-proj-name changes.

* [liblas]Fix build errors using proj4 6.1.1.

* [liblas]Fix build errors using proj4 6.1.1.

* [liblas]Fix build errors using proj4 6.1.1.

* [proj4]Fix feature database on triplet arm/uwp.

* [gdal]Remove useless flag PROJ_STATIC.

* [proj4]Fix build error on x64-windows-static.

* [liblas]Use find_library to get proj4/sqlite3 libraries.

* [proj4]Fix sqlite dependency.

* [proj4]Fix arm/uwp dependency.

* [proj4]Fix linux build: configure error.

* [proj4]Disable export proj4 namespace.

* [liblas]Delete proj dependency.

* [libspatialite]Fix linux build.

* [libspatialite]Fix linux command.

* [libspatialite]Fix configure error.

* [proj4]fix static cmake tools path.

* [libgeotiff]Set configure options to 1/0 to avoid the "if" comparison failure in config.cmake.
[proj4]Revert changes about namespace.
[liblas]Remove FindPROJ4.cmake and FindGeoTIFF.cmake from the source.

* [vtk]Fix using latest proj4 issue.

* [proj4]Delete missing patch.
2019-10-17 17:15:52 -07:00
RT222
11ef794475 [sdl2] Update to 2.0.10 (#8643) 2019-10-17 12:35:47 -07:00
Victor Romero
75b4620da5
Merge pull request #8554 from NancyLi1013/dev/NancyLi/8539-add-feature-for-vtk
[vtk] Change atlmfc as feature
2019-10-15 22:10:32 -07:00
Victor Romero
17365b43a4
Merge pull request #8559 from NancyLi1013/dev/NancyLi/8530-add-port-ffnvcodec
[ffnvcodec] Add new port
2019-10-15 22:08:59 -07:00
Victor Romero
5984bfc968
Merge pull request #8563 from RT222/directxlibs
[directxtk][directxtk12][directxtex][directxmesh] Fixed missing pdbs
2019-10-15 22:03:14 -07:00
Victor Romero
17d030d787
Merge pull request #8581 from imc-123/imc-123-vcpkg-otl-447
otl version 447
2019-10-15 22:01:41 -07:00
Victor Romero
6f18627cf0
Merge pull request #8583 from SuperWig/range-v3
[range-v3] Update to 0.9.1
2019-10-15 22:01:18 -07:00
Victor Romero
46d8bf9b10
Merge pull request #8590 from ehsan-mohammadi/dev2
[cpp-httplib] Update library to 0.2.5
2019-10-15 21:55:53 -07:00
Victor Romero
585b9272d4
Merge pull request #8591 from AlvinZhangH/dev/alvin/8531
[embree3]Fix EMBREE_ROOT_DIR path setting,EMBREE_LIBRARY Debug/Release path setting.
2019-10-15 21:55:32 -07:00
Victor Romero
7fe358bba1
Merge pull request #8605 from JackBoosY/dev/jack/imgui_add_example
[imgui]Add feature example in windows.
2019-10-15 21:52:33 -07:00
JackBoosY
91a3d16725 [embree3]Fix generated cmake files path. 2019-10-15 01:28:13 -07:00
JackBoosY
bda01dae98 [imgui]Add feature example in windows. 2019-10-15 00:46:56 -07:00
Victor Romero
3cf69f964d
Merge pull request #8593 from ehsan-mohammadi/dev3
[chakracore] Update library to 1.11.14
2019-10-14 19:40:24 -07:00
NancyLi1013
1c796faf3e [portaudio] Update to the latest version (#8399)
* [portaudio] Update to the latest version

* Update SHA512 hash code

* Update source URL
2019-10-14 16:34:34 -07:00
NancyLi1013
52eb8e8a32 [libudns] Add new port (#8572) 2019-10-14 16:29:55 -07:00
Ehsan
96e55fb3c2 [aixlog] Update library to 1.2.2 (#8587) 2019-10-14 15:56:19 -07:00
Victor Romero
b748d448d2
Merge pull request #8564 from CaeruleusAqua/master
Mixed release and debug build in libarchive
2019-10-14 13:28:15 -07:00
Victor Romero
0b111e58f3
Merge pull request #8576 from jherico/fix/libyuv
[libyuv] fix include header installation
2019-10-14 12:35:24 -07:00
Victor Romero
2c5e2fae89
Merge pull request #8596 from koprok/ffmpeg-vcpkg-c-flags
[ffmpeg] Pass Vcpkg compiler and linker flags to build script
2019-10-14 12:28:24 -07:00
Victor Romero
630b8fe66f
Merge pull request #8568 from NancyLi1013/dev/NancyLi/7580-add-libcrafter
[libcrafter] Add new port
2019-10-14 12:21:09 -07:00
unknown
acd340f319 [chakracore] Update library to 1.11.14 2019-10-14 15:51:09 +03:30
Todor Prokopov
20d49dcf62 [ffmpeg] Pass Vcpkg compiler and linker flags to build script 2019-10-14 14:03:01 +03:00
AlvinZhangH
14fa259ebf [embree3]Change EMBREE_ROOT_DIR path setting, EMBREE_LIBRARY Debug/Release path setting, Update version. 2019-10-14 16:01:41 +08:00
unknown
2f4e7a98c0 [cpp-httplib] Update library to 0.2.5 2019-10-14 10:57:18 +03:30
Daniel Marshall
19e0169637 Update CONTROL file 2019-10-14 07:19:07 +01:00
scholle
1835f4c56c bump libarchive CONTROL version 2019-10-14 00:09:38 +02:00
Daniel Marshall
7df6a2d037 Update range-v3 to 0.9.1 2019-10-13 18:57:21 +01:00
imc-123
ce77a3d8ff
version 447 2019-10-13 17:00:47 +01:00
Brad Davis
7068aedcba [libyuv] fix include header installation 2019-10-12 10:19:59 -07:00
NancyLi1013
f34bf60068 Add build error patch 2019-10-12 00:15:32 -07:00
NancyLi1013
038e1c6bb3 [libcrafter] Add new port 2019-10-11 23:25:48 -07:00
kevinlul
aac5a1749e [sqlite3] Update to 3.30.1 2019-10-12 00:47:27 -04:00
Victor Romero
80aa0ab06e
Merge pull request #8565 from jspaith/iot-provisioning
azure-iot-sdk-c for release of 2019-10-10
2019-10-11 15:02:03 -07:00
John Spaith
14cc521677 Updating control value 2019-10-11 12:58:10 -07:00
Julian Scholle
c309af4c71 fix mixed release and debug build (was always using zstd release) 2019-10-11 16:55:50 +02:00
RT222
b6a4faeaf1
[directxtk][directxtk12][directxtex][directxmesh] Fixed missing pdbs 2019-10-11 16:52:19 +02:00
Ramadan
512d99ee73 Fix PR#8547 and use original repo and add .diff file with needed changes 2019-10-11 14:56:39 +02:00
NancyLi1013
2178150821 [ffnvcodec] Add new port 2019-10-11 03:10:49 -07:00
NancyLi1013
c0e4ce598f Update CONTROL 2019-10-10 20:04:05 -07:00
NancyLi1013
c64abfa0d6 [vtk] Change atlmfc as feature 2019-10-10 19:02:28 -07:00
Chao
fa7a3eaec3 [nlohmann-fifo-map]new port (#8458)
* [nlohmann-fifo-map]new port

* Formatting; Fix up version
2019-10-10 14:26:40 -07:00
ryanfitzsimon
0eed89614d [imgui] Update to 1.73 (#8504) 2019-10-10 11:48:43 -07:00
Victor Romero
065c9c443a
Merge pull request #8547 from RamadanAhmed/master
Add Dbow3 Library
2019-10-10 11:14:36 -07:00
Victor Romero
03b269180b
Merge pull request #8544 from LilyWangL/dev/Lily/issue84528526
[gtest/pmdk] Upgrade to new version
2019-10-10 11:14:01 -07:00
John Spaith
8545a9591c Backing out unneeded patch 2019-10-10 09:37:37 -07:00
John Spaith
17c9b6bac8 Merge from master 2019-10-10 09:36:18 -07:00
Ramadan
a9407450bd Fix: Remove -DBUILD_SHARED_LIBS=ON 2019-10-10 16:21:37 +02:00
Ramadan
90d017005d Add Dbow3 Library 2019-10-10 15:23:29 +02:00
wangli28
92fb473d2b [gtest/pmdk] Upgrade to new version 2019-10-10 09:52:14 +00:00
Stefano Sinigardi
999c198334 [opencv] add tesseract to fix downstream linking 2019-10-10 11:14:29 +02:00
Victor Romero
2b049c47b5
Merge pull request #8412 from Deledrius/libjpeg-turbo-2.0.3
[libjpeg-turbo] Update to 2.0.3.
2019-10-09 21:33:08 -07:00
Victor Romero
d3fb0580e0
Merge pull request #8532 from cenit/dev/cenit/curlpp
[curlpp] fix regression introduced in #7331
2019-10-09 21:32:04 -07:00
Victor Romero
85390163e6
Merge pull request #8520 from LilyWangL/dev/Lily/issue8445
[angelscript] Upgrade to version 2.34.0
2019-10-09 21:25:22 -07:00
wangli28
523ae16f39 [angelscript] Upgrade to version 2.34.0 2019-10-10 02:45:57 +00:00
Victor Romero
f3caee1cf0
Merge pull request #8535 from karjonas/irrlicht_deps
[irrlicht] do not build exisiting dependencies
2019-10-09 13:57:04 -07:00
Victor Romero
6e39eaaa96
Merge pull request #8527 from cenit/dev/cenit/stb
[stb] update and add cmake module
2019-10-09 13:53:58 -07:00
Victor Romero
0a5772ae14
Merge pull request #8523 from JackBoosY/dev/jack/8503
[sfml]Add usage.
2019-10-09 13:49:56 -07:00
Victor Romero
680215d096
Merge pull request #8522 from LilyWangL/dev/Lily/issue84488449
[gdcm/libtorrent] Upgrade to new version
2019-10-09 13:49:13 -07:00
Jonas Karlsson
17e9132f73 [irrlicht] do not build exisiting dependencies
Since libjpeg, libpng, zlib and bzlib are provided as dependencies
through vcpkg, we disable building them in irrlicht. This fixes a
runtime error steming from a version mismatch between the libjpeg
versions provided by irrlicht and vcpkg respectively
2019-10-09 22:06:32 +02:00
Victor Romero
5ff7548931
Merge pull request #8515 from jherico/openxr
[openxr-loader] Update to 1.0.3 release + latest C++ bindings header
2019-10-09 12:30:33 -07:00
Victor Romero
77ba2ebf39
Merge pull request #8513 from ewertons/master
[azure] Update azure-iot-sdk-c for release of 2019-10-07
2019-10-09 12:29:54 -07:00
Victor Romero
9d80a9226e
Merge pull request #8505 from karjonas/irrlicht_reorder
[irrlicht] Reorder link libraries
2019-10-09 12:27:49 -07:00
Victor Romero
15fc811e6d
Merge pull request #8501 from JackBoosY/dev/jack/8450
[itk]Fix use 64 bit ids.
2019-10-09 12:26:05 -07:00
Victor Romero
aa08e7098f
Merge pull request #8485 from karjonas/ode
[ode] Upgrade to 0.16
2019-10-09 12:25:15 -07:00
Victor Romero
eac3164d51
Merge pull request #8493 from eao197/restinio-0.6.0.1
[restinio] updated to v.0.6.0.1
2019-10-09 11:14:09 -07:00
Victor Romero
65fd4502ae
Merge pull request #8494 from JackBoosY/dev/jack/8480
[armadillo]Fix cmake path.
2019-10-09 11:13:45 -07:00
Victor Romero
31458d8ff6
Merge pull request #8496 from JackBoosY/dev/jack/8429
[sdl2-mixer]Fix usage issue.
2019-10-09 10:47:33 -07:00
Victor Romero
72b3aa83af
update magic_enum to v0.6.2 (#8500) 2019-10-09 10:42:48 -07:00
JinmingHu
aba829d929 [azure-storage-cpp]Upgrade to 7.0.0 (#8499) 2019-10-09 10:41:51 -07:00
Brad Davis
e76ac1a9cd [openxr-loader] Update to 1.0.3 release + latest C++ bindings header 2019-10-09 09:43:42 -07:00
Ewerton Scaboro da Silva
3a619c1af8 [azure] Update azure-iot-sdk-c for release of 2019-10-07 2019-10-09 09:01:16 -07:00
Stefano Sinigardi
d9b08b2243 [curlpp] fix regression introduced in #7331, commit 7358190c3b 2019-10-09 17:07:36 +02:00
JackBoosY
37be706f56 Fix option -j (#8489)
* Remove unusable parameters -j

* trigger CI system.

* Add option -j to make.

* Re-trigger CI system.

* Fix -j in make, fix NO_DEBUG in nmake.

* Re-trigger CI system.
2019-10-09 05:54:19 -07:00
Stefano Sinigardi
b1127999c2 [darknet] use new stb port 2019-10-09 14:35:24 +02:00
Stefano Sinigardi
cb2aafbb54 [stb] add cmake module, update to latest revision 2019-10-09 14:35:08 +02:00