Commit Graph

12644 Commits

Author SHA1 Message Date
Frank
f4df9aa996
[armadillo] update to 11.2.3 (#25789)
* [armadillo] update to 11.2.3

* update version

* add license

* overwrite version
2022-07-15 12:22:46 -07:00
Simone Gasparini
504d7a9818
[cctag] update to v1.0.2 (#25782)
* [cctag] update to v1.0.2

* [cctag] update baseline to v1.0.2
2022-07-15 12:20:03 -07:00
autoantwort
028fce4e88
[gdal] no absolute paths (#25778) 2022-07-15 12:19:38 -07:00
JonLiu1993
8bb8b579ac
[folly] update to v2022.07.11.00 (#25769)
* [folly] update to v2022.07.11.00

* update version

* [proxygen] update to v2022.07.11.00

* update version

* Add License

* update version

* update version
2022-07-15 12:16:41 -07:00
Lars Fröhlich
fd69fb2964
[gul14] Add new port (#25755)
* [gul14] Add new port

* [gul14] Mark UWP builds as expected to fail

* Remove baseline

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-15 12:16:00 -07:00
LilyWangLL
62763f276b
[libgd] update to 2.3.3 (#25748)
* [libgd] update to 2.3.3

* x-add-version

* add license

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-15 12:10:56 -07:00
ROLL Software Brasil
1782b7edf2
[secp256k1] Update secp256k1 from 2017 to 2022 (#25398)
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year.

- Edit CMakeList.txt to target precomputed library.
- Edit libsecp256k1-config.h to undef and define VARS compilation.
- Edit portfile.cmake to download new sources from repository, commit reference 44c2452fd387f7ca604ab42d73746e7d3a44d8a2 (bitcoin-core/secp256k1)
- Edit vcpkg.json to new version portfile

* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year

>> vcpkg x-add-version secp256k1
- Update secp256k1.json version
- Update baseline.json version

* Update ports/secp256k1/portfile.cmake

Added JonLiu1993 suggestion. Put PREFER_NINJA to secp256k1/portfile.cmake

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

* Update ports/secp256k1/vcpkg.json

Added JonLiu1993 suggestion. Put dependencies to secp256k1/vcpkg.json

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

* Update port-version, REQUIRED to "x-add-version"

>> vcpkg x-add-version secp256k1

* Update port file to secp256k1 identation

* Update vcpkg.json identation

>> vcpkg format-manifest ports/secp256k1/vcpkg.json

* Update x-add-version command

vcpkg x-add-version secp256k1

* [secp256k1 ]Update secp256k1 from 2017 to 2022

* update version

* Add license

* update version

* Update, add features

* version

* fix

* version

* clean port version

* version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-15 12:08:22 -07:00
Frank
8b62d95a81
[Folly] add vcpkg_cmake_wrapper.cmake (#24471)
* add vcpkg-cmake-wrapper.cmake

* update version

* overwrite version

* Include all custom cmake module files

* update version

* update version

* overwrite version
2022-07-14 14:59:34 -07:00
Cheney Wang
3a6ad4bc7a
[evpp] Add static/shared handling and export unofficial config and target file (#25641)
* [evpp] Export unofficial config and target file

* x-add-version

* Update patch

* x-add-version evpp --overwrite-version

* update patch

* x-add-version

* Add CONFIG in find_dependency()

* Modify patch

* separate patch

* Update path

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-14 14:56:20 -07:00
Jamlys Lee
c05e96fe7e
[gdk-pixbuf] fix bug for cross build (#25689)
* Fix build failure for cross-compiling

* update port version database

* Fix build failure for windows.

* update port version

* update port version database

* Adjust logic to remove gdk-pixbuf-thumbnailer.

* update port version database

* [gtk] Fix build failure for windows

* update port version database

* ci's down, just force it to rerun.

* Revert "ci's down, just force it to rerun."

This reverts commit 6d1040207f.

* Update gdk-pixbuf.json

* overwrite port version

* update port version database

* Update gdk-pixbuf.json

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
2022-07-14 14:27:57 -07:00
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
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