Commit Graph

581 Commits

Author SHA1 Message Date
NancyLi1013
efddfbf13e
[hidapi] Add support linux and osx (#17231)
* [hidapi] Add support linux and osx

* Update versions

* Remove duplicate AC_CONFIG_MACRO_DIR

* Update versions/h-/hidapi.json
2021-04-30 11:11:21 -07:00
Jack·Boos·Yu
d36f68e336
[libpq] Fix cmake wrapper on Windows, add usage (#17232)
* [libpq] Fix cmake wrapper on Windows, add usage

* update version record

* Fix macro PostgreSQL_LIBRARIES

* update version record

* Update ports/libpq/vcpkg-cmake-wrapper.cmake

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Update ports/libpq/vcpkg-cmake-wrapper.cmake

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Update versions/l-/libpq.json

* Update versions/baseline.json

* Update versions/l-/libpq.json

* Update ports/libpq/vcpkg.json

* Update versions/l-/libpq.json

* Update ports/libpq/vcpkg.json

* Update versions/baseline.json

* Update versions/l-/libpq.json

* Update versions/l-/libpq.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-04-30 11:10:51 -07:00
NancyLi1013
d790cb6410
[libosip2] Update to 5.2.0 and add windows support (#17321)
* [libosip2] Add Windows support

* Update version files

* Update portfile.cmake

* Update versions/l-/libosip2.json

* Fix typo error

* Update versions/l-/libosip2.json

* Address review suggestion

* Update versions/l-/libosip2.json

* Update ports/libosip2/portfile.cmake

* Remove space line

* Update versions/l-/libosip2.json
2021-04-30 11:03:26 -07:00
Alexandro Sanchez
f3619bdadc
[libqcow] Update to 20210419 (#17525) 2021-04-30 11:02:15 -07:00
Matthias C. M. Troffaes
63c7a82c6a
[ffmpeg] add openh264 support (#17531)
* [ffmpeg] add openh264 support

* [ffmpeg] bump port version

* [ffmpeg] x-add-version

Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-04-30 11:01:30 -07:00
Jack·Boos·Yu
8dad905c6f
[matplotplusplus] Fix find and use dependencies (#17552)
* [matplotplusplus] Fix find and use dependencies

* update version record
2021-04-30 10:59:39 -07:00
Peter Keresztes Schmidt
c8c95c50c1
[zeromq] Update to 4.3.4 (#17554)
* [zeromq] Update to 4.3.4

Use newly introduced WITH_LIBSODIUM_STATIC build option when linking libsodium statically.

* Update versions
2021-04-30 10:57:53 -07:00
Mathis Logemann
4f7901ce6f
[comms,commsdsl] update ports (#17581)
* [comms, commsdsl] update to new version

* update versions
2021-04-30 10:56:51 -07:00
Dariusz Antoniuk
63e7b48acf
[scnlib] Update the port of scnlib to 0.4 (#17242)
* [scnlib] update the scnlib port

* [scnlib] add the version entry
2021-04-29 16:28:53 -07:00
dittons
33a812303b
[stlab] update to 1.6.2 (#17239)
* update stlab to 1.6.2

* update stlab to 1.6.2 (version files)

* fix comment in typo

* update version

Co-authored-by: ian <ian>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-04-29 16:27:56 -07:00
JonLiu1993
6b47549240
[Xalan-C] update to 1.12 (#17256)
* [Xalan-C] update to 1.12

* update version
2021-04-29 16:18:49 -07:00
NancyLi1013
422d8abfdd
[libwebsockets] Update dependency (#17253)
* [libwebsockets] Update dependency

* Update version files
2021-04-29 16:16:35 -07:00
Matt Schulte
69b57f85fc
[elfio] Update elfio from 3.8 to 3.9 (#17249)
* [elfio] Update elfio from 3.8 to 3.9

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-04-29 16:15:34 -07:00
JonLiu1993
58c1d6636b
[libyuv] update to latest commit (#17294)
* [libyuv] update to latest commit

* update version

* change configure_file parameter

* update version
2021-04-29 16:14:01 -07:00
Ilya Arzhannikov
c6f8dbac62
[Gmp] add cflags to build commands for compiletime tools (#17264)
* add cflags for compile time tools

* vcpkg x-add-version gmp

* add yasm-tool as host dependency

* ./vcpkg x-add-version gmp --overwrite-version

* formating

* ./vcpkg x-add-version gmp

* Update ports/gmp/vcpkg.json

* Update versions/baseline.json

* Update versions/g-/gmp.json

* Update versions/g-/gmp.json

Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29 16:13:35 -07:00
Kai Pastor
56c0313c4b
[fontconfig] Don't require uuid port for mingw (#17280)
* [fontconfig] Don't require uuid port for mingw

* Update versions
2021-04-29 15:57:05 -07:00
NancyLi1013
4d57adb52e
[libzip] fix dependency in libzip-config.cmake.in (#17282)
* [libzip] fix dependency in libzip-config.cmake.in

* Update version files
2021-04-29 15:54:14 -07:00
Maxime GIMENO
76a5e426ab
[CGAL] Fix the configuration file (#17300)
* Remove the CGALConfig.cmake in /lib/cgal to only keep the original stuff in /share/cgal. This will fix the missing CGAL_VERSION.

* Update CONTROL version

* update baseline version
2021-04-29 15:48:08 -07:00
georg-emg
16cb5ff369
[ryu] fixed syntax error in ryuConfig.cmake (#17306)
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a

* executed vcpkg x-add-version ryu

* Update ports/ryu/ryuConfig.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* executed vcpkg x-add-version ryu

* fixed a syntax error in ports/ryu/ryuConfig.cmake

* vcpkg x-add-version ryu

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-29 15:45:22 -07:00
Szabolcs Horvát
90e7eaf824
[igraph] create new port (#17311)
* [igraph] create new port

* [igraph] commit x-add-version result

* [igraph] fix formatting

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* [igraph] explain why we use the release tarball

* [igraph] x-add-version

* [igraph] workaround for MSVC security warnings

* Disable some MSVC warnings

* set up for cross-compilation

* fixes

* enable external CXSparse and fixes

* final cleanup

* vcpkg x-add-version igraph

* Update ports/igraph/portfile.cmake

* Update ports/igraph/portfile.cmake

* Update ports/igraph/portfile.cmake

* Update ports/igraph/vcpkg.json

* x-add-version

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29 15:43:20 -07:00
myd7349
2f03bdc3f0
[yyjson] Add new port (#17201)
* [yyjson] Add new port

* [yyjson] Add version file

* [yyjson] Patch CMakeLists.txt

* [yyjson] Overwrite version

* [yyjson] Copy pdb files

* [yyjson] Overwrite version

* [yyjson] Fix UWP build

* [yyjson] Overwrite version

* [yyjson] Fix patch encoding

* [yyjson] Overwrite version

* [yyjson] Update to 2021-04-12

* [yyjson] Bump version

* [yyjson] Update versions/y-/yyjson.json

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* [yyjson] Modernize

* [yyjson] Overwrite version

* [yyjson] Modernize

* [yyjson] Overwrite version

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
2021-04-29 14:02:08 -07:00
NancyLi1013
11d559a0c9
[soil] Update repository (#17012)
* [soil] Update repository

* Remove skip from ci.baseline.txt

* Update CMakeLists.txt and add support field

* update version files

* Update to another repository

* Rename SOILConfig.cmake.in to soilConfig.cmake.in

* Update ports/soil/portfile.cmake

* Update configureVersion file

* Update and rename SOILConfigVersion.cmake.in to soilConfigVersion.cmake.in

* Update version files

* Update versions/s-/soil.json
2021-04-29 13:56:26 -07:00
Jonathan Hale
70610f4494
[magnum,-plugins] Fix deprecated use of vcpkg_check_features (#17016)
Signed-off-by: Squareys <squareys@googlemail.com>
2021-04-29 13:49:04 -07:00
Robert Schumacher
4f942e1b11
[python3] Disable registry access to determine WinSDK (#17579)
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-04-29 13:30:24 -07:00
Mathis Logemann
387623e878
[comms, commsdsl] update ports (#16415)
* update comms

* update versions

* commsdsl is dynamic only

* update version

* fail on static

* update version

* use version-semver instead of version-string

* update versions
2021-04-29 13:02:29 -07:00
Fei Chong
2cfbf01199
update osg-qt from Qt4 tag to master branch(Qt5) (#14761)
* update osg-qt from Qt4 tag to master brach(Qt5)

* [osg-qt]: update version to Qt5#4

* Apply suggestions from code review

* Update versions/baseline.json

* Update versions/o-/osg-qt.json

* Update versions/baseline.json

* Update versions/o-/osg-qt.json

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29 13:01:42 -07:00
NancyLi1013
6537078e8a
[opencv4] Fix OPTIONS BUILD_opencv_gapi (#17354)
* [opencv4] Fix OPTIONS BUILD_opencv_gapi

* Update version files
2021-04-29 10:45:23 -07:00
Stefano Sinigardi
58678a961f
[darknet] fix opencv features, add compatibility with VS16.9 (#15942)
* [darknet] fix opencv features colliding one with the others

* update yolov4-tiny sha512

* move to manifest file

* format manifest file and fix some inconsistencies

* [darknet] fix references

* Update ports/darknet/vcpkg.json

* Update versions/d-/darknet.json

* apply review suggestions

* [darknet] fix references

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* format as requested by CI

* [darknet] update refs

* [darknet] bugfix

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-04-29 10:45:10 -07:00
myd7349
2a61223ac0
[simdjson] Update to 0.9.2 (#17200)
* [simdjson] Update to 0.9.2

* [simdjson] Bump version

* [simdjson] Modernize

* [simdjson] Overwrite version

* [simdjson] Modernize

* [simdjson] Overwrite version

* [simdjson] I don't intend to change this line
2021-04-29 10:44:52 -07:00
Sylvain Doremus
1efdaf8f4d
[shaderwriter] Update to version 1.1.0 (#17347)
* [shaderwriter] Update to version 1.1.0

* Replaced "version-string" with "version".

* Updated port version's sha
2021-04-29 08:22:26 -07:00
Jack·Boos·Yu
d329368fd4
[forge] Fix usage (#17404)
* [forge] Fix usage

* update version record
2021-04-29 08:08:10 -07:00
Ryan
c6f863b236
[frozen] Update to latest commit (#17451)
* convert control file

* update frozen to latest commit

* cleanup redundancies

* cleanup deprecated functions

* disable tests

* add version
2021-04-29 08:03:59 -07:00
nicole mazzuca
e6cabdece5
[ci] Update macOS to 11 (#17376)
* start 2021-04-16 process

Major new things:
* update to macOS Big Sur (11.*)
* switch from VirtualBox to Parallels due to ^ (and also ARM)

Minor new things:
* update from xcode CLT 12 to 12.4

This PR includes new stuff for creating the base box for parallels.
Still to do: using the new box type.

* update the vagrantfile stuff

* link the CI to the new version

* modify how macOS boxes are made

the Vagrantfile for the final VM will only download the azure pipeline stuff

this allows us to keep the versions of brew applications stable

* fix cpus and memory

* add vagrant plugins to installables

* Skip cppgraphqlgen ICE.

* [sdformat6] Remove unneeded include(FindBoost) which causes problems when the system cmake version doesn't match the one deployed by vcpkg.

* switch to dmg for installing osxfuse/sshfs

* Set cores to 11 (leaving 1 thread for host)

Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-04-29 07:39:04 -07:00
Alexander Neumann
326eabc191
[libpq] fix python patches (#15579)
* [libpq] fix python patches

* [libpq] Bump port-version and add comment about python patches

* Bump port-version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-28 21:30:37 -07:00
Dawid Wróbel
7f17087407
qt5-base: misleading list of system packages required (#16280)
* qt5-base: misleading list of system packages reqd

qt5-base requires many more packages present than just a mere
libxkbcommon-x11-dev currently suggested. Let's instead point users
to thezure provision script, which a complete and an up-to-date list
of them.

* [qt5-base] bump version

* update version record

* Update ports/qt5-base/vcpkg.json

* Update versions/q-/qt5-base.json

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-28 17:53:01 -07:00
Gilles Grospellier
2a90d45fad
[parmetis] Fix build on x64-linux. (#17410)
* Fix parmetis build on x64-linux.

- Change 'METIS' directory to 'metis' because the true name is 'metis'.
- Remove the non working (on linux) link 'METIS' to 'metis'.
- Use absolute path for GKLIB_PATH. Using relative path does not work
  for test HAVE_THREADLOCALSTORAGE in metis/GKlib/GKlibSystem.cmake

* Update parmetis version in baseline.

* Update CONTROL file

* Apply reviewer comment.

* Update ci-baseline.txt

* Update hash in parmetis.json.

* Update port version instead of package version.

* Update hash version

* Try to build parmetis on 'osx'.
2021-04-28 17:39:30 -07:00
NancyLi1013
5db5b34a05
[pcl] Fix qhul cannot be found (#17437)
* [pcl] Fix qhul cannot be found

* Update version files
2021-04-28 17:38:32 -07:00
Francisco Facioni
5014989b54
[tinyexr] update version and add targets (#17360)
* [tinyexr] upgrade to 1.0.0 and add targets

* [tinyexr] Disable building sample

Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-28 17:38:07 -07:00
Ilya Arzhannikov
47c63128dd
[Nettle] add cflags to build tools (#17421)
* add cflags for build tools

* ./vcpkg x-add-version nettle

Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
2021-04-28 17:35:51 -07:00
Todor Prokopov
655e1b4dab
[urho3d] Add new port (#14538)
* [urho3d] Add new port

* [urho3d] Build master branch

* [urho3d] Fix osx build

* [urho3d] Fix windows build

* [urho3d] Update to newest version

* [urho3d] Add versions info

* [urho3d] arm and uwp are not supported

* [urho3d] Update versions info

* [urho3d] Convert CONTROL to vcpkg.json

* [urho3d] Update portfile.cmake to use newer cmake functions

* [urho3d] Fix ExternalProject_Add error

* [urho3d] Update versions info
2021-04-28 17:32:42 -07:00
Francisco Facioni
0b14f8595c
[PoissonRecon] new port (#17370)
* [PoissonRecon] new port

* [poissonrecon] Simplify port and patches

Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-28 17:31:42 -07:00
Jacob Kahn
81bcfa90bc
[flashlight-cuda] update port to v0.3 (#17378)
* [flashlight-cuda] update port

* Update versions

* 0.3 tip

* version-string --> version, remove port-version

* Commit with --overwrite-version

* Update versions/f-/flashlight-cuda.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-28 17:27:44 -07:00
NancyLi1013
345921bce4
[fmt] Update usage (#17279) 2021-04-28 17:08:29 -07:00
ahugeat
0e9dd06bd3
[gamedev-framework] Update to 0.20.0 (#17445)
* Update gamedev-framework to v0.20.0

* Add missing x-add-version

* Update description

* Update x-add-version after description update

* Update versions/g-/gamedev-framework.json

* Update ports/gamedev-framework/vcpkg.json

* Update ci.baseline.txt

* Fix wrong git-tree hash

* Use fail in ci.baseline.txt.

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-28 16:37:44 -07:00
Adam Johnson
59ea102312
[physx] Update to 4.1.2 (#17453)
* [physx] Update to 4.1.2

* [physx] Update to vcpkg-cmake

* [physx] x-add-version
2021-04-28 15:52:34 -07:00
Mathis Logemann
b9a6b3985f
[new/updated port] frugally-deep and updated fplus (#17559)
* update fplus and fix cmake target. new port frugally-deep

* update version and format manifest

* add frugally-deep version

* lol thats header only..

* update version

* add feature double to frugally-deep

* update version
2021-04-28 15:32:43 -07:00
JonLiu1993
05d29d04b9
[marl] update to latest version (#17459)
* [marl] update to 2021-2-19

* update version

* update vcpkg-json

* update json file

* update version

* [marl] update to 2021-04-25

* update version

* Update vcpkg.json

* Update baseline.json

* update version
2021-04-28 14:42:15 -07:00
Matthias C. M. Troffaes
d0f18bbccd
[ffmpeg] avdevice xcb linking fix on linux (#17467)
* [ffmpeg] avdevice depends on xcb on linux

* [ffmpeg] bump port version

* [ffmpeg] x-add-version
2021-04-28 14:35:29 -07:00
Alexander Neumann
a679cddd07
[gettext] disable dirent detection on windows (#17523) 2021-04-28 13:55:54 -07:00
JonLiu1993
7c27548533
[boolinq] update to 3.0.1 (2020-07-29) (#17495)
* [boolinq] update to 3.0.1 (2020-07-29)
2021-04-28 13:51:46 -07:00
Joakim L. Gilje
05f715e6d0
[botan] add arm (#17509) 2021-04-28 13:51:03 -07:00
Alexander Neumann
7ab13e4d69
[pkgconf] Add new port (#17488)
* add new port pkgconf

* version stuff

* reformat manifest

* update version

* add supports field

* version stuff again
2021-04-28 13:50:45 -07:00
Jack·Boos·Yu
ee8c444d4d
[vcpkg baseline][marble] Disable dependency KF5 (#17492) 2021-04-28 13:31:52 -07:00
KOGA Mitsuhiro
4330ee1d34
[sqlcipher] update to 4.4.3 (#17500) (#17501) 2021-04-28 13:26:02 -07:00
JonLiu1993
574ac20545
[grpc] update to 1.37.0 (#17496) 2021-04-28 13:24:37 -07:00
JonLiu1993
4a58116c3c
[gamenetworkingsockets] Update to the latest commit to include headers (#17507)
* [gamenetworkingsockets] Update to the latest commit to include headers

* update version

* Update portfile.cmake

* update version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-04-28 13:12:19 -07:00
Phoebe
e01bb32836
[vcpkg baseline][gdk-pixbuf] Fix build error on windows (#17528)
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-04-28 12:06:01 -07:00
Jack·Boos·Yu
b9cd2a7958
[spdlog] Fix mingW build (#17511)
* [spdlog] Fix mingW build

* update version record
2021-04-27 12:44:31 -07:00
Alexander Neumann
546813ae7b
[glib up to gtk] update and make it work with meson (#13100)
* update glib to meson

* update ci baseline

* update glib to 2.66.3
remove cmakelists

* fix some minor meson issue but meson is still a mess

* add_bin_to_path to vcpkg_install_meson

* regen docs

* try fixing/touching all glib dependent ports

* fix libsigcpp-3 version

* fix glibmm

* fix gmime

* fix libcroco

* update libnice

* fix atk build

* update harfbuzz

* fix few builds

* update libxmlpp

* fix gdk-pixbuf

* fix gts

* gts add patch

* remove old libsigcpp

* add missing comma

* fix supports logic

* fix name mismatch

* restore original ci baseline.

* fix a lot of small details.
increment controls.

* fix harfbuzz & glib

* bump port version

* update port_versions

* fix version field

* update versions

* fix glib in harfbuzz

* update port versions

* silly uppercase type

* update port-versions

* fix cairo build

* update version

* fix atk

* update atk port-verisons

* fix gts public includes

* update versions

* fix cairomm

* fix pango

* fix ignition

* update versions.

* fix gtk

* fix librsvg

* update versions

* fix atk linux

* fix libgpod

* update versions

* fix lcm

* fix librsvg

* update pango and pangomm

* update pango to meson

* more updates

* update pixman

* fix cairo

* fix cairo

* some fixes

* reorder meson a bit

* add none.txt for meson

* fix x86_x64 to x86 "cross" builds

* add tiff pkgconfig

* update gdk-pixbuf

* fix tiff and jpeg

* add graphene

* fix gdk-pixbuf

* add sassc

* update gtk

* fix cairo complete build

* add harfbuzz inlcude in pango since meson does not add it into pkgconfig.

* fix gtk build. Remaining issue fix install script.

* fix gtk build

* fix io2d

* add supports field

* fix cartographer?

* fix librsvg build

* fix gtk build

* fix cartographer

* fix sassc on linux

* fix tiff and libjpeg pc files

* fix pixman x86

* _isnanf is undefined on arm-

* merge fix for make on arm64

* fix gdk-pixbuf on arm64-windows

* pixman remove test/demos.
should fix it on osx.

* [vcpkg_install_meson] add bin to path to run code generators

* [vcpkg_configure_meson]
deactivate native compiler in cross builds
make x86 on x86_x64 a native instead of a cross build
(as long as we are not building for UWP)

* pixman reenable UWP support.

* pixman reenable arm support

* add pixman:arm-uwp=fail to baseline

* update gtkmm

* remove double whitespaces

* gtk baseline
gtk dependency on cairo x11
remove double spaces in flags

* fix linux build

* native none again

* cairo fix cairo-script.pc

* comment out patch since the cairo changes should have fixed it.

* disable wayland backend in GTK since CI is missing system packages

* silly typo in cairo pc file correction
install lzo pc on windows

* remove double spaces in _FLAGS
remove unnecessary comments

* actually disabling wayland backend

* fix glib codegen issue having the wrong path

* try to fix paths in glib codegen

* integrate changes form #12860

* add the uwp patch back in

* deactivate extra harfbuzz shapers.

* vcpkg x-add-version --all --overwrite-version

* remove patches in tesseract.

* fix version

* rerun add-version

* add libgpod:x64-linux=fail to baseline due to missing system tools/libraries

* change regex to take double - into account.

* run x-add-version

* run format-manifest

* add missing removal of multiple spaces back into the regex

* remove ws diff change

* fix gtkmm the upstream way

* remove ws to reduce diff

* make glib build on osx

* format manifest

* run x-add-version

* add pthread dependency

* update baseline due to glib compiling on osx now.

* add meson as a dep to glib

* - add glib host dependencies
- switch to manifest of touched ports

* switch to manifest.

* [libxml2] add gnuinstalldirs

* [libxml2] add missing include of GNUInstallDirs

* add version info

* add include dir to pc files ....

* update version

* add UWP as crosscompiling target

* Apply suggestions from code review

* trying to fix cairo pthread detection on osx.

* fix libmicrohttpd by adding the required system frameworks on osx

* fix poppler by not removing the CXX standard

* fix missing coretext header from harfbuzz in pano

* fix formating issues

* fix librsvg on osx

* revert version changes

* bump version

* version stuff.

* fix graphene version stuff

* fix version stuff

* removing ports from ci baseline to cause me pain

* move cairomm:x64-linux=fail
to gtkmm:x64-linx=fail
remove pangomm:x64-osx=fail

* fix typo

* revert ws changes to vcpkg_install_meson

* update port version after merge

* version stuff

* fix fluidsynth by adding vcpkg_check_features

* move cairo to ci baseline on osx

* version stuff

* fluidsynth corrections

* more version stuff

* apply code review changes

* clean version stuff.

* update version stuff

* code review cleanup

* version stuff

* formating

* update version stuff again

* remove gdi again

* version stuff

* version stuff

* version baseline

* Apply strega-nil suggestions from code review

* run x-add-version

* reset versions to upstream/master

* v8 CONTROL -> json

* reset fluidsynth to upstream/master

* first batch of version-string -> version conversion

* second and last batch of version-string -> version conversions

* update version stuff

* disable gdi feature in harfbuzz (missing user32 linkage in qt5-base)

* version stuff

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* more CR stuff

* update versions

* back out provision changes so that pr can be merged.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-04-26 10:28:21 -07:00
Billy O'Neal
a9b27ed5df
Update VMs, CMake to 3.20.1, CUDA to 11.3, and pwsh to 7.1.3 (#17331)
* Update to CUDA 11.3 on Windows.

* Update PowerShell to 7.1.3.

* Update CUDA to 11.3 on Linux.

* "Explode" VM provisioning scripts for more consistent feedback during deploy. This resolves the deployment script often hanging with no feedback as to why.

* [libdatachannel] Fix use of deprecated result_type typedef.

Submitted upstream as https://github.com/paullouisageneau/libdatachannel/pull/413

* [libvpx] Get the libvpx outputs from the correct place.

(Perhaps VS2019 version 16.10 moved where these are placed? I've been defensive and left an attempt to find from the old location in place.)

* [chromaprint] Support implementations where lrintf is an intrinsic.

* Add provision-entire-image script.

* [cudnn] Disable download-on-the-fly due to licensing concerns.

* Add libnccl to Linux VMs.

* [wangle] Disable x64-windows due to an ICE.

* [cmake] Update cmake to 3.20.1 to avoid https://gitlab.kitware.com/cmake/cmake/-/issues/21571 race

* [libudis86] Fix passing a bogus working directory which fails on CMake 3.20.x

* [dartsim] Disable unit tests, examples, and tutorials, some of which have CMake authoring errors rejected by 3.20.1.

* Add thrust to the cuda installees.

* [tensorflow] Put .bzl in CURRENT_BUILDTREES_DIR to avoid running out of disk space in CI and to respect --clean-after-build.

* [dimcli] Skip port broken by changes in VS2019 project system.

* [upb] Disable an additional warning.

* [libhv] Fix typo DISABLE_PARALLEL => DISABLE_PARALLEL_CONFIGURE

* Update pools
2021-04-26 10:27:45 -07:00
Ilya Arzhannikov
84e5852cfa
[Libidn2] disable documentation (#17419)
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
2021-04-25 00:19:50 -07:00
JonLiu1993
6ebcd4e443
[armadillo] update to <10.4.0> (#17297)
* [armadillo] update to <10.4.0>

* update version
2021-04-23 16:05:42 -07:00
Kai Pastor
49f1d5ac34
[pthreads] Make port empty on mingw (#17318)
* Make pthreads an empty package for mingw

* x-add-version
2021-04-23 16:04:42 -07:00
JonLiu1993
bb0b48e4ce
[cub] update to 1.12.0 (#17355)
* [cub] update to 1.12.0

* update version
2021-04-23 15:26:16 -07:00
Matthieu Penant
99987d007a
[hdf5] threadsafe support (#17371)
* hdf5 threadsafe support

fixes #17260

* baseline + sha
2021-04-23 15:25:34 -07:00
Francisco Facioni
66b2cfb7e2
[spirv-cross] small cleanup (#17367)
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2021-04-23 13:28:31 -07:00
Niall Douglas
03d35b0303
[Outcome] update to v2.2.0 release. (#17362)
* Outcome v2.2.0 release.

* LLFIO matching updated Outcome and its dependencies at https://github.com/microsoft/vcpkg/pull/17362.

Also update usage docs, because a user complained about their incompleteness.
2021-04-23 13:27:19 -07:00
Mark Schofield
9cdfdb6041
[openssl/unix] Run make with 'VCPKG_CONCURRENCY' parallelism (#17373) 2021-04-23 13:23:16 -07:00
Ilya Arzhannikov
cc64806c0b
[Libtasn1] disable documentation (#17420)
* disable documentation generation

* ./vcpkg x-add-version libtasn1

* fix autoformat

* ./vcpkg x-add-version libtasn1 --overwrite-version

* Update the format

* Update the baseline version

* add patch to disable gtk-doc at all

* ./vcpkg x-add-version libtasn1 --overwrite-version

* ./vcpkg x-add-version libtasn1 --overwrite-version

* disable documentation through gtkdocize env variable

* ./vcpkg x-add-version libtasn1 --overwrite-version

* remove patch from portfile

* ./vcpkg x-add-version libtasn1 --overwrite-version

Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-04-23 13:14:08 -07:00
Kai Pastor
30274be0ba
[libxml2] Pass version to rc via configured file (#17389)
* [libxml2] Pass version to rc via configured file

This change fixes quotation issues with the dotted version string on
mingw/Windows.

* x-add-version
2021-04-23 11:06:50 -07:00
Chuck Walbourn
22273d82ff
[directx-headers] port updated (#17399)
* [directx-headers] port updated to match the latest release

* Updated baseline

* Manifest format fix

* Update hash

* Build option was renamed

* Updated hash

* Use version constraint

* Update baseline
2021-04-23 11:05:42 -07:00
Be
9538d15b58
[portaudio] update to 19.7 (#17401) 2021-04-23 11:03:17 -07:00
JonLiu1993
68047ccea7
[taskflow] update to 3.1.0 (#17407)
* [taskflow] update to 3.1.0

* update version
2021-04-23 10:48:11 -07:00
Vitalii Koshura
4e103fa5d2
[sentry-native] Update to 0.4.9 (#17413)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-04-23 10:47:35 -07:00
Francisco Facioni
5a5d541223
[tinygltf] fix json path (#17415) 2021-04-23 10:46:47 -07:00
Jacob Kahn
76f93fd1e1
[flashlight-cpu] Update port to v0.3 (#17432)
* [flashlight-cpu] Update port to v0.3

* Update origin

* Change version-string to version, x-add-version

* commit with --overwrite-version
2021-04-23 10:41:58 -07:00
ras0219
e4096d6c17
[grpc][upb] Update to newer versions (#17422)
* [gRPC] 1.36.4

* [upb] update to 2020-12-19

* update version

* [upb] Fix config.cmake file

* [grpc] Restore using system upb

* [grpc][upb] Version db changes

* [grpc][upb] Fix building upbdefs in grpc

Co-authored-by: Jeong YunWon <jeong@youknowone.org>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-04-23 10:40:07 -07:00
Moritz Beutel
2acc6ce579
[gsl-lite] Update to 0.38.1 (#17444)
* [gsl-lite] Update to 0.38.1

* [gsl-lite] Update version registry
2021-04-23 10:31:22 -07:00
Jack·Boos·Yu
529efa799d
[matplotplusplus] Install extra 3rd libraries (#17461)
* [matplotplusplus] Install extra 3rd libraries

* update version record
2021-04-23 10:30:19 -07:00
Anton Kolesnyk
8067f8a110
[azure-sdk-for-cpp] Upgrade vcpkg manifest files (#17447)
* [azure-sdk-for-cpp] Upgrade vcpkg manifest files

* Update version files

* vcpkg format-manifest

* Update version files

* Minor change to re-trigger CI

* Undo that minor change

* Bump up port-version

* Update x-add-version

* redo x-add-version without overwrite

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-04-23 10:23:13 -07:00
Daniel Parker
684a000aac
[jsoncons] Update to version 0.163.3 (#17466)
* [jsoncons] Update to version 0.163.3

* [jsoncons] Update baseline
2021-04-23 10:18:49 -07:00
Gábor Csorvási
0228e45bcf
[ecos] Update ecos library version to 2.0.8 (#17471)
* [ecos] Update to version v2.0.8

* [ecos] Updated version files
2021-04-23 10:18:22 -07:00
Jack·Boos·Yu
590c580d8d
[lodepng-c] Disable parallel configure (#17290)
* [lodepng-c] Disable parallel configure

* update version record
2021-04-19 17:36:19 -07:00
NancyLi1013
25adbcfe41
[corrade] Fix VS2019 build error (#17356)
* [corrade] Fix VS2019 build error

* Update versions
2021-04-19 17:30:03 -07:00
Jack·Boos·Yu
631177d3f4
[vcpkg baseline][marble] Disable find I18n (#17341)
* [vcpkg baseline][marble] Disable find I18n

* update version record
2021-04-19 17:28:39 -07:00
Park DongHa
d3a67b0559
[ghc-filesystem] create a new port (#16936)
* [ghc-filesystem] create a new port

* [ghc-filesystem] update baseline and port SHA

* Update ports/ghc-filesystem/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/ghc-filesystem/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [ghc-filesystem] update git-tree SHA

* [ghc-filesystem] depends vcpkg-cmake ports

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-04-19 17:21:59 -07:00
Long Nguyen
818cf25415
[libpq] mingw support (#16740)
* [libpq] mingw support

* [libpq] Let libpq decides whether to build _shlib or not

libpqcommon.a and libpqport.a are internal libraries intended for
sharing code between the frontend and the backend. It's best to let
the build system decides if the _shlib variant should be built or not

* [libpq] Always run install-lib-static on mingw

* [libpq] Rename .a to .dll.a and move .dll to correct folder

* [libpq] Create bin folder for mingw

* [vcpkg baseline] Update libpq

* [libpq] Link with crypt32 on mingw

* [vcpkg baseline] Update libpq

* [libpq] Fix release/debug only build

* [vcpkg baseline] Update libpq
2021-04-19 17:19:44 -07:00
ghesketh
8f54f09957
[tiff] support zstd compression in TIFF image files (take 2) (#16610)
* support zstd compression in TIFF image files

* x-add-version tiff

* support WebP compression in TIFF image files

* x-add-version tiff

* Revert "x-add-version tiff" with WebP

This reverts commit f1a5a53dc9.

* Revert "support WebP compression in TIFF image files"

This reverts commit f9ac7fe537.
2021-04-19 17:19:07 -07:00
myd7349
dd2255ee31
[matplotplusplus] Add new port (#13725)
* [matplotplusplus] Add new port

* [matplotplusplus] Update tips

* [matplotplusplus] Update to fix opengl backend

* [matplotplusplus] Update to lastest

* [matplotplusplus] Update to 2021-03-07

* [matplotplusplus] Add FEATURES keyword

* [matplotplusplus] Modernize

* [matplotplusplus] Fix mistake

* [matplotplusplus] UWP not supported

* [matplotplusplus] Format manifest

* [matplotplusplus] Add version file

* [matplotplusplus] Experimental filesystem support

* [matplotplusplus] Overwrite version

* [matplotplusplus] Do not support arm64-windows yet

* [matplotplusplus] Update to 2021-04-11

* [matplotplusplus] vcpkg x-add-version --overwrite-version matplotplusplus

* [matplotplusplus] Modernize

* [matplotplusplus] Overwrite version

* [matplotplusplus] Fixup cmake targets

* [matplotplusplus] Overwrite version

* [matplotplusplus] Modernize

* [matplotplusplus] Overwrite version
2021-04-19 17:17:38 -07:00
Rodrigo Hernandez Cordoba
66ce4e9277
[V8, icu] Update v8 to version 9.0.257.17, icu to 69.1 (#16077)
This change also includes a change to use the
Windows SDK as reported by the WinSDK ENV variable.
v8 9.0257.17 requires ICU to be version 68.x or up.
2021-04-19 17:15:39 -07:00
DDoSolitary
cc1aef5a12
[libarchive] Fix static linking dependencies (#16082) 2021-04-19 17:14:07 -07:00
Park DongHa
1045e88e42
[lua] support iOS triplets (#16107)
* [lua] support iOS triplets

* separate interpreter/compiler to lua[tools] feature
* update git-tree SHA

* [lua] revert feature separation

* [lua] update port SHA

* [lua] make 'tools' default-feature

* set `ENABLE_LUA_CPP` for cmake wrapper

* [lua] fix after collision

* Update ports/lua/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update ports/lua/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [lua] import TargetConditionals for apple platform

* Update ports/lua/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update ports/lua/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [lua] remove negations for 'tool' config

use FEATURES instread of INVERTED_FEATURES to prevent confusions

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-19 17:13:08 -07:00
Park DongHa
6ba281209f
[minizip] support iOS/Android triplets (#16108)
* [minizip] support iOS triplets

* DISABLE_INSTALL_TOOLS when VCPKG_TARGET_IS_IOS

* [minizip] update git-tree SHA

* [minizip] IOAPI_NO_64 in Android

* add a patch to use standard C API

* [minizip] update port SHA
2021-04-19 17:12:16 -07:00
Jack·Boos·Yu
3f2616bc64
[qt5-base] Add feature vulkan (#16386)
* [qt5-base] Add feature vulkan

* update version record

* Update ports/qt5-base/vcpkg.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Update versions/q-/qt5-base.json

* Update ports/qt5-base/portfile.cmake

* Update versions/q-/qt5-base.json

* Update versions/q-/qt5-base.json

* update version record

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-04-19 17:11:20 -07:00
Jack·Boos·Yu
3e9fce266b
[wxwidgets] Fix cmake wrapper (#16546)
* [wxwidgets] Fix cmake wrapper

* update version record

* Update versions/w-/wxwidgets.json

* Update ports/wxwidgets/vcpkg-cmake-wrapper.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update versions/w-/wxwidgets.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-04-19 17:11:01 -07:00
Charlie Barto
9c5b3024bb
[spirv-cross,spirv-headers,spirv-tools] 2021-01-15 update (#15831)
* update spiv-{cross,tools,headers}

* update spriv-{cross,headers,tools} versions

* update versions

* fixup the C targets

* bump headers and remove shared lib from spirv-tools

* update versions.

* added fixup pkg-config

* update git version hash.

* format manifests

* git-trees

* Update ports/spirv-headers/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/spirv-tools/portfile.cmake

* Update ports/spirv-cross/vcpkg.json

* update verson record

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-04-19 17:09:40 -07:00
Ahmed Yarub Hani Al Nuaimi
fe25e8ede8
[aws-cpp-sdk] [zlib] [openssl] [curl] Fix zlib, OpenSSL, curl and AWS SDK for Android (#15725)
* Fix Android build

* Add versioning support

* Disable building tests for cURL

* Fix patch file

* Fix patch file

* Fix patch file

* Fix versioning

* Fix patch file

* [aws-sdk-cpp] Update patch

* update baseline

* Fix dependencies

* Simplify Android configuration

* Simplify Android configuration

* Simplify Android configuration
Add alternative Git CMake script

* Bump port version

* Bump version files

* Remove redundant file

* Bump port version

* Fix version files

* Do not build curl, zlib and OpenSSL

* Typo de pkgconfig script

* Fix cURL build for Android

* Add required flags

* Revert macro change

* Fix curl build for other platforms

* Fix curl build for other platforms

* [vcpkg baseline][gsoap] Update to 2.8.111

* Update versions

* [ktx/otl] Update download hash

* update version record

* Fix curl build for other platforms

* Update ports/aws-sdk-cpp/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/aws-sdk-cpp/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Remove FingGit

* Fix configuration step

* Bump cURL port version

* Bump cURL port version

* Bump AWS SDK C++ version

* Bump AWS SDK C++ version

* Bump AWS SDK C++ version

* Bump AWS SDK C++ version

* Update ports/curl/CONTROL

* Update ports/curl/portfile.cmake

* update baseline record

* Fix Git

* update version record

* Typo

* Fix cross-platform builds of OpenSSL on MinGW/Windows

* Update version

* Fix version

* update doc

* Update ports/aws-sdk-cpp/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update ports/aws-sdk-cpp/portfile.cmake

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Add debug libraries to curl for Android
Simplify OpenSSL patch for curl
Update OpenSSL's port version

* Update aws-sdk-cpp, curl, and OpenSSL versions

* Fix libssh after latest update

* Update libssh version

* Update libssh version

* Update ports/libssh/portfile.cmake

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

* Update ports/curl/portfile.cmake

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

* Update ports/libssh/portfile.cmake

* Apply suggestions from code review

* Use correct variables for OpenSSL libraries when building curl for Android
Fix zlib building for Android
Remove redundant patch comments

* Bump zlib's port version

* Update zlib, libssh, and curl versions

* [vcpkg baseline][popsift] Fix vcpkg_find_cuda.cmake path

* update version record

* Update versions/o-/openssl.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-19 17:08:51 -07:00
Michael Wild
f9bd4c8740
[catch2] Fix share/catch2 directory name conflict (#17271)
Catch2 installs into share/Catch2/ and lib/cmake/Catch2.
The vcpkg_fixup_cmake_targets() function tries to move the contents from
the latter directory to share/catch2, i.e. differing in case w.r.t. the
former.

On Linux this results in both names being present. On pure Windows the
first name "wins". It breaks in a Linux Docker container where the
installation root is located on a bound directory that is on a
case-insensitive file system, such as from a host running Windows.

Fixes: #17228.
2021-04-19 16:48:12 -07:00
Alexandre Bique
4c830b1516
[cairo,cairomm] add fontconfig and quartz feature, raise cairo version (#16825) 2021-04-19 15:30:03 -07:00
talregev
3ec41f57e6
[libvpx] Fix libvpx compilation (install process) (#17287)
* Fix libvpx compilation (install process)

* [libvpx] Remove library and pdb suffixes.

* [ffmpeg] Remove fix for libvpx

* update version record

* Update ports/ffmpeg/CONTROL

* Update versions/f-/ffmpeg.json

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-19 14:26:08 -07:00