Commit Graph

3975 Commits

Author SHA1 Message Date
Billy O'Neal
5f6dfcb4d7
[tbb, pagmo2] Update TBB to 2021.5 and update pagmo2 to 2.18.0 (#26284)
* [tbb] Update to 2021.3.0

* [tbb] Add Threads dependency

* [pagmo2] Update to support new TBB

* [openvdb] Update to 8.1.0

* [embree2] Remove from baseline -- it is no longer receiving support from upstream

* [usd] Mark as unsupported

* [usd] Disable USD in CI due to policy https://github.com/PixarAnimationStudios/USD/issues/1600

* [openvdb] Bump port-version

* Update version database

* [pagmo2] Fix vcpkg.json

* update version

* wip update

* versions

* [embree2] deprecate, [openvdb,usd] resolve conflicts, [tbb] update

* Added libxml port.

* Remove port version as it's initial port.

* Added baseline version

* Support only for windows and static

* Allowed building debug version

* update versions

* Update ports/libxpm/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Added new lines

* Update ports/libxpm/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update ports/libxpm/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update ports/libxpm/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Regenerated versions

* Update ports/libxpm/vcpkg.json

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

* Libxpm is taken from gitlab now.

* Dropped changes against master in original repo for libxpm.

* Dropped libxpm from baseline

* Dropped version for libxpm

* Update cpuinfo

* Updated date of version

* Update version database

* Removed support for arm32 & uwp as library is not supporting it.

* Version regenerated

* Update ports/cpuinfo/vcpkg.json

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

* Updated versions

* Initial commit WIP

* Fixed compilation of latest stable version

* Dropped comments

* Switch from version-string to version

* Added versions

* Fixed path of cmake files for other projects

* Updated versions

* Various modernization.

* Fully mark embree2 as deprecated.

* [pagmo2] Disable -Werror

* [cctag] Fix finding and use of TBB.

* [openvdb] Baseline the static versions because they exceed FFFFFFFF in size, and I'm not sure if that's fixable....

* [gazebo] Apply https://github.com/osrf/gazebo/pull/3174 patch to fix TBB.

* Respond to failures in https://dev.azure.com/vcpkg/public/_build/results?buildId=76586

* [pagmo2] Add license. See 19d774fbb6/src/bfe.cpp (L5-L27)

* [tbb] Add license.

* [embree2] Add "license".

* [tbb] Use vcpkg_cmake_config_fixup and fix version as requested by @LilyWangLL

* [usd] Add usd is known broken message.

* [embree2] Remove completely.

* Fix version database.

* Fix usd version database.

* Fix wrong case on Linux.

* Lowercase the tbb directory to get to their configs.

* [cctag] minimize patches

* [tbb] Apply supports expression fix suggested in https://github.com/microsoft/vcpkg/pull/26284#discussion_r967427833

* [usd] Add note about upstream issue.

* [pagmo2] Minimize patch.

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
Co-authored-by: Vladimír Aubrecht <vladimir.aubrecht@me.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2022-09-23 12:03:33 -07:00
Ray Tang
3dde7849b9
[capnproto] update capnp version to 0.10.2 (#26936)
* update capnp version to 0.10.2

* fix build

* Update ports/capnproto/vcpkg.json

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

* fix after port update

* add license

* update version

* update version

Co-authored-by: Ray Tang <ray.tang@xycapitalgroup.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-23 10:13:27 -07:00
Carlos O'Ryan
038dc2df42
[protobuf] update to v3.21.6 release (#26927) 2022-09-23 10:13:02 -07:00
Alexander Neumann
0e0aa20677
[xwindow] part 5b (#26851)
* [libice] add new port

* [libsm] add new port

* add license

* v db

* [libxi] add port

* [libxres] add port

* [libxrandr] add port

* v db

* add license

* v db

* fix port name

* fix vdb

* [libxrender] add port

* format

* v db

* fix arm ?

* use configure option

* arm fixes

* v db
2022-09-22 14:34:02 -07:00
Valerie Avva Lim
9c2ee2a7c5
[azure-iot-sdk-c] LTS Release 07-2022_Ref02 (#26361)
* update versions

* add patches

* fix ninja error

* update port versions

* fix linux build issues

* bot comment fixes

* update version

* add openssl override for c-utility

* format vcpkg.json file

* Update version database

* update licenses

* Update version database

* remove depracated portfile functions

* Update version database

* fix vcpkg_cmake_config_fixup arguments

* Update version database

* point to after openssl 3 support

* revert overrides

* add new openssl patch

* fix patches to work on linux

* update to actual release code

* update versions

* remove leftovers from trying to fix linux

* Revert "remove leftovers from trying to fix linux"

This reverts commit b4589195f1.

* Revert "update versions"

This reverts commit 6a0fbb5318.

* remove leftovers from trying to fix linux

* update versions

* remove unpublished versions

* Update ports/azure-c-shared-utility/vcpkg.json

remove port version

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/azure-uamqp-c/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/azure-uamqp-c/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/azure-umqtt-c/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* pr comments

* update versions

* clean up versions

* remove version updates from un-updated packages

* overwrite versions

* Update vcpkg.json

* Update vcpkg.json

* Update azure-macro-utils-c.json

* Update umock-c.json

Co-authored-by: Valerie Avva Lim <vaavva@DESKTOP-A98NJKG.localdomain>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <494550702@qq.com>
2022-09-22 14:32:34 -07:00
Alexander Neumann
ba1f91fd7e
[scripts|cmake] use ENV{VisualStudioVersion} to switch cmake generator (#26339)
* add VCPKG_CMAKE_VS_GENERATOR for overriding/providing a generator if ninja cannot be used

* Wording CR.

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>

* use VisualStudioVersion to switch the generator.

* v db

* CR changes

* v db

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2022-09-22 14:28:20 -07:00
Daniel Schürmann
1d5b2d15ff
[new port] Add rubberband (#24549)
* add port for `rubberband`

[rubberband](https://www.breakfastquay.com/rubberband/) is a small
library for stretching sounds.
This is the minimal portfile to make vcpkg happy, but probably still
needs some improvement, i.e. not picking up system libraries.

* [rubberband] Update to 2.0.2

* [rubberband] remove lv2 feature, because the install location is out of the vcpkg install tree

* [rubberband] Remove vcpkg_cmake_get_vars dependency

* [rubberband] Disable static builds on windows because of broken libsndfile dependency

Co-authored-by: Daniel Reuter <daniel.robin.reuter@googlemail.com>
2022-09-22 14:23:53 -07:00
Guillaume Racicot
e97f053a90
[kangaru ] Update to version 4.3.1 (#26839)
* Bumped kangaru version

* Added versions

* Bumped kangaru version

* run x-add-version

* Change name of the feature to globaltypeid

* Run x-add-version

* Apply suggestions from code review

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

* Fixed feature for hash based type id

* Run x-add-version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-09-22 11:42:38 -07:00
Joel Falcou
889af66a1d
Updated EVE version (#26892) 2022-09-22 11:41:43 -07:00
Pranav
89f90c7080
[argparse] Update to v2.8 (#26898)
* Updated argparse to v2.8

* Updated version baseline and JSON for argparse
2022-09-22 11:41:16 -07:00
Frank
d52632d9a0
[vcpkg baseline][otl] update error hash (#26899)
* [otl] update hash

* version

* update version
2022-09-21 12:30:21 -07:00
Cheney Wang
28d6249542
[robin-map] Fix error when use find_package(robin-map CONFIG REQUIRED) (#26633)
* [tsl-robin-map] Rename robin-map to tsl-robin-map

* format-manifest

* Let robin-map be an empty port

* x-add-version

* Add empty line

* Add PACKAGE_NAME tsl-robin-map

* Add missing port
2022-09-21 12:28:17 -07:00
Francisco Facioni
207fbcb55c
[taskflow] Update to 3.4.0 (#26879) 2022-09-20 11:37:48 -07:00
Kai Pastor
63879cfda1
[lerc] Update to 4.0.0 (#26882)
* Update to 4.0.0

* Update versions
2022-09-20 11:37:29 -07:00
Anders Wind
4e07dd99b8
[stronk] Add new port (#26740)
* [stronk] Initial port

* Review fixes

* Fixed added builtin-baseline which is not neccesary for registry

* fix include wrong directroy

* update version

* delete patch

* update version

* Add quotes

* update version

* Use vcpkg_from_github

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-20 11:09:35 -07:00
Nick
2464990fbb
[openal-soft] fix mingw x86 build (#26816) 2022-09-19 12:41:57 -07:00
Matthias Kuhn
290865e4a1
Bump spix version to 0.4 (#26555)
* Bump spix version to 0.4

* Add new port spix-qt6

* Add feature qt5 and qt6 to spix

* Back to qt5
2022-09-19 12:38:10 -07:00
Alexander Neumann
2b35366a5d
[hpx] add some features, fix some bugs (#25059)
* refine hpx port

* v db

* add tcmalloc on unix

* refine comment

* v db

* remove hardcoded mpi dep

* v db

* portfile cleanup

* v db

* add pkgconf as a dep

* v db

* [snappy] remove debug suffix and add pc file

* hpx pass through _HOST_TRIPLET for pkgconf

* v db

* fix snappy in ffmpeg

* v db

* fix name clash of output names

* v db

* remove tcmalloc

* v db

* remove bin dir; seems empty on !windows

* v db

* b v

* v db

* baseline stuff

* fix jemalloc missing msvc_compat headers

* v db

* install usage for hpx

* v db

* Update versions/f-/ffmpeg.json

* revert v db

* bump ffmpeg

* v db

* remove jemalloc since I can force it thorugh the triplet any way.

* v db

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-09-19 12:30:40 -07:00
Szabolcs Horvát
63bbbfab92
[igraph] update to 0.10 (#26432)
* [igraph] update to 0.10

* [igraph] x-add-version

* [igraph] disable on arm64 windows due to lack of support for _umul128()

* [igraph] x-add-version

* [igraph] fix typo

* [igraph] x-add-version

* [igraph] update to 0.10.1

* [igraph] x-add-version

* Update versions/i-/igraph.json

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

* [igraph] remove special treatment of uwp from portfile

* [igraph] indicate that failure is expected for x64-uwp

* [igraph] x-add-version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-09-19 12:20:02 -07:00
Alexander Neumann
1f3914c769
[xwindow] part 4/N (#26576)
* [font-util] add port

* [libfontenc] add port

* [libfs] add port

* format manifest

* remove -string

* v db

* Update ports/font-util/build.patch

* v db

* use magic macro instead of magic numbers....

* v db
2022-09-19 12:08:27 -07:00
Bernhard Manfred Gruber
056a7303b0
[alpaka] Add new port, version 0.9.0 (#26812)
Co-authored-by: Jonliu1993 <13720414433@163.com>

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-19 12:01:46 -07:00
Li Wu
bded093da1
upgrade roaring to 0.7.1 (#26802)
Co-authored-by: Li Wu <wuli@yanhuangdata.com>
2022-09-19 11:45:39 -07:00
Azure SDK Bot
b7574b17ed
[Azure Storage] Update to Sept hotfix Release (#26819)
* [azure-storage-blobs-cpp] Update to 12.6.1
## 12.6.1 (2022-09-16)

### Other changes

- No public changes in this release.

* update version database

Co-authored-by: Jinming Hu <jinmhu@microsoft.com>
2022-09-19 11:44:31 -07:00
Dennis
b67ce11650
liburing: Disable tests and examples (#26837) 2022-09-19 11:40:16 -07:00
Sylvain Doremus
744a921348
[assimp] Update to version 5.2.5 (#26856) 2022-09-19 11:39:08 -07:00
Henrik Gaßmann
cf48528dff
[llfio,outcome,ned14-internal-quickcpplib] Fix minor nits (#26859)
* [quickcpplib] Properly delimit path option

* [outcome] Prevent buildsystem from enabling concepts pre cxx20

* [llfio] Update port to 2022-09-18

- Disable OpenSSL support until someone properly integrates it.

* [llfio] Disable buildsystem compiler introspection

The buildsystem tries to enable concepts and coroutines via non standard
compiler flags on earlier C++ versions which is exactly the opposite of
what our polyfill features warrant.

* Add versions to database
2022-09-19 11:35:37 -07:00
Jack·Boos·Yu
11461d415a
[vcpkg baseline][saucer] Re-fix configure error (#26820)
* [sacuer] Re-fix configure error

* version
2022-09-19 11:06:40 -07:00
Rémy Tassoux
24d96bcb84
[implot] Update to 0.14 (#26852)
* [implot] Update to 0.14

* [implot] Update version files
2022-09-19 11:00:25 -07:00
Mengna Li
01b29f6d82
Add bonding support (#26809) 2022-09-16 14:06:30 -07:00
Matthew Oliver
ff4bb46b1d
[cgltf] Update to 1.13. (#26805)
* [cgltf] Update to 1.13.

* [cgltf] Add license field.

* Update version.
2022-09-16 14:06:00 -07:00
Mengna Li
637698b9cf
Add opus support (#26785) 2022-09-16 11:43:06 -07:00
Francisco Facioni
3bc4cc846b
[openfbx] Add port (#26678)
* [openfbx] Add port

* Set cxx standard to 11 to fix osx build

* version

* [openfbx] add unofficial namespace

* [openfbx] fixes for unofficial-openfbx

* [openfbx] more renaming

* [openfbx] fix after unofficial renaming

* [openfbx] Make it static only as it doesn't export any symbols

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-09-15 13:01:04 -07:00
Kai Pastor
793fd2bff1
[libspatialite] Fix host dependency (#26741)
* Fix host dependency

* Update versions

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-09-15 12:44:27 -07:00
Nursultan Zarlyk
e19fc496c7
[Dlib] Enable arm64-windows (#26778)
* Add arm64-windows support

* Update port version

* Update dlib version

* Add dlib:arm64-windows in ci.baseline

Co-authored-by: Nursultan Zarlyk <nzarlyk@microsoft.com>
2022-09-15 12:33:44 -07:00
Dmitry Baryshev
46798970f0
[sail] Update to 0.9.0-rc1 (#26781)
* [sail] Update to 0.9.0-rc1

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Added quotes

* [sail] vcpkg x-add-version --all --overwrite-version
2022-09-15 12:31:18 -07:00
Alexander Neumann
258dbad4cc
[Qt] update to 6.3.2 (#26762)
* Qt update to 6.3.2

* add odbc sql driver

* v db
2022-09-15 12:30:09 -07:00
Jack·Boos·Yu
8907350a27
[saucer] Fix configure (#26783)
* [saucer] Fix configure

Signed-off-by: JackBoosY <yuzaiyang@beyondsoft.com>

* version

Signed-off-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-09-15 12:16:25 -07:00
Dimitrij Mijoski
de20eeed0d
[nuspell] Update port to v5.1.1 (#26797)
* [nuspell] Update port to v5.1.1

* x-add-version
2022-09-15 11:44:33 -07:00
JonLiu1993
71115afccd
[liburing] update to 2.2 (#26801)
* [liburing] update to 2.2

* update version
2022-09-15 11:44:02 -07:00
Jack·Boos·Yu
6ff1bfa059
[arrayfire] Fix usage (#26782)
* [arrayfire] Fix usage

* version

* Add double quotes

* version
2022-09-14 13:25:19 -07:00
MonicaLiu
8d3aa2bbf6
[sqlpp11] Update to latest commit (#26775)
* update sqlpp11

* update baseline

* update some formatting

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-09-14 12:13:20 -07:00
Kai Pastor
62850c28d0
[vcpkg baseline][osg] Fix port dependencies and build errors (#26698)
* Don't depend on default features

* Use OpenEXR config

* Try to skip non-portable check_cxx_source_runs

* Ensure PKG_CONFIG_USE_CMAKE_PREFIX_PATH

* Use link libraries from pkg-config

* Revise feature-to-CMake mapping

* Update versions
2022-09-14 11:24:49 -07:00
Jack·Boos·Yu
b6d92018d4
[vcpkg baseline][many ports] Fix regressions (#26771)
* update version to merge fix changes

* update baseline

* Disable libxpm optional dependency gettext since missing tool xgettext

* cleanup atk:x64-windows-static

* version

* revert update changes

* version

* add feature gettext, fix patch

* version

* typo

* version
2022-09-14 11:20:47 -07:00
Craig Edwards
34f072dfcb
[DPP] Bump to version 10.0.18 (#26669)
* vcpkg dpp port built from our CI

* fix missing dependency

* update

* Update Sun Jul 24 11:26:12 UTC 2022

* exclude uwp for dpp

* Update Sun Jul 24 13:21:45 UTC 2022

* fix supports

* fix supports

* Update Sun Jul 24 14:14:29 UTC 2022

* Update Sun Jul 24 15:36:39 UTC 2022

* Update Mon Jul 25 12:04:56 UTC 2022

* * Add https:// to the homepage so that it is a valid URI.

* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.

* Update Mon Aug 15 12:38:09 UTC 2022

* Update Mon Aug 15 13:08:33 UTC 2022

* Put back missing patches

* Update portfile.cmake

* fix breakage of wrapping

* Update Mon Aug 15 13:59:12 UTC 2022

* fix up version file

* fix newlines where they dont belong

* update version

* updtae version

* update version

* Update Wed Aug 31 16:35:42 UTC 2022

* Update Sat Sep  3 20:29:45 UTC 2022

* fix merge

Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-13 16:54:22 -07:00
Peter Adam Korodi
09007f767c
[configcat] Add new port (#26713)
* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* Update ports/configcat/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

* [configcat] Add new port

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2022-09-13 16:53:48 -07:00
Hesham Essam
88fe6621ed
[glib]: fix pkgconfig tools path (#26743)
* [glib]: fix pkgconfig tools path

* Update version database
2022-09-13 16:50:41 -07:00
Hesham Essam
24b59b94ab
[gdk-pixbuf]: fix pkgconfig tools path (#26744)
* [gdk-pixbuf]: fix pkgconfig tools path

* gdk_pixbuf binary dir was actually correct

* Update version database
2022-09-13 16:49:19 -07:00
Carlos O'Ryan
9e6aab1666
[grpc] fix upb library order in pkgconfig (#26752) 2022-09-13 16:46:28 -07:00
Kyle Benesch
274e8be314
Update to 1.22.3 (#26746)
Add unicode feature.  Enabled by default.
2022-09-13 16:42:55 -07:00
Matt Swann
521611caa7
[yara] Update to 4.2.3 to resolve security vulnerability (#26770)
* Update yara version

* Update ref to v4.2.3

* Update portfile.cmake

Update SHA512 hash with value from build

* Update versions to 4.2.3 per x-add-version
2022-09-13 16:40:10 -07:00