Commit Graph

16603 Commits

Author SHA1 Message Date
Carlos O'Ryan
ce9dc455ef
[google-cloud-cpp] update to latest release (v2.0.0) (#25608)
* [google-cloud-cpp] update to latest release (v2.0.0)

* Disable `channel` and `asset` features on Windows

Protobuf <= 3.19 does not know about the `TRUE` and `DOMAIN` macros on
Windows, so it cannot hide said macros when used as enum values in a
proto file.  vcpkg uses protobuf==3.19.4

* Fix formatting

* Fix versions
2022-07-14 14:12:01 -07:00
Dennis
0cb819175b
[grpc] Update to 1.46.3 (#25071)
* Update gRPC to 1.46.3 and upb to 2022-06-01

* fix(upb): Ensure that protoc-gen-upb has been build before running protobuf_generate. Also add license to vcpkg.json

* fix(upb): Let abseil propagate cxx_std_11. Build upb codegen tools in host triplet

* Revert abseil's cxx_std propagation

* fix(upb): Attempt to fix missing -std=c++11 flag when compiling x64-osx

* Downgrade upb to the version used by gRPC. No longer installed generated descriptor.upb.h files just to use them when compiling target triplet

* Remove absl-sync patch from gRPC since it is always enabled by default now

* Use vcpkg's upb library in gRPC instead of embedded one. Also fix gRPC's pkgconfig patch

* grpc: Remove the upb::all_libs target

* grpc: Adjust versions json

* upb: Adjust versions json

* Set feature absl-sync as deprecated

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-14 14:08:28 -07:00
Azure SDK Bot
a480fb0fa3
[azure-security-attestation-cpp] Update to 1.0.0 (#25629)
## 1.0.0 (2022-07-07)

### Breaking Changes

- Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration.

Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-14 13:17:49 -07:00
Ilya Glushchenko
6b5e717e1d
[geos] Bump version to 3.11.0. (#25750) 2022-07-14 12:19:03 -07:00
Azure SDK Bot
fd117d229d
[azure-core-tracing-opentelemetry-cpp | azure-core-cpp] Add new port and publish azure-core-cpp version to 1.0.0-beta.2 (#25507)
* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.2
## 1.0.0-beta.2 (2022-06-30)

### Breaking Changes

- The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create()`.

### Other Changes

- Removed `_internal` APIs from the public API surface. Also removed most of the `_internal` APIs from the public `opentelemetry.hpp` headers.

* [azure-core-cpp] Update to 1.7.0
## 1.7.0 (2022-06-30)

### Features Added

- Added prototypes and initial service support for Distributed Tracing.
2022-07-14 12:15:41 -07:00
Nick
c2594d242a
[openal-soft] Add ALSA dependency on Linux (#25754)
* [openal-soft] Add ALSA dependency on Linux

* [openal-soft] Remove "host" from ALSA dependency.

* [openal-soft] Update git tree value.
2022-07-14 12:12:47 -07:00
Thomas1664
1721648556
[kf5] Merge copyright files to a single file (#25759)
* [kf5] Remove copyright dir part 1

* part 2

* version

* format

* version

* Diagram has only a single license file

* version

* Delete docs

* version

* Fix empty dirs

* version

* Only remove readme

* version
2022-07-14 12:09:56 -07:00
JonLiu1993
e658a5d7ee
[WinReg] update to v6.1.0 (#25765)
* [WinReg] update to v6.1.0

* update version
2022-07-14 12:07:04 -07:00
Jack·Boos·Yu
8b14e7e872
[hiredis] Fix the conflict of macro ssize_t (#25271) 2022-07-13 18:29:41 -07:00
eao197
26ba6f56c1
[restinio] update to v.0.6.16 (#25724)
* RESTinio updated to v.0.6.16.

* RESTinio v.0.6.16 added to baseline.
2022-07-13 13:55:44 -07:00
Cheney Wang
9241267aa1
[libmount] Update to 2.38 (#25727)
* [libmount] Update to 2.38

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-13 13:55:14 -07:00
Cheney Wang
6d66b8fbbb
[libproxy] Add vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) (#25733)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-13 13:54:44 -07:00
Frank
7e0fcb4ccf
[WavPack] update to 5.5.0 (#25742)
* [WavPack] update to 5.5.0

* update version
2022-07-13 13:53:41 -07:00
Sean Farrell
9065505cd6
[rsig] Updates rsig to 0.1.1 (#25669)
* [rsig] Updates rsig to 0.1.1

* Use the right usage file.

* Update versions.
2022-07-13 13:52:54 -07:00
Kai Pastor
98b41de91e
[libsquish] Fix unexpected OpenMP dependency (#25746)
* [libsquish] No unguarded OpenMP dependency

* Update versions
2022-07-13 13:51:19 -07:00
Cedric GNIEWEK
343319653a
[libmicrodns] Add new port (#25660)
* [libmicrodns] Add new port

* [libmicrodns] Add version
2022-07-13 13:48:45 -07:00
xaedes
9402f6f765
[imgui] Set C++ 11 standard in CMakeLists.txt (#25601)
* [imgui] Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588

* [imgui] Enable C++ 11 standard using target_compile_features

As lerppana suggested:
It is better to use cxx_std_11 meta feature instead of locking the version number.
This should indicate cmake to use at least 11 instead of exactly 11.

see vcpkg issue microsoft#25588

* [imgui] update versions (vcpkg x-add-version imgui)

Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588
2022-07-13 13:47:22 -07:00
Kai Pastor
ac68609a51
[x265] Fix dependencies, modernize (#25747)
* [x265] No unguarded NUMA dependency

* [x265] Keep non-standard runtime libs in pc file

* Rewrite assembly options

* Modernize and cleanup

* Update versions
2022-07-13 13:17:56 -07:00
tqcq
5f631cf955
[rxcpp] upgrade version from v4.1.0 to v4.1.1 (#25557)
* feature upgrade rxcpp version from v4.1.0 to v4.1.1

* feature x-add-version

* fix rxcpp version hash diff

* feature migrating new cmake function

* feature upgrade vcpkg from v4.1.0 to v4.1.1

* fix format-manifest

* feature use version instead of version-string

* feature run x-add-version for rxcpp

* feature add license to rxcpp

* feature x-add-version for rxcpp

* update vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-13 10:35:33 -07:00
JonLiu1993
91cb13a659
[dlib] update to 19.24 (#25749)
* [dlib] update to 19.24

* update version

* Recovery patch form

* update version
2022-07-13 10:31:37 -07:00
Mengna Li
72cdfe25ee
[vcpkg baseline][libharu] update to 2.4.0-rc1 (#25569)
* update to 2.4.0-rc1

* update vtk vcpkg.json file

* export targets

* update patch

* update patch

* Fix FindLibHaru in vtk

* update ports/vtk/FindLibHaru.patch

* update patch

* fix find libharu
2022-07-13 10:30:11 -07:00
Ryan A. Pavlik
5f8189bc48
[liblsquic] Add new port (#24310)
* [liblsquic] Add new port.

* version

* use vcpkg_install_copyright()

Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-13 10:12:19 -07:00
Thomas1664
c69f2b9098
[vcpkg] Add vcpkg_install_copyright() portfile function (#25239)
* [vcpkg tool] Add vcpkg_install_copyright

* Make sure FILE_LIST is provided

* relative to ${SOURCE_PATH}

* Add documentation

* Add to table of contents

* Relative paths was a bad idea.

* Tell users to use the correct way

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Fix docs

* Add parameter COMMENT

* Rename to vcpkg_concat_copyright

* Fix escape

* Revert "Fix escape"

This reverts commit 53f1636705.

* Revert "Rename to vcpkg_concat_copyright"

This reverts commit 6ce9152a61.

* Fix escape

* Add support for single copyright file

* Update docs

* Make comment less confusing

* [ci skip] Billy CR

* [ci skip] Format

* Remove explicit checks for STREQUAL ""

* Add error msg if file doesn't exist

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-13 09:41:52 -07:00
Thomas1664
6118049642
[vcpkg baseline][opencensus-cpp] Set cxx standard to 14 for compatibility with abseil (#25735)
* {vcpkg baseline] Set cxx standard to 14 for compatibility with abseil

* Remove from CI baseline

* version

* license

* version
2022-07-12 14:07:02 -07:00
JoergAtGithub
204949bc59
[ableton] Fixed ASIO vs. ASIOSDK confusion (#25626)
* Fixed ASIO vs. ASIOSDK confusion

* Renamed variable in portfile, to enable build with Steinberg ASIO audio driver SDK
2022-07-12 11:12:55 -07:00
JonLiu1993
abb575484e
[freerdp] update to 2.7 (#25688)
* [freerdp] update to 2.7

* update evrsion
2022-07-12 11:09:23 -07:00
Kai Pastor
4e7bcf7a99
[python3] Fix wrapper, mark mingw unsupported (#25699)
* Fix python3 wrapper

* python3 is unsupported on mingw

* Update versions
2022-07-12 11:08:50 -07:00
JonLiu1993
6d087e76ef
[unrar] update to 6.1.7 (#25714)
* [unrar] update to 6.1.7

* update version
2022-07-12 11:08:08 -07:00
Frank
d9ac3c2e50
[WinReg] update to v6.0.0 (#25715)
* [WinReg] update to v6.0.0

* update version
2022-07-12 11:07:46 -07:00
Jamlys Lee
c50743e812
[gtk] fix cross build (#25718)
* [gtk] Fix package failure for cross-compiling.

* update port version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-12 11:07:23 -07:00
Mengna Li
553c7dff3c
update to 20211114 (#25719) 2022-07-12 11:06:44 -07:00
Mengna Li
1cf8af0b65
fix stdalign.h not find issue (#25721) 2022-07-12 11:06:15 -07:00
Mengna Li
d303fe640b
update to v1.2.1 (#25722) 2022-07-12 10:50:03 -07:00
LilyWangLL
81b10ef999
[speex] update to 1.2.1 (#25726)
* [speex] update to 1.2.1

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-12 10:49:24 -07:00
myd7349
6b036f4545
[simdjson] Update to 2.2.0 (#25581)
* [simdjson] Update to 2.0.0

* [simdjson] Bump version

* [simdjson] Update to 2.2.0

* [simdjson] Overwrite version

* [simdjson] Remove version 2.0.0
2022-07-12 10:48:00 -07:00
Osyotr
d769781d11
[qtbase] Fix x64-linux-dynamic build (#25672)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:27:05 -07:00
Mengna Li
3c37f48862
update to 37 (#25677) 2022-07-11 16:26:21 -07:00
Osyotr
edf3441180
[pcre] Fix x64-linux-dynamic build (#25671)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:25:36 -07:00
Jack·Boos·Yu
7f49d67ef8
[vcpkg baseline][yasm/vcpkg-tool-ninja] Fix build (#25678)
* [yasm/vcpkg-tool-ninja] Fix build

* version
2022-07-11 16:24:23 -07:00
LilyWangLL
dbb8930ca3
[vcpkg baseline][isal, spdk-isal] Fix conflict (#25679)
* [vcpkg baseline][isal, spdk-isal] Fix conflict

* format vcpkg.json

* x-add-version

* apply suggestion

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-11 16:22:28 -07:00
Jack·Boos·Yu
1c284e9aa4
[uvw] Fix usage (#25684)
* [uvw] Fix usage

* version
2022-07-11 16:20:49 -07:00
Jack·Boos·Yu
7f4476af9d
[sdformat9] Update to 9.8.0 (#25685)
* [sdformat9] Update to 9.8.0

* version
2022-07-11 16:18:21 -07:00
JonLiu1993
82c7a4578a
[uwebsockets] update to 20.14.0 (#25687)
* [uwebsockets] update to 20.14.0

* update version
2022-07-11 16:17:58 -07:00
Osyotr
88f7ab6054
[freealut] Fix x64-linux-dynamic build (#25667)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:17:35 -07:00
Osyotr
d0521dadf6
[fastrtps] Update to 2.4.2, fix tool path and x64-linux-dynamic build (#25666)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:08:31 -07:00
Kai Pastor
e2b22a2ae5
[liblas] Fix geotiff dependency, document usage, add feature 'tools' (#25664)
* [liblas] use supports expression

* Fix linkage and license

* Drop pointless stuff

* Simplify cleanup, minor fixes

* Fix exported config

* Add tools feature

* Install usage file

* Update versions

* Fix usage

* Update versions

* Add Windows prefix to usage

* Update versions

Co-authored-by: Leander Schulten <Leander.Schulten@rwth-aachen.de>
2022-07-11 15:52:46 -07:00
Osyotr
60e22b44bf
[basisu] Fix x64-linux-dynamic build, switch to vcpkg_cmake_configure (#25662)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 15:38:12 -07:00
Matthias Kuhn
e3316f695b
[gdal] compatibility with 32bit devices android_api<24 (#25637) 2022-07-11 15:24:05 -07:00
Jamlys Lee
e562b659d1
[boost-modular-build-helper] Add support for loongarch64 cpu (#25614)
* Add support for loongarch64 cpu.

* update port version database

* update port version

* Do nothing...

* Revert "Do nothing..."

This reverts commit b73b0e4cb8.

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-07-11 15:14:32 -07:00
tkeinz
538234bd53
[ezfoundation] Add new port (#25604)
* Add new port ezfoundation

* Update version registry for ezfoundation

* Skip unsupported Linux and OSX build for ezfoundation

* Add license field for ezfoundation

* Update version registry for ezfoundation

* Add supports spec in manifest

* Update version registry

Co-authored-by: Mark Keinz <makei@microsoft.com>
2022-07-11 15:13:28 -07:00