Commit Graph

2655 Commits

Author SHA1 Message Date
maz-1
436c86065f
[opengl] install pkgconfig files for windows (#23536)
* [opengl] install pkgconfig files for windows

* update version field
2022-03-15 11:33:47 -07:00
JonLiu1993
5a3a2aae79
[cpp-httplib] update to 0.10.3 (#23541)
* [cpp-httplib] Update to 0.7.15

* [cpp-httplib] update to 0.10.3

* update version

* update version

* Add license

* update version
2022-03-15 11:17:33 -07:00
Eric Kilmer
94cdbeecf5
[ixwebsocket] Update to v11.3.3 (#23548)
* [ixwebsocket] Update to v11.3.3

* Update version
2022-03-15 11:17:14 -07:00
Wang Qi
c6a4ed75f0
[eventpp] Add new port - eventpp (#23501)
* [eventpp] Add new port - eventpp

* [eventpp] Add new port - eventpp, added vcpkg versions
2022-03-14 17:24:52 -07:00
walge-laine
ab762687aa
[uwebsockets] Update to 20.11.0 (#23504)
* [uwebsockets] Update to 20.11.0

* Update CI baseline
2022-03-14 17:07:09 -07:00
Cheney Wang
59bf00a335
[speex] Add necessary tool information to OSX (#23498)
* [speex] Add necessary tool information to OSX

* Add info for linux

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-03-14 17:05:39 -07:00
Erik Moqvist
3559cb2cf8
[c-dbg-macro] Add new port (#23522) 2022-03-14 17:01:36 -07:00
Alexander Neumann
fad0644ade
add port vcpkg-tool-python2 (#23431)
* add vcpkg-tool-lessmsi

* add vcpkg-tool-python2

* adjust vcpkg_find_acquire_program

* use python2 dependency in qt5-base

* remove python2 from qt5-base

* add python2 to qt5-webengine

* use python3 instead of python2

* add some deps on the new vcpkg-tool-python2

* Apply suggestions from code review

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* add license field

* fix test detection

* error on failure to find python2

* move logs to correct position.

* add dep to qtwebengine

* adjust pybind cmake config.

* fix shiva

* move python2 to manual-tools
adjust search path
generate a details.cmake for vcpkg_find_acquire_program

* format manifest

* use version-date

* version stuff

* replace version-string

* more version stuff

* fix search path and add supports expression

* version stuff

* shiva version

* remove arm windows from support

* reuse output_path
use lessmsi is a host dep so use the correct path

* version stuff

* Fix x86 regression

* version stuff

* try fixing qtinterfaceframework

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2022-03-14 10:25:04 -07:00
Alexander Neumann
965961552d
[baseline] [python3] fix bz2(d) search on linux (#23525)
* fix python3 ci?

* add bz2d patch

* fix extra spaces

* version stuff
2022-03-14 01:09:48 -07:00
Hartmut Kaiser
af2287382b
[HPX] Don't remove HPXCacheVariables.cmake during install (#23042)
* Don't remove HPXCacheVariables.cmake during install

- make sure HPXCMakeVariables.cmake does not contain any directory names

* Fixing versions
2022-03-11 15:19:27 -08:00
Osyotr
43235cf746
[earcut.hpp] New port (#23507) 2022-03-11 13:45:49 -08:00
Thomas1664
8a1b0ffb85
[libssh2] Fix deleted configfiles (#23509)
* Fix config files

* version

* Add comment

* version

* Keep pkgconfig files

* version
2022-03-11 13:03:36 -08:00
Adam Johnson
89ed56ebab
[python3] Update to Python 3.10.2. (#23156)
* [python3] Update to Python 3.10.2.

* Version nonsense

* Update Python tool to 3.10.2.

* [python3] Update version file

* [python3] Update versions again

Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-03-11 11:36:11 -08:00
LilyWangLL
183ba0e2f4
[qt5-webengine] Fix apply patch failed (#23484)
* [qt5-webengine] Fix apply patch failed

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-03-11 11:35:32 -08:00
Eric Kilmer
1cbd04e45e
[llvm] Fix LLVM install for 'utils' feature (#23399)
* [llvm] Install utils when feature is selected

* Update version
2022-03-11 11:33:51 -08:00
VuYeK
5bce441478
[sciter-js] Updated sciter-js to 4.4.8.31 (#23357)
* Updated sciter-js to 4.4.8.31

* Updated sciter-js to 4.4.8.31

* Updated sciter-js to 4.4.8.31

* Update ports/sciter-js/vcpkg.json

* Update versions/s-/sciter-js.json

* Update versions/s-/sciter-js.json

* Update versions/s-/sciter-js.json

* string

* update version

* version

* update version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-03-11 11:26:40 -08:00
Gregory Popovitch
fa93152c9b
[GTL] Add new port (#23400)
* [parallel-hashmap] update version to 1.34

* run `vcpkg x-add-version --all` and change `version-string` to `version`

* make suggested changes

* add changes suggested by @JonLui1993

* ran `vcpkg x-add-version --all ` as suggested

* update version

* update parallel-hashmap.json

* initial version

* finish adding gtl port

* add suggested changes (quotes around paths)

* Update gtl.json

* add quotes to paths as suggested.

* Update vcpkg.json

* fix error: Error: String `1.00` is not a valid Relaxed version string (semver with arbitrary numeric identifiers)

* Revert "add quotes to paths as suggested."

This reverts commit 3b3f8daa0f.

* Update gtl.json

* remove old version as suggested by @Thomas1664

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-11 11:25:53 -08:00
LilyWangLL
75d2a36b8e
[raylib] Fix cannot find -lglfw on Linux (#23348)
* [raylib] Fix cannot find -lglfw

* update version

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-03-11 11:21:42 -08:00
autoantwort
2e82d5e958
[yato] fix arm build by updating (#23406) 2022-03-11 11:20:56 -08:00
maz-1
9a6b6dabb4
[ois] fix pkgconfig file not installed on windows (#23426)
* [ois] fix pkgconfig file not installed on windows

* fix debug suffix
2022-03-11 11:20:00 -08:00
Jianshen Liu
4c58b84126
Fix the dependency of installing arrow with the parquet feature (#23423) 2022-03-11 11:18:19 -08:00
Jack·Boos·Yu
5bbca2ad26
[libjpeg-turbo] Fix usage when building static (#23427)
* [libjpeg-turbo] Fix usage when building static

* version
2022-03-11 11:17:51 -08:00
Thomas1664
1c6792303a
[sentencepiece] Clarify supported triplets (#23438)
* Set supports expression

* version

* Fix typo

* version
2022-03-11 11:14:42 -08:00
Rémy Tassoux
6b3b187f80
[zpp-bits] Add new port (#23458)
* [zpp-bits] Add new port

* [zpp-bits] Update version files

* [zpp-bits] Add missing version file
2022-03-11 11:09:10 -08:00
Leonid Pospelov
95641c83f5
[lionkor-commandline] Add new port (#23471)
* [commandline] Add new port

* Fix formating

* Fix deps

* Update versions

* Remove redudant build

* Update commandline.json

* Update portfile.cmake

* Update commandline.json

* Ban osx

* Update commandline.json

* Update ports/commandline/add-install.patch

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

* Update ports/commandline/portfile.cmake

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

* Fixes

* Update commandline.json

* Rename commandline.json to lionkor-commandline.json

* Update baseline.json

* Update vcpkg.json

* Rename ports/commandline/vcpkg.json to ports/lionkor-commandline/vcpkg.json

* Rename ports/commandline/portfile.cmake to ports/lionkor-commandline/portfile.cmake

* Rename ports/commandline/add-install.patch to ports/lionkor-commandline/add-install.patch

* Update baseline.json

* version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-03-11 11:07:30 -08:00
Clinton Ingram
5630040cd3
[libde265] fix static linkage (#23479)
* [libde265] fix static linkage

* [libde265] update versions

* update manifest version tag

* update versions
2022-03-11 11:00:08 -08:00
Clinton Ingram
bac3625265
[libheif] fix license (#23480)
* [libheif] fix license

* update manifest version

* update versions
2022-03-11 10:59:11 -08:00
Kai Pastor
944af3ecd7
[proj4] Retain former features (fixes vcpkg upgrade) (#23487)
* Mirror proj features in proj4 for vcpkg upgrade

* Update version
2022-03-11 10:57:35 -08:00
Jack·Boos·Yu
03ecabfe1a
[vcpkg baseline] Fix ports build on Linux (#23478)
* [vcpkg baseline] Fix ncurses linux build

* version

* fix homepage

* version

* [libgnutls] Fix build on Linux

* version

* [pcapplusplus] Re-factory build system, use cmake instead.

* version

* version

* Update ports/ncurses/vcpkg.json

* Update versions/n-/ncurses.json
2022-03-11 09:57:37 -08:00
Carlos O'Ryan
16d13ffc54
[google-cloud-cpp] update to latest release (v1.38.0) (#23368) 2022-03-10 17:11:10 -08:00
autoantwort
198b84f427
[croncpp] don't build tests (#23434) 2022-03-09 13:12:40 -08:00
Azure SDK Bot
6308196b25
[Azure SDK Key Vault] Update to March Release Certificates and Secrets (#23441)
* [azure-security-keyvault-certificates-cpp] Update to 4.0.0-beta.2
## 4.0.0-beta.2 (2022-03-08)

### Breaking Changes
- Updated `CreateCertificateOperation.PollUntilDone()` (returned from `StartCreateCertificate()`)  to return the operation status instead of the newly created certificate.

* [azure-security-keyvault-secrets-cpp] Update to 4.0.0-beta.2
## 4.0.0-beta.2 (2022-03-08)

- Second preview.
  - Internal improvements.
2022-03-09 12:04:15 -08:00
Azure SDK Bot
2db6cb97ca
[azure-identity-cpp] Update to 1.2.0 (#23442)
## 1.2.0 (2022-03-08)

### Features Added

No changes since `1.2.0-beta.1`.
2022-03-09 12:03:05 -08:00
Azure SDK Bot
05cb8362fa
[Azure Storage] Update to March Release (#23443)
* [azure-storage-common-cpp] Update to 12.2.2
## 12.2.2 (2022-03-09)

### Features Added

- Added `SetImmutabilityPolicy` permission for account SAS.
- Bumped up SAS token service version to `2020-08-04`.

* [azure-storage-files-datalake-cpp] Update to 12.3.1
## 12.3.1 (2022-03-09)

### Other Changes

- No public changes in this release.

* [azure-storage-files-shares-cpp] Update to 12.2.1
## 12.2.1 (2022-03-09)

### Other Changes

- Deprecated enum `LeaseDuration`, use `LeaseDurationType` instead.

* [azure-storage-queues-cpp] Update to 12.0.0-beta.4
## 12.0.0-beta.4 (2022-03-09)

### Other Changes

- Changed SAS token signed version to `2018-03-28`.
2022-03-09 12:00:09 -08:00
Kai Pastor
fb3416466f
[proj, proj4] Update to PROJ 9.0.0 & make proj the regular port (#23186)
* Update to PROJ 9.0.0 & make proj the regular port

* Consolidate files in share, move data to subdir

* Update versions

* Update proj to 9.0.0 RC2

* Add license fields

* Update versions

* Update to PROJ 9.0.0 release

* Update versions

* Update versions
2022-03-09 10:33:02 -08:00
Akash
857bccdad0
[gazebo] new port (#22466)
* Add gazebo11 port

* [sdformat9] Use external tinyxml on Windows

* Update versions

* Use newer vcpkg functions

* Fix sdformat9

* Update versions

* Try fixing gazebo

* Copy extra ogre dlls

* Update gazebo ref

* Update versions

* Fix ogre dll dir

* Update version date

* Update versions

* Update versions

* Add licenses

* Update versions

* Rename to gazebo

* Update versions

* Update versions

* Apply suggestions from code review

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

* Update ports/gazebo/portfile.cmake

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

* Make pkgconf a host dependency

* Update versions

* Copy PDBs

* Update versions

* Change to normal installed directory

* Update versions

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-03-08 16:58:51 -08:00
Rémy Tassoux
5962cf5a3b
[mimalloc] Update to 2.0.5 (#23264)
* [mimalloc] Update to 2.0.5

* [mimalloc] Update version files

* [mimalloc] Fix dll install path

* [mimalloc] Update version files
2022-03-07 11:42:23 -08:00
maz-1
106bbc1fd1
[libe57] update to 1.1.332; fix debug library lookup (#23336)
* [libe57] update to 1.1.332; fix debug library lookup

* Update version database

* add license field
2022-03-07 11:30:14 -08:00
Osyotr
ddff8f2cd6
[qt5] Update to 5.15.3 (#23364) 2022-03-07 11:27:29 -08:00
Eric Kilmer
ad3d92ce59
[tcb-span] Add new port (#23393)
* [tcb-span] Add new port

* Add version

* update portifile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-07 11:14:40 -08:00
autoantwort
7bb4b663f1
[ampl-asl] Add supports expression (#23403) 2022-03-07 11:11:41 -08:00
autoantwort
b25bcfcc2c
[anax] fix osx-arm64 build (#23405) 2022-03-07 11:09:47 -08:00
LilyWangLL
bfc00415da
[opencolorio] Fix tools build error (#23408)
* [opencolorio] Fix tools build error

* update license

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-03-07 11:06:01 -08:00
Frank
da8e236bf2
[WinReg] update to v5.0.0 (#23409)
* [WinReg] update to v5.0.0

* [WinReg] update to v5.0.0

* add license

* update version

* delete extra space

* update version
2022-03-07 11:03:48 -08:00
Jack·Boos·Yu
54de40278a
[vcpkg baseline][onnx] Fix find dependency protobuf (#23411)
* [onnx] Fix find dependency protobuf

* version
2022-03-07 10:58:06 -08:00
Frank
b44c4dd0e2
[7-zip] update to <21.07> (#23029)
* [7-zip] update to <21.07>

* update version

* only support windows

* update version

* support !uwp

* update version

* update license and license path, support arm64-windows,

* UPDATE LICENSE

* update version

* update export and portfile.cmake

* overwrite version

* delete unused license, add fix absolute path

* udpate version

* add config_fixup

* update version

* update CMakeLists.txt

* update version
2022-03-04 13:43:33 -08:00
injae
ce25440a35
[serdepp] add new port (#22455)
* update version

* versions/s-/serdepp.json test

* version serdepp.json update

* remove serdepp features

* portfile.cmake update and remove features

* update version

* update description

* update description

* version update

* update description

* update version

* disable_parallel_configure ON

* version update

* add script find_package(Git)

* version update

* git_executable test

* version update

* [serdepp] new port

* [serdepp] version update

* 0.1.4-pre -> 0.1.4

* vcpkg version update

* vcpkg version refresh

* version update

* Apply suggestions from code review

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update

* baseline update

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-03-04 13:37:19 -08:00
Edoardo Lolletti
59f1aea1b1
[libgit2] Update to 1.4.2 (#23184)
* Update libgit2 to 1.4.2

* Update versions jsons

* Update ports/libgit2/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-04 13:30:30 -08:00
Bobby Reynolds
89f1922df7
[libjpeg-turbo] Upgrade to 2.1.3 (#23280) 2022-03-04 13:28:09 -08:00
Gregory Popovitch
54ab0528f8
[parallel-hashmap] update version to 1.34 (#23365)
* [parallel-hashmap] update version to 1.34

* run `vcpkg x-add-version --all` and change `version-string` to `version`

* make suggested changes

* add changes suggested by @JonLui1993

* ran `vcpkg x-add-version --all ` as suggested

* update version

* update parallel-hashmap.json

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-04 11:35:45 -08:00