Commit Graph

5416 Commits

Author SHA1 Message Date
Alexander Neumann
2c3f7b45b4
[Libpq] update to 15.2 (#29867)
* [libpq] update to 15.2

* v db

* add ldap to wrapper

* fix arm patch

* v db

* use vcpkg_extract_source_archive instead of the _ex version

* v db
2023-03-01 11:04:27 -08:00
Paweł Wegner
9cf4835a54
curl: fix consuming curl via find_package. (#29741)
The commit [1] broke consuming curl for downstream projects:

CMake Error at cmake-build-debug/vcpkg_installed/x64-windows-static/share/curl/CURLTargets.cmake:61 (set_target_properties):
  The link interface of target "CURL::libcurl" contains:

    c-ares::cares

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

[1]: c9eb3bd14e
2023-03-01 10:58:55 -08:00
autoantwort
48965e6132
[zfp] Fix feature utility (#29888) 2023-03-01 10:57:43 -08:00
Tobias Funk
b41bc7cfed
[lua] Fix compiler error of lua[tools] (#29897)
* Fix linux tools can't compile with undefined reference to `sin'

* update port version

* update baseline.json

* fix duplicate FIND_LIBRARY (LIB_MATH NAMES m) & fix linking of luac is missing math libs

* update lua port version in version database

---------

Co-authored-by: tobias.funk <tobias.funk@nortonlifelock.com>
2023-03-01 10:41:21 -08:00
Jack·Boos·Yu
6aa4fca940
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5

* version

* typo

* typo

* fix build

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* Rename argument

* version

* More changes about argument

* wrong op

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:29 -08:00
Jack·Boos·Yu
43c6e295a0
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 4 (#29884)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 4

* version

* typo

* version

* typo

* version

* Remove PREFER_NINJA

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* More rename

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:14 -08:00
Mengna Li
326c89b9d7
update to latest commit (#29919) 2023-03-01 09:56:45 -08:00
Buck Yeh
fb92fc2852
[buck-yeh-bux] Correct archive path of 1.6.8 (#29941)
* [bux] Add new port

* Corrections according to Create Pull Request suggested questions

* SHA512

* Mark fails into .\scripts\ci.baseline.txt

* Mark fails into .\scripts\ci.baseline.txt

* No need of "port-version": 1 in vcpkg.json

* Update version database

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/vcpkg.json

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

* Update bux.json

* Update ports/bux/vcpkg.json

* update version

* Update scripts/ci.baseline.txt

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

* update bux support

* update version

* update version

* Rename bux to buck-yeh-bux

* Update version database

* [buck-yeh-bux] upgrade to v1.5.0

1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.

* Missing comma in versions/b-/buck-yeh-bux.json

* buck-yeh-bux 1.6.0

* Corrections made according to NancyLi1013's requests in PR #20813

* Fix SHA key in versions/b-/buck-yeh-bux.json

* Update to buxk-yeh-bux v1.6.2

* [buck-yeh-bux-mariadb-client] The first release

* Add dependency to libmariadb

* Inccorect git-tree value in versions/b-/buck-yeh-bux-mariadb-client.json

* linux build is enabled

* [buck-yeh-bux] Upgrade to 1.6.3 to allow u64-linux

* linux build is disabled again for not recognizing C++20 header <concpts> yet

* Mark vcpkg.json to support Linux but ci.baseline.txt to fail the CI build

* Repair buck-buck-yeh-bux in version database.

* [buck-yeh-bux] Upgrade to 1.6.5

* [buck-yeh-bux] Upgrade to 1.6.5

* Add "license" field

* Correction nade by `./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json`

* Update according to `git rev-parse HEAD:ports/buck-yeh-bux`

* [buck-yeh-bux-mariadb-client] Upgrade to 1.0.3

* [buck-yeh-bux-sqlite] New port

* `vcpkg.json`/"supports" changed to "!(arm | uwp | osx | linux)" for all my ports

And remove the corresponding lines from `ci.baseline.txt`

* Update "port-version" & "git-tree"

* Update "port-version"

* Update "git-tree" but revert "port-version"

* Update ports/buck-yeh-bux-mariadb-client/vcpkg.json

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

* Update ports/buck-yeh-bux/vcpkg.json

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

* Run `./vcpkg x-add-version ...` to update port-version

* Update buck-yeh-bux-mariadb-client.json

* Update buck-yeh-bux.json

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.7

* ./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json

* Update git-tree

* [buck-yeh-bux] Bugfix & vcpkg compliance

1. [Bug] Help USAGE line for a  subcommand, if any, is displayed in wrong order.
2. [vcpkg] Merge from https://github.com/microsoft/vcpkg/pull/26248 so that `fix-clang-cl.patch` can be removed.

* Update ports/buck-yeh-bux/portfile.cmake

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

* Revert REF line & try add linux support

* Revert to the previous

* Update version database

* [buck-yeh-bux] Correct archive path of 1.6.8

`vcpkg install buck-yeh-bux` complains "Failed to download from mirror set" (url https://github.com/buck-yeh/bux/archive/v1.6.8.tar.gz)

* [buck-yeh-bux] 1.6.8 port-version 1

* [buck-yeh-bux] 1.6.8 port-version 1

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: buck-yeh <github-actions>
2023-03-01 09:55:57 -08:00
Fabien Péan
f1cebbc731
[arpack-ng] Workaround "outdated dynamic CRT" (#29935)
* [arpack-ng] Allow obsolete msvcrt

* [arpack-ng] Update DB
2023-03-01 09:45:11 -08:00
Jack·Boos·Yu
f3a39f1aaf
[nghttp2] Disable all the dependencies to fix configure error (#29924)
* [nghttp2] Disable all the dependencies to fix configure error

* version
2023-02-28 18:11:47 -08:00
SunBlack
3790b6a283
[pybind11] Update to 2.10.1 (#29842) 2023-02-28 16:28:32 -08:00
Kai Pastor
9ccc64ca98
[openssl] Finish unified configuration for windows and non-windows (#27261)
* Simplify non-windows openssl build

* No static libs in dynamic triplet

* Install /etc/ssl

* Refactor common and specific setup

* Fix debug configuration

* cleanup

* Remove deprecated no-ssl2 option

e80381e1a3

* Fix absolute path

* No legacy target for debug

* Check for Perl's IPC::Cmd

* Update linux kernel headers message

* CR requests
2023-02-28 11:20:45 -08:00
Oliver Old
5aa33f1076
[scope-guard] Add new port (#29821)
* Add port files for scope_guard

* Add version for scope_guard

* Update portfile.cmake with suggested changes

* Update scope-guard.json

---------

Co-authored-by: Frank <1433351828@qq.com>
2023-02-28 10:16:46 -08:00
Mengna Li
1f6508708b
fix error hash (#29829)
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-28 10:11:31 -08:00
Sean Farrell
39170e3eb9
[litehtml] Fix litehtml.h under Visual Studio (#29873)
* [litehtml] Fix litehtml.h under Visual Studio

* [litehtml] Update version baseline.
2023-02-28 10:10:26 -08:00
Kai Pastor
f93710335b
[ncurses] Fix "lib model" control. (#29881)
* [cmake-user] Test CMake package Curses with port ncurses

* [ncurses] Control lib models
2023-02-28 10:09:09 -08:00
Yingwei Zheng
1d26dc852e
[libffi] add risc-v support (#29870) 2023-02-28 10:06:28 -08:00
Clinton Ingram
41b17b8090
[libjxl] Update to 0.8.1 (#29862)
* update libjxl to 0.8.1

* update baseline
2023-02-28 10:04:46 -08:00
Ahmed Yarub Hani Al Nuaimi
5d129d88b5
[kubernetes] Update to 0.6.0 (#29855)
* Upgrade Kubernetes client library's port to 0.6.0

* Update version files

* Update ports/kubernetes/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Update version files

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-02-28 10:04:03 -08:00
Buck Yeh
9f63d315a7
[buck-yeh-bux] Update to 1.6.8 (#29817)
* [bux] Add new port

* Corrections according to Create Pull Request suggested questions

* SHA512

* Mark fails into .\scripts\ci.baseline.txt

* Mark fails into .\scripts\ci.baseline.txt

* No need of "port-version": 1 in vcpkg.json

* Update version database

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/portfile.cmake

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

* Update ports/bux/vcpkg.json

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

* Update bux.json

* Update ports/bux/vcpkg.json

* update version

* Update scripts/ci.baseline.txt

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

* update bux support

* update version

* update version

* Rename bux to buck-yeh-bux

* Update version database

* [buck-yeh-bux] upgrade to v1.5.0

1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.

* Missing comma in versions/b-/buck-yeh-bux.json

* buck-yeh-bux 1.6.0

* Corrections made according to NancyLi1013's requests in PR #20813

* Fix SHA key in versions/b-/buck-yeh-bux.json

* Update to buxk-yeh-bux v1.6.2

* [buck-yeh-bux-mariadb-client] The first release

* Add dependency to libmariadb

* Inccorect git-tree value in versions/b-/buck-yeh-bux-mariadb-client.json

* linux build is enabled

* [buck-yeh-bux] Upgrade to 1.6.3 to allow u64-linux

* linux build is disabled again for not recognizing C++20 header <concpts> yet

* Mark vcpkg.json to support Linux but ci.baseline.txt to fail the CI build

* Repair buck-buck-yeh-bux in version database.

* [buck-yeh-bux] Upgrade to 1.6.5

* [buck-yeh-bux] Upgrade to 1.6.5

* Add "license" field

* Correction nade by `./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json`

* Update according to `git rev-parse HEAD:ports/buck-yeh-bux`

* [buck-yeh-bux-mariadb-client] Upgrade to 1.0.3

* [buck-yeh-bux-sqlite] New port

* `vcpkg.json`/"supports" changed to "!(arm | uwp | osx | linux)" for all my ports

And remove the corresponding lines from `ci.baseline.txt`

* Update "port-version" & "git-tree"

* Update "port-version"

* Update "git-tree" but revert "port-version"

* Update ports/buck-yeh-bux-mariadb-client/vcpkg.json

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

* Update ports/buck-yeh-bux/vcpkg.json

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

* Run `./vcpkg x-add-version ...` to update port-version

* Update buck-yeh-bux-mariadb-client.json

* Update buck-yeh-bux.json

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.6

* [buck-yeh-bux] Update to 1.6.7

* ./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json

* Update git-tree

* [buck-yeh-bux] Bugfix & vcpkg compliance

1. [Bug] Help USAGE line for a  subcommand, if any, is displayed in wrong order.
2. [vcpkg] Merge from https://github.com/microsoft/vcpkg/pull/26248 so that `fix-clang-cl.patch` can be removed.

* Update ports/buck-yeh-bux/portfile.cmake

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

* Revert REF line & try add linux support

* Revert to the previous

* Update version database

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: buck-yeh <github-actions>
2023-02-28 10:00:12 -08:00
Loic Gouarin
9b7a4db424
[highfive] fix SHA of the downloaded patch (#29914)
* fix sha

* update highfive version
2023-02-28 09:56:31 -08:00
jim wang
d5bc0e71e0
[vcpkg baseline] [luminoengine] Fix cann't find luminoengine.lib (#29879)
* [luminoengine] Fix cannot find luminoengine library

* update version

* update version database

* fix review

* update version

* rename patch

* update version

* fix ci error

* update version

* fix ci error

* update version
2023-02-27 18:15:36 -08:00
Fabien Péan
5626cee5c4
[arpack-ng] Add new port (#29248)
* [arpack-ng] Add new port

* [arpack-ng] Update versioning scheme

* [arpack-ng] Update version database
2023-02-27 14:34:22 -08:00
Loic Gouarin
65d4be0cd8
[highfive] fix SHA of downloading patch (#29708)
* fix SHA

* Update version database

* add local patch from PR669 instead of download it

* Update version database

* update port-version

* update port-version

* Update highfive.json

* set patch from url as before

* Update version database

* add full_index in the url

* Update version database

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-02-27 12:35:03 -08:00
Yingwei Zheng
902144a2de
[boost-modular-build-helper] add risc-v support (#29871) 2023-02-27 12:32:11 -08:00
Francisco Facioni
06b0521c43
tracy - add disable-crash-handler to disable the crash handler (#29693) 2023-02-27 12:27:54 -08:00
Cheney Wang
6382d0d6cc
[qt5-webengine] Fix error LNK1218: warning treated as error (#29827)
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-27 12:02:46 -08:00
Nicolas Phister
8cdff13a6e
[recast] fix include paths (#29868) 2023-02-27 12:01:43 -08:00
Alexander Neumann
dfd7a8275d
[angle] close #4172 (#29861)
* [angle] close #4172

* v db
2023-02-27 11:58:33 -08:00
MonicaLiu
14f7d2896e
[libjpeg-turbo] Update to 2.1.5.1. (#29781)
* update libjpeg-turbo

* update version

* Undo rxcpp changes

* update patch

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-27 11:57:38 -08:00
Dmitry Baryshev
8c9e975171
[sail] Update to 0.9.0-rc3 (#29809)
* Update to RC3

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

* Update SHA sum after rebasing

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

* Added missing PSD feature

* vcpkg x-add-version --all --overwrite-version
2023-02-27 11:53:45 -08:00
talregev
67e6983110
update cairo (#29818) 2023-02-27 11:51:45 -08:00
SunBlack
5a08096b14
[libe57format] Update to 3.0.0 (#29840) 2023-02-27 11:50:12 -08:00
Clinton Ingram
6bf74212bf
[dav1d] Update to 1.1.0 (#29854)
* update dav1d to 1.1.0

* update baseline

* use variable for tag ref

* update versions
2023-02-27 10:50:37 -08:00
Alexander Neumann
223d33be7d
[vili] fix typo (#29849)
* fix typo

* v db

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-24 16:42:40 -08:00
Frank
a7b6122f6b
[fmilib] Change to the github and update to fix bug of libexpat (#29805) 2023-02-24 14:08:21 -08:00
Nick
b5f40dc9d8
[vvenc] new port (#29619)
* [simde] suppress min/max macro definitions

* [vvenc] new port
2023-02-24 12:54:29 -08:00
Russell Greene
2a95acc161
[opencv4] add dnn-cuda feature (#29796)
* [opencv4] add dnn-cuda feature

* fmt

* .\vcpkg.exe x-add-version --all
2023-02-24 12:02:54 -08:00
Billy O'Neal
9484a57dd5
Update vcpkg-tool to 2023-02-16. (#29664) 2023-02-24 11:57:40 -08:00
myd7349
5ecaf6697f
[simdjson] Update to 3.1.2 (#29811)
* [simdjson] Update to 3.1.2

* [simdjson] Bump version
2023-02-24 11:31:14 -08:00
Kai Pastor
ec96844b8b
[gmp] No asm for mingw-dynamic (#29782) 2023-02-23 12:46:13 -08:00
Sergei Kachkov
b24cd526fc
[ktx] Static build fix (#29756)
* [ktx] Fix missing zstd dependency

* [ktx] Fix GNU libtool issue for static build with enabled 'tools' feature

* [ktx] Update port version
2023-02-23 12:25:09 -08:00
Sean Farrell
d744711b58
[gumbo, litehtml] fix dupplicate gumbo symbols (#29804)
* [gumbo] fix CMakeLists.txt to export include folder properly.

* [litehtml] use vcpkg's gumbo

* [gumbo, litehtml] update version baseline

* [litehtml] fix litehtml CMake config.

* [litehtml] update version baseline

* [litehtml] fix relative includes in litehtml.h

* [litehtml] update version baseline
2023-02-23 11:25:44 -08:00
MonicaLiu
c5a9aa4028
[libavif] Update to v0.11.1. (#29315)
* update libavif

* update version

* update patch

* update version

* update EOF

* update version

* update patch

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-23 11:21:03 -08:00
Obbart
c4c22be7df
[lastools] Update to 2.0.2, fix include directories (#29770)
* [lastools] Update to 2.0.2, fix include directories

* [lastools] Updated version database

* [lastools] Replaced deprecated functions

* [lastools] Updated reference, fixed ci.baseline.txt

* [lastools] Updated versions database

* [lastools] Removed port-version from vcpkg.json

* [lastools] Updated version database

* [lastools] Fixed port version

* [lastools] Updated version database

---------

Co-authored-by: Emanuele Trabattoni <Emanuele.Trabattoni@faro.com>
2023-02-23 11:19:45 -08:00
Martin Hořeňovský
1afeba9029
[gtest] Update version to 1.13.0 (#29772)
* [gtest] Update version to 1.13.0

* Add fix for UWP
2023-02-23 11:14:11 -08:00
Mengna Li
cc4ee14b65
update to 1.1.6 (#29799) 2023-02-23 11:11:11 -08:00
Cheney Wang
98facc403c
[rttr] Update to latest commit for supporting c++20 (#29806)
* [rttr] Update to latest commit for support c++20

* Modify name of patch
2023-02-23 11:09:43 -08:00
Todor Prokopov
82e03905f5
[qt5] MinGW build fixes (#29505)
* [qt5] MinGW build fixes

* [qt5] Remove e-mail headers from mingw9.patch

* [qt5] Run vcpkg x-add-version

* Cleanup qt5-base icu libs setup

Windows-shared needs different options. Patch obsolete.

* Check early for mingw32-make

* Revise make install path fixup

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-02-22 13:17:37 -08:00
Sergei Kachkov
4149a220d4
[miniaudio] Add new port (#29740)
* [miniaudio] Add new port

* [miniaudio] Update versions

* Review suggestions

* Update version
2023-02-22 12:57:39 -08:00
Alexander Neumann
e83c4a9f25
[HDF5] Update to 1.14 (#29656)
* [hdf5] update to 1.14

* v db

* add vtk patch

* v db

* v db
2023-02-22 12:38:45 -08:00
Alexander Neumann
d098bf1e82
[lessmsi] Remove tool from installed tree (#29766)
* Move lessmsi out of the installed tree

* bump port version

* v db
2023-02-22 12:11:17 -08:00
Mengna Li
3b117aa195
update to 3.7.2 (#29763) 2023-02-22 10:57:43 -08:00
moritz-h
3768a4d37e
[adios2] Add zfp feature (#29678)
* [adios2] add zfp feature

* remove zfp version
2023-02-21 10:20:09 -08:00
sunderme
a94b6f34a7
[Poppler] Add feature 'qt' (#29615)
* add optional poppler-qt interface

* update version database

* use vcpkg_check_features

* update version

* increase version

* Update version database

* add unofficial cmake for poppler/qt6

* update version database

* add missing reference

* update version db

* make qt dependency optional and check for qt

* update version db
2023-02-21 10:18:23 -08:00
mg152
fd5058aad6
[uni-algo] Add new port (#29717)
* [uni-algo] Add new port

* [uni-algo] Update hash

* [uni-algo] Remove header-only feature

vcpkg maintainer-guide.md: Do not use features to implement alternatives
Header-only/constexpr feature in v0.7.0 doesn't implement
one system locale function so it violates this rule.

* [uni-algo] Clean excessive comments

vcpkg maintainer-guide.md: Avoid excessive comments in portfiles

* [uni-algo] Format json

* [uni-algo] Update baseline

Run: vcpkg x-add-version uni-algo

* [uni-algo] Remove vcpkg_minimum_required

* [uni-algo] Update baseline

* [uni-algo] Enable install always

* [uni-algo] Rerun x-add-version
2023-02-21 10:08:16 -08:00
lriki
3ceba3d976
[luminoengine] new port (#29668)
* wip

* wip

* wip

* wip

* fix

* fix

* fix

* desc

* fix for guidelines

* format

* Run x-add-version

* Add supports

* Default is core only

* Default is core only

* add version

* uwp unsupported

* add version

* rename port

* add version

* fix config path

* add version
2023-02-21 09:48:11 -08:00
Lily Wang
5ea703d315
[folly] Add feature liburing (#29684)
* [folly] Add feature liburing

* update version

* update version

* Modify the description of feature

* update version
2023-02-21 09:41:58 -08:00
Frank
ad415d3500
[monkeys-audio] Fix error hash and remove patches. (#29745)
* [monkeys-audio] Fix error hash

* update version

* revert

* format

* vdb

* Fix x64-windows

* vdb
2023-02-21 09:05:50 -08:00
Cheney Wang
8cf5d94f2c
[openimageio] Fix openEXR targets were not found (#29689) 2023-02-21 09:02:09 -08:00
Kai Pastor
00e4692bcd
[mchehab-zbar] Fix build without nls (#29411)
* [mchehab-zbar] Fix build without nls

* More placeholders for no-nls

* Use m4 files from gettext

* Another m4 file

* More

* More

* ADD_BIN_TO_PATH
2023-02-21 09:00:56 -08:00
Mengna Li
482f77009c
disable parallel configure (#29705) 2023-02-21 08:54:23 -08:00
Alexey Rochev
e94dfc2b92
[libidn2] Fix linking static libidn2 into shared library (#29749) 2023-02-21 08:47:24 -08:00
Luca Longinotti
bd17df4b33
[dv-processing] 1.7.8 update (#29735)
* dv-processing: update port to 1.7.8.

* dv-processing: fix SHA checksums, fix build on Windows.

* Update vcpkg versions.

* dv-processing: implement review comments.

* dv-processing: update versions.
2023-02-21 08:28:52 -08:00
Carlos O'Ryan
341d02562a
[abseil] update to latest release (20230125.0) (#29692)
* [abseil] update to latest release (20230125.0)

* Fix DLL support

* Update version

* I do not understand the warning about version-string, fixing it seems to make things worse

* [etcd-cpp-apiv3] Abseil requires C++14

* Update a downstream port

* I just cannot get these right, argh

* Try to switch from version-string to version (again)

* Regenerate versions

* Improve etcd handling of C++ standard

* Regenerate versions

* Use target_link_libraries to get compilation flags

* Update version files
2023-02-21 08:28:07 -08:00
Paweł Wegner
f138027a70
c-ares: bump to 1.19 and make it build on uwp. (#29342)
* c-ares: bump to 1.19 and make it build on uwp.

guard-imported-lib.patch got upstreamed, no longer necessary.

* drogon: disable uwp support.

It depends on c-ares which now supports uwp which means that this port needs
to be explicitly disabled.
2023-02-21 08:23:41 -08:00
Frank
f31841cc46
[curl] Update version to 7.88.1 to fix incomplete read/writes. (#29641)
* [curl]

* update version

* update version to 7.88.1

* vdb
2023-02-21 08:17:13 -08:00
Alexander Neumann
8c0fe4a71d
[vtk] update pegtl to version 3 (#29730)
* [vtk] update pegtl to version 3

* remove double &

* v db
2023-02-21 08:16:00 -08:00
Kai Pastor
8926700263
[armadillo] Update to 11.4.4 (#29733) 2023-02-21 08:10:27 -08:00
jim wang
6b8fd05982
[re2] update to 2023-02-01 (#29747)
* [re2] update to 2023-02-01

* [re2] update to 2023-02-01

* [re2] update to 2023-02-01

* [re2] update to 2023-02-01
2023-02-21 08:09:59 -08:00
JonLiu1993
1c96061099
[uchardet] update to v0.0.8 (#29748)
* [uchardet] update to v0.0.8

* update version

* add license

* update version

* update version

* update version
2023-02-21 08:08:59 -08:00
Kai Pastor
bf4822b562
[exiv2] Update, cleanup (#29732) 2023-02-21 08:06:26 -08:00
Arthur Sonzogni
baf8db0dfe
[ftxui] update to 4.0.0 (#29616)
Update ports/ftxui/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-21 08:04:38 -08:00
Basit Ayantunde
3f2f3ef820
[stx] Updated STX port (#29392)
* updated stx package

* added FEATURES to vcpkg_check_features

* updated port version

* applied format diff

* Update ports/stx/portfile.cmake

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

* Update ports/stx/portfile.cmake

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

* Update ports/stx/vcpkg.json

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

* Update ports/stx/portfile.cmake

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

* Update ports/stx/vcpkg.json

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

* Update ports/stx/vcpkg.json

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

* Update ports/stx/portfile.cmake

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

* Update ports/stx/portfile.cmake

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

* Update ports/stx/portfile.cmake

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

* formatted manifest

* formatted cmake

* changed stx version to one with config exports

* updated hash

* removed fixup command

* added git tree

* updated json versions

* formatted portfile

* updated git tree sha

* formatted portfile

* reverted old version changes

* formatted portfile

* fixed sha

* added blank line

* removed host dependencies

* formatted vcpkg.json

* updated git tree

* updated dependencies

* reverted changes

* update portfile.cmake

* update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-21 08:03:55 -08:00
Andrew Kornilov
469f99b868
[iceoryx] Update to 2.0.3 (#29451)
* [iceoryx] Update to 2.0.3

* Fix portfile.cmake format

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* [iceoryx] Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-02-21 08:00:57 -08:00
Sean Farrell
2f0f813af3
[litehtml] new port version 0.6 (#29673)
* [litehtml] add port in version 0.6

* [litehtml] update versions

* [litehtml] is not semver

* [litehtml] update versions

* [qttools] remove vendored litehtml

* [qtttools] remove unused fix_static_build.patch

* [qttools] fix manifest formatting

* [qttools] add version baseline

* [litehtml] fix find gumbo

* [litehtml] update version baseline.

* [litehtml] fix gumboConfig.cmake

* [litehtml] update version baseline
2023-02-21 07:58:00 -08:00
Nicholas Hayes
b2c94c4231
[libheif] Update to 1.15.1 (#29710) 2023-02-21 07:54:56 -08:00
JonLiu1993
adbcf84ce9
[amqpcpp] update to 4.3.19 (#29687)
* [amqpcpp] update to 4.3.19

* update version

* add license

* update version

* remove outdated comment

* update version
2023-02-21 07:54:21 -08:00
Frank
a325228200
[monkeys-audio] Add header file and remove the backup URL (#29709)
* [Monkeys-audio] Add header file and remove the backup URL

* update version
2023-02-18 00:25:01 -08:00
myd7349
a7938fd284
[simdjson] Update to v3.1.1 (#29712)
* [simdjson] Update to v3.1.1

* [simdjson] Bump version
2023-02-17 15:14:00 -08:00
Andrew Kornilov
9aa0d66373
[cyclonedds-cxx] Add new port (#29450)
* [cyclonedds-cxx] Add new port

* [cyclonedds-cxx] Fix features list

* [cyclonedds-cxx] Add patch

* [cyclonedds-cxx] Fix features list

* [cyclonedds-cxx] Fix dependencies list
2023-02-16 13:38:34 -08:00
Kai Pastor
2e3b958ff0
[libraw] Update to 0.21.1, revise dependencies (#29647)
* [libraw] Updated port to version 0.21.1

* [freeimage] Updated port to prepare for libraw version 0.21

* Add const in the right position

* Portfile modernization

* [libraw] Revise dependencies

* Add dng-lossy feature

* Update versions

* Add license

* Fix license name

---------

Co-authored-by: Anders Klemets <anderskl@microsoft.com>
2023-02-16 13:35:47 -08:00
talregev
3eafaa76fb
[mujoco] Add new port (#28993)
* Add new port mujoco

* Add usage text.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-16 13:32:07 -08:00
Mengna Li
b6dceb5053
[vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090 (#29667)
* Add patch to fix C1090 error

* update

* update
2023-02-16 13:31:39 -08:00
MonicaLiu
01da3c4906
[seacas] Fix header file 'cctype' declaration (#29625)
* update seacas

* update version

* Add patch

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-16 13:02:30 -08:00
xiaozhuai, Weihang Ding
43aabb4f9b
[yoga] Bump to 1.19.0+20230215 (#29666)
* [yoga] Bump to 1.19.0+20230215

* update version database
2023-02-16 10:36:56 -08:00
Nick
914d5f9705
[openal-soft] update to 1.23.0 (#29581) 2023-02-16 10:36:06 -08:00
Alexander Smyslov
6d16cb553a
[librdkafka] upgrade version up to 2.0.2 (#29651)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] upgrade version up to 2.0.2

* [librdkafka] upgrade version up to 2.0.2

* fix remarks

* fix remarks

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-02-16 10:23:09 -08:00
Rémy Tassoux
c1f00045e9
[zstd] Update to 1.5.4 (#29652)
* [zstd] Update to 1.5.4

* [zstd] Update version files
2023-02-16 10:22:24 -08:00
Cheney Wang
1f29c82a8e
[soci] Update to 4.0.3 (#29685)
* [soci] Update to 4.0.3

* Modify quote
2023-02-16 10:21:30 -08:00
JonLiu1993
0214713fbc
[ogre] update to latest version (v13.6.2) (#29646)
* [ogre] update to latest version (v13.6.2)

* update version

* revert patch formating

* update version
2023-02-16 10:05:47 -08:00
Paweł Wegner
959f8e3175
libevent: update to version at head and enable uwp support. (#29341)
Tagged release is +2 years old, fix-android-threads patch got upstreamed so it
is no longer necessary here. Also, includes a small patch which makes it
build on uwp.
2023-02-15 10:21:34 -08:00
Mengna Li
376362d3fa
[qtdeclarative] add long path warning (#29495)
* add long path warning

* update

* add vcpkg_buildpath_length_warning

* remove useless code
2023-02-15 10:02:00 -08:00
Pierre Wendling
f468f46b78
[glib] Bump to 2.75.3 (#29644)
* [glib] Update to 2.75.3.

* [glib] Fix intl detection when consumed in CMake.

When consuming glib in CMake through `pkg_check_modules`, libintl
(provided by `gettext`) needs to specified in the pc file as `-lintl`
without any quotation. Otherwise it is not picked up as a dependency
and static linking fails.

Also `vcpkg_fixup_pkgconfig` needs to be called before editing pc files.

* [glib] Cleanup portfile.

* [glib] Update baseline.
2023-02-15 10:00:35 -08:00
Cam Mannett
ee71be7ea7
[arg-router] Bump to 1.1.1 (#29604)
* [arg-router] Bump to 1.1.1

Bug fixes:
* Critical issue that prevents non-CMake builds from being built

Improvements:
* Removed the git patch version segment and therefore the requirement on git to build. This allows for building from source without a working copy

* Changes fro PR comments

* Removed unused files
* Added vcpkg_cmake_config_fixup
* Restricted to release 'build'
* Used version var for source tag
2023-02-15 09:56:06 -08:00
cnbatch
1fed3e19e0
[wxWidgets] Update to v3.2.2.1 (#29654)
* [wxWidgets] Update to v3.2.2.1

* [wxWidgets] Update to v3.2.2.1

* Update ports/wxwidgets/portfile.cmake

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

* [wxWidgets] Retry update to v3.2.2.1

* update portfile.cmake

* update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-15 09:46:42 -08:00
Vitalii Koshura
e96a58ff6d
[sentry-native] update to 0.6.0 (#29653)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-02-15 09:46:16 -08:00
6ziv
39c4d058e7
[cxxopts]Update cxxopts version to 3.1.0 (#29655)
* update cxxopts version to 3.1.0

* Update version files for cxxopts
2023-02-15 09:44:23 -08:00
Rémy Tassoux
daa744dbb3
[imgui] Update to 1.89.3 (#29659)
* [imgui] Update to 1.89.3

* [imgui] Update version files
2023-02-15 09:43:32 -08:00
Pierre Wendling
93895b28ea
[opusfile] Fix CMake config on case-sensitive filesystem (#29640)
* [opusfile] Fix CMake config for case-sensitive FS.

On case-sensitive filesystems, `OpusFileConfig.cmake` is unable to find
the exported targets due to mismatch case. See xiph/opusfile#42

* [opusfile] Update baseline.
2023-02-14 10:37:09 -08:00
xiaozhuai, Weihang Ding
44da3c907f
[cairomm] Fix config include path (#29518)
* [cairomm] Fix config include path

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-14 10:36:09 -08:00
Leonid Pospelov
baa9d834e7
[node-api|node-addon-api] fix and update (#29599)
* node-api-config-fix

* port-ver

* upd

* hash

* newver

* add-ver

* .

* .

* respect vcpkg_build_type in config

* addver

* Update node-addon-api.json
2023-02-14 10:27:11 -08:00
Pierre Wendling
ce8d96a7c3
[fluidsynth] Update patch and portfile (#29636)
* [fluidsynth] Update gentables patch.

Installation of FluidSynthTargets.cmake was accidentally turned off with
the previous version of the patch.

* [fluidsynth] Update portfile.

- Remove manpages.
- vcpkg_copy_tools already cleans up the bin directories
- Copy pdbs after moving the tools.
- Remove `enable-debug` as it no longer exists.

* [fluidsynth] Install usage.

* [fluidsynth] Bump port version.

* [fluidsynth] Update baseline.

* [fluidsynth] Find dependencies in the config file.

The library dependencies of `FluidSynth::libfluidsynth-OBJ` were not
searched for in the Config file.

* [fluidsynth] Update version.

* [fluidsynth] Apply suggestion from review.

Do not set `VCPKG_BUILD_MAKE_TABLES` in the patch.

* [fluidsynth] Update version.

* [fluidsynth] Update patch.

- Avoid using REQUIRED to find packages.
- Check for ALSA on Linux.
- Provide versions for pkg-config modules.

* [fluidsynth] Update version.
2023-02-14 09:40:36 -08:00
chausner
a1b1c72016
[liblsl] Update to 1.16.1 (#29637)
* Update liblsl to 1.16.1

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-02-14 09:38:09 -08:00
Mengna Li
4c9199d6d3
[otl] update to 4.0.476 (#29639)
* update to 4.0.476

* update
2023-02-14 09:36:49 -08:00
Kai Pastor
25f6132788
[mujs] Missing fixes (#29635)
* [mujs] Fix CMake config, cleanup

* Enable shared build on !windows

* Install pkg-config file

* Handle libm

* Official usage: pkgconfig

* Update versions
2023-02-13 12:34:00 -08:00
Ahmed Yarub Hani Al Nuaimi
45e1df3415
[libssh] Fix Android build (again) (#29577)
* Fix libssh patch for Android

* Update versions

* Update versions
2023-02-13 08:45:40 -08:00
Alexander Neumann
b2b3650720
[snappy] fix pc file include (#29590)
* [snappy] fix wrong include in pc file

* v db
2023-02-13 08:44:55 -08:00
Leonid Pospelov
96f7b33268
[collada-dom] drop unused dependency (#29597)
* .

* .
2023-02-13 08:44:09 -08:00
Pierre Wendling
1e7c0f8e62
[opusfile] Disable opusurl on Windows, update to 9d71834 (#29603)
* [opusfile] Bump to 9d71834.

This was recommended to fix dependency issues in sdl2-mixer. See
https://github.com/microsoft/vcpkg/pull/29487#discussion_r1103658181

This commit brings first-party CMake support and minor fixes with no API
change.

* [opusfile] Disable opusurl on Windows.

Fixes #29582.

* [opusfile] Update baseline.

* [opusfile] Update ambiguous comment in usage file.

* [opusfile] Update version.
2023-02-13 08:43:25 -08:00
Pieter-Jan Briers
bf67efbafe
[sdl2] Re-enable ibus in build (#29607)
* [sdl2] Re-enable ibus as feature

This was disabled in #14275 because it caused the relevant libraries (ibus, glib, ...) to be depended on transitively.

Nowadays, SDL2 loads these completely at runtime, only needing the headers and such at compile time, so it's safe to re-enable this again.

Ibus is gated behind the "ibus" feature, which like the existing x11/wayland ones warn at installation that you need the necessary system packages to use it. The ibus feature is enabled by default.

* [sdl2] Update baseline
2023-02-13 08:41:32 -08:00
Chuck Walbourn
d958c99ca8
[directxtex] update port to add dx11 default feature (#29589)
* [directxtex] update port for dx11 feature

* Update for upstream fix

* Update baseline

* Uvatlas doesn't need dx11 feature

* Update baseline
2023-02-13 08:38:42 -08:00
Leonid Pospelov
5d572fd456
[ffmpeg] fix emscripten build (#29510)
* [ffmpeg] do not require nasm for wasm32 build

* addver

* Update ffmpeg.json

* .

* .
2023-02-13 08:36:50 -08:00
Chuck Walbourn
a438cf6fea
[dxut] update for February 2023 release (#29623)
* [dxut] update for February 2023 release'

* Update baseline
2023-02-13 08:17:39 -08:00
as-shura
89f522a548
[mujs] Update to 1.3.2 and add export CMake-config (#29543)
* New version with find_package.

* Update database.

* Update ports/mujs/portfile.cmake

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

* Update ports/mujs/portfile.cmake

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

* Update ports/mujs/portfile.cmake

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

* Update ports/mujs/vcpkg.json

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

* Update ports/mujs/portfile.cmake

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

* Update ports/mujs/vcpkg.json

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

* Update database.

* Automatic versioning and db update.

* Modify port version in portfile.cmake

* x-add-version

* Update mujs.json

* Modify TARGETS_EXPORT_NAME

* x-add-version

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <494550702@qq.com>
2023-02-13 07:57:54 -08:00
MonicaLiu
2137cb6c6a
[fluidsynth] Update to 2.3.1 (#29038)
* update fluidsynth

* update version

* update version

* update EOL

* update version

* update EOL

* update version

* update git-tree

* Edit patch Name

* update git-tree

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-13 07:48:09 -08:00
Jeroen Baert
6f3458d299
[libmorton] Updated version to 0.2.11 (#29482)
* Updated libmorton version

* Fixed version database

* Update ports/libmorton/portfile.cmake

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

* Update version database

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-13 07:46:34 -08:00
nmreadelf
235a00ad79
Added brpc new version (#29547) 2023-02-13 07:41:36 -08:00
Nick Renieris
885004a1dd
[libqcow] Update to 20221124 (#29557)
Co-authored-by: nickr <nickr@kryptoslogic.com>
2023-02-13 07:40:51 -08:00
Sean Farrell
16d9816724
[c9y] update to 0.7.0 (#29572)
* [c9y] update to 0.7.0

* [c9y] update versions
2023-02-13 07:38:21 -08:00
Andrey Nekrasov
357d36106b
[roaring] Update to 0.9.6 (#29579) 2023-02-13 07:37:58 -08:00
Pierre Wendling
658a8165a9
[libflac] Bump to 1.4.2 (#29584)
* [libflac] Bump to 1.4.2.

- The license was incorrectly set to GFDL instead of BSD-3.
See: https://github.com/xiph/flac#components
- Remove patches that were merged upstream.
- Stack protection and fortify source under mingw is checked upstream.
- CMake config file location has changed.
- Use vcpkg_install_copyright to install license.

* [libflac] Add usage file.

* [libflac] Update baseline.
2023-02-13 07:37:00 -08:00
Sandy
e74eb73ba3
[bgfx] Update to v1.118.8417-415 (#29595) 2023-02-13 07:35:25 -08:00
Hamish Moffatt
c851cdcb4e
[kdalgorithms ] update version (#29610)
* [kdalgorithms] update to newer commit

* [kdalgorithms] update
2023-02-13 07:28:26 -08:00
Kai Pastor
36fb23307e
[vcpkg_configure_make] Fix almost-native builds (#28760)
* [gmp] Set CCAS for native builds

* [vcpkg_configure_make] Move triplet detection

* [vcpkg_configure_make] Control cross tools by autotools triplet

* Update versions

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-10 12:02:13 -08:00
pastdue
691244117b
[angle] Update to chromium/5414, improve build system (and future updates) (#27444)
* [angle] Update to chromium/5249

- Refactor build system based on WebKit's CMake build system for libANGLE
- Add maintainer-notes.md

* [angle] Fetch & generate more files in portfile

* [angle] Move maintainer-notes.md

* [angle] Port changes from #27701

* Merge install tweak from #28547

* [angle] Tweak PlatformLinux

* Run x-add-version

* [angle] Update to chromium/5414

* Run x-add-version

* Fix version database.

* Fix version database

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-10 11:45:11 -08:00
Eddie James
cfad9356c4
[binlog] Add new port (#26843)
* [binlog] Add new port

Add binlog, a high performance C++ log library to produce structured
binary logs.

* run x-add-version

---------

Co-authored-by: Eddie James <eajames@linux.ibm.com>
2023-02-10 11:37:57 -08:00
Cheney Wang
edceba5ece
[libkml] Add target include directories (#29553) 2023-02-10 11:33:17 -08:00
Mengna Li
f904afe183
[crashpad] fix tool dependencies missing (#29555)
* fix feature tools

* update
2023-02-10 11:32:20 -08:00
Leonid Pospelov
a65000bd39
[collada-dom] fix emscripten build (#29562)
* add patch

* .

* update-hash

* fix

* reformat

* fix hash

* remove-patch-prefix

* upd-hash

* upd

* .

* Update ports/collada-dom/portfile.cmake

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

* Update ports/collada-dom/portfile.cmake

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

* Update ports/collada-dom/portfile.cmake

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

* Update ports/collada-dom/vcpkg.json

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

* Update collada-dom.json

* Update collada-dom.json

* fix

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-10 11:31:29 -08:00
Leonid Pospelov
371892cc20
[liblzma] fix emscripten build (#29561)
* fix wasm32

* port-version

* add ver
2023-02-10 11:30:30 -08:00
xiaozhuai, Weihang Ding
e752415c5f
[nanobench] Revert to library version instead of header-only (#29566)
* [nanobench] Revert to library version instead of header-only

* update version database
2023-02-10 11:27:55 -08:00
Frank
eac0f2e78a
[cppwinrt] Update version to 2.0.230207.1 (#29522)
* [cppwinrt] Update version to 2.0.230207.1

* vdb
2023-02-10 11:18:40 -08:00
Pierre Wendling
785cbdb8ba
[sdl2-mixer] Bump to 2.6.3 (#29487)
* [sdl2-mixer] Bump to version 2.6.3

* [sdl2-mixer] Fix findFluidSynth on windows-static.

* [sdl2-mixer] vcpkg_minimum_required is not needed

* [sdl2-mixer] Control SDL2MIXER_MOD with libmodplug

If SDL2MIXER_MOD is left on when no backend is availble, CMake issues a
warning.

* [sdl2-mixer] Turn off SDL2MIXER_DEPS_SHARED

Similar issue to #28137. SDL2MIXER_OPUS_SHARED and
SDL2MIXER_VORBIS_VORBISFILE_SHARED need to be manually
turned off as they are unconditionally turned on.

* [sdl2-mixer] Set the correct vorbis backend.

Even when SDL2MIXER_VORBIS_VORBISFILE was set to ON, stb_vorbis would be
used as the default backend.

* [sdl2-mixer] Use vcpkg_install_copyright

* [sdl2-mixer] Ensure flac and mpg123 are selected.

Turn off header-only libraries when the features are selected.

* [sdl2-mixer] Patch missing call to find_dependency

This is fixed upstream but has not been included in the 2.6.x branch.

* [sdl2-mixer] Fix dependency linking.

- The FLAC target is an upstream patch.
- VCPKG's opusfile port is static-only, meaning Opus and Ogg needs to be
linked explicitly.

* [sdl2-mixer] Update baseline.

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-10 11:17:29 -08:00
Yavor Georgiev
6706cf05f0
[OpenSSL] Update to 3.0.8 (#29530)
* Update to OpenSSL 3.0.8

* update manifests
2023-02-10 11:14:37 -08:00
jalegido
cba33db26d
[ocilib] Update to 4.7.5 (#29550)
* Ocilib update to 4.7.5

* vcpkg x-add-version --all

* Remove port-version

* vcpkg x-add-version --all

* Update vcpkg_from_github.REF

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

---------

Co-authored-by: jjll <jjll@gmv.com>
2023-02-10 11:13:06 -08:00
JonLiu1993
9e73ebfe12
[monkeys-audio] update to 9.04 (#29556)
* [monkeys-audio] update to 9.04

* update version

* revert patch

* update version

* remove useless baseline
2023-02-10 11:11:51 -08:00
Cheney Wang
59b883e613
[libcopp] update to 2.1.2 (#29569) 2023-02-10 10:48:00 -08:00
omartijn
37fce29a26
Don't set incorrect arch flag for multi-arch build (#29524)
Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-02-09 14:59:00 -08:00
Alexander Neumann
d84e61c2c3
Fix coin-or ports. (#29398)
* add stuff

* coinutils stuff

* coin-or-* fixes!

* fix patch

* Fix openmvg

* fix openmvg by modifying includes

* fix ipopt.

* add !uwp supports in coinutils

* try fixing openmvg on osx

* format manifest and license stuff

* fix linkage

* v db
2023-02-09 14:51:04 -08:00
xiaozhuai, Weihang Ding
e039ba75d2
[qt5-base] Fix QMAKE_MACOSX_DEPLOYMENT_TARGET (#29525)
* [qt5-base] Fix QMAKE_MACOSX_DEPLOYMENT_TARGET

* update version database
2023-02-09 14:45:05 -08:00
6ziv
4bf41e29cf
[libsigcpp]fix libsigcpp include path (#29507)
* fix libsigcpp include path

* update version files

* fix indent

* change version number back

* fix pc

* rerun x-add-version

* Update license and upstream version

* revert and re-generate version files

* Update ports/libsigcpp/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update version again....

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-02-09 14:25:22 -08:00
Henrik Gaßmann
6f18cff584
[ftxui] Backport clang ICE workaround (#29526) 2023-02-09 12:53:19 -08:00
Ahmed Yarub Hani Al Nuaimi
b1f65da6b2
[libssh] Fix Android build (#29515)
* Fix libssh's file permission constants

* Update version files

* Disable building libssh on ARM64 Windows

* Update version files

* Update patch

* Update patch

* Update version files

* Update patch

* Update versions
2023-02-09 12:44:07 -08:00
Todor Prokopov
f67d9135ae
[icu] Fix x86 MinGW build (#29532) 2023-02-09 12:35:16 -08:00
Pierre Wendling
44943d3a05
[opusfile] Generate .pc files and modernise portfile (#29511)
* [opusfile] Generate pc files.

This is needed for SDL_mixer. (see #29487)

* [opusfile] Modernise portfile.

- Use `${VERSION}` for the REF.
- Use `vcpkg_check_features` to check for opusurl.
- Replace deprecated functions with the ones from `vcpkg-cmake`.
- Use `vcpkg_replace_string` to edit the header.
- Use `vcpkg_install_copyright` to install the license.

* [opusfile] Update baseline.

* [opusfile] Add license field to vcpkg.json.

* [opusfile] Install pc files for debug.

* [opusfile] Update version.

* [opusfile] Don't install debug pc file in release.

* [opusfile] Update version.
2023-02-09 11:04:21 -08:00
Alexander Neumann
3457eb9ff6
[qwt] Fix missing feature dependency (#29537)
* [qwt fix dependency]

* v db

* empty
2023-02-09 11:00:48 -08:00
Chuck Walbourn
cc4a86714e
[directxtk, directxtk12, uvatlas] updates for February 2023 release (#29520)
* [directxtk, directxtk12, uvatlas] Port updates for February 2023 releases

* Update baseline

---------

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-02-09 10:59:56 -08:00
reito
8c9416f444
[multiple-ports] Fix missing usage (#29345)
* Fix missing usage

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-02-09 10:59:04 -08:00
Leonid Pospelov
0551bc744c
[boost-filesystem] fix emscripten build (#29540)
* [boost-filesystem] fix emscripten build

* add version

* add version 2

* Update boost-build.json

* Update boost-modular-build-helper.json
2023-02-09 10:57:07 -08:00
JonLiu1993
42d21b2c8a
[zfp] update to 1.0.0 (#28616)
* [zfp] update to 1.0.0

* update version

* update portfile.cmake

* update version

* update patch

* update version

* update portfile.cmake

* update version

* remove patch

* update version

* update vcpkg.json

* update version

* update portfile.cmake

* update version
2023-02-09 10:55:24 -08:00
Azure SDK Bot
5d0f4ccbc9
[azure-identity-cpp] Update to 1.4.0 (#29514)
## 1.4.0 (2023-02-07)

### Features Added

- Added token caching. To benefit from it, share the `shared_ptr` to the same credential instance between multiple client instances.
- Added Azure CLI Credential.
- Added authority host overriding support for `ClientCertificateCredential`.
- Added Azure Stack support for `ClientCertificateCredential`.
- Added Azure App Service API version `2019-08-01` support for `ManagedIdentityCredential`.
2023-02-09 10:54:36 -08:00
Azure SDK Bot
e04123425c
[azure-security-attestation-cpp] Update to 1.1.0 (#29516)
## 1.1.0 (2023-02-07)

### Breaking Changes

- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`:
  - Added `std::vector<uint8_t>` dataToAttest parameter to the `AttestTpm()` client method.
  - Removed `Payload` in `TpmAttestationOptions`.
  - Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`.
2023-02-09 10:54:26 -08:00
Pierre Wendling
4f1ced56f7
[sdl2-image] Bump to 2.6.3 (#29485)
* [sdl2-image] Bump to version 2.6.3

* [sdl2-image] Update baseline

* [sdl2-image] Update SHA512

* [sdl2-image] Fix SDL2_image's findwebp.

* [sdl2-image] vcpkg_minimum_required is not needed.

* [sdl2-image] Update version.

* [sdl2-image] Patch `find_*` instead of `findwebp`.

* [sdl2-image] Update version.
2023-02-09 10:54:02 -08:00
Frank
dbed0a93f2
[vcpkg baseline] [superlu] Use the correct option to avoid lib conflicts. (#29519)
* [vcpkg baseline]

* update version

* Pay attention to the format

* vdb

* ref

* version
2023-02-09 10:49:54 -08:00
Lily Wang
7a33ed1718
[mongoose] Update to 7.9 (#29548)
* [mongoose] Update to 7.9

* update version
2023-02-09 10:48:25 -08:00
Lily Wang
529b72fac4
[mpg123] Update to 1.31.2 (#29549)
* [mpg123] Update to 1.31.2

* update version
2023-02-09 10:46:36 -08:00
jim wang
2102dcdcc6
[libdatachannel] update to 0.18.2 (#29551)
* [libdatachannel] update to 0.18.2

* update version

* modify review
2023-02-09 10:46:01 -08:00
Todor Prokopov
9d27b0fe2f
[wt] Update to 4.9.1 (#29504)
* [wt] Update to 4.9.1

* [wt] Use VERSION variable instead of git hash
2023-02-09 10:45:24 -08:00
Denis Barkar
8e986ec51a
[libsmacker] add new port (#29478) 2023-02-08 17:44:35 -08:00
jim wang
2196a2c7d6
[libtorch] Fix libtorch build (#29497)
* [libtorch] fixed libtorch build

* fix libtorch build

---------

Co-authored-by: jimwang118 <wangzhijie05@byondsoft.com>
2023-02-08 14:32:21 -08:00
xiaozhuai, Weihang Ding
29f2f939a4
[qt5-base] Remove excess dependency icu[tools] (#29464)
* [qt5-base] Resolve conflict icu feature 'tools' with other ports

* update version database

* remove comments

* update version database
2023-02-08 14:29:07 -08:00
wadehunk
928c150043
[open-dis-cpp] add new port (#29472)
* Initial open-dis-cpp port

* Correct vcpkg file and versions file

* Add open-dis-cpp version file

* Remove unused variables

* prefer ninja

* use master for now

* Tweak portfile for sha

* Update sha512

* Remove debug include files

* Use forked repo for testing

* Update sha512

* Update version database

* Update usage

* Update version database

* Update to 1.0.1 release

* Correct repo path

* Update sha512

* Update versions

* Correct cmake options

* Update version database
2023-02-08 14:21:06 -08:00
Wilrick
7e36345945
[realsense2] Update to v2.53.1 (#29501) 2023-02-08 13:49:41 -08:00
Alexander Neumann
d289dea7d8
[OpenTURNS] add new port (#29336)
* [openturns] add port

* v db

* fix missing boost dep.

* fix static stuff and others.

* v db

* reorder mpc and mpfr for linux

* v db

* add openturns:x64-osx=fail to ci baseline because vm uses old bison.

* move baseline fail above comment

* Add ci.baseline.txt note describing why it doesn't work.

* Add usage text.

* fix version

* v db

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-08 13:49:11 -08:00
Pierre Wendling
8963164ada
[sdl2-ttf] Bump to 2.20.2 (#29488)
* [sdl2-ttf] Bump to version 2.20.2

* [sdl2-ttf] Update baseline

* [sdl2-ttf] Apply suggestions from review.
2023-02-08 13:45:58 -08:00
MonicaLiu
79a23bc8e5
[dataframe] Update to 1.22.0. (#29491)
* update DataFrame

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-08 13:45:21 -08:00
MonicaLiu
3459f6c03f
[geotrans] Update to 3.9 (#29492)
* update geotrans:SHA512

* update version

* format

* update version

* update geotrans 3.9

* update version

* format

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-08 13:44:55 -08:00
nmreadelf
499f0cdd6c
update brpc version to 1.3.0 (#29493) 2023-02-08 13:43:34 -08:00
Billy O'Neal
cf69bc7434
[pagmo2] Update to 2.19.0 (#29512) 2023-02-08 13:22:30 -08:00
Leonid Pospelov
1c48ec7f49
[boost] fix emscripten build (#29481)
* Update CMakeLists.txt

* print lib prefix and suffix

* set extension to bc

* wip: wasm .bc copy workaround

* hack wasm32 boost libs copy

* rename bc to a

* remove status messages

* update port ver

* run addver cmd
2023-02-07 16:07:34 -08:00
xyz347
6015f38db2
[xpack] Add new port (#29439)
* add xpack

* x-add-version

* modify portfile.cmake, remove unused line

* update version

* update xpack port

* update version info
2023-02-07 16:06:06 -08:00
Tao He
4f7e4b0193
[etcd-cpp-apiv3] Add etcd-cpp-apiv3 ports. (#29363)
* Add etcd-cpp-vpiv3 ports.

Signed-off-by: Tao He <sighingnow@gmail.com>

* Add version files

Signed-off-by: Tao He <sighingnow@gmail.com>

* Address linter comments

Signed-off-by: Tao He <sighingnow@gmail.com>

* Format

Signed-off-by: Tao He <sighingnow@gmail.com>

* Update the version

Signed-off-by: Tao He <sighingnow@gmail.com>

* Adding usage text

Signed-off-by: Tao He <sighingnow@gmail.com>

* Update version

Signed-off-by: Tao He <sighingnow@gmail.com>

* Double quotes

Signed-off-by: Tao He <sighingnow@gmail.com>

* Update the version

Signed-off-by: Tao He <sighingnow@gmail.com>

---------

Signed-off-by: Tao He <sighingnow@gmail.com>
2023-02-07 16:00:58 -08:00
Alexander Neumann
2d0bfea99b
[adios2] add port (#29264)
* [adios2] add port

* v db

* remove one of the executable

* add usage fix tools.

* v db

* fix static builds

* v db

* cr comments

* v db
2023-02-07 15:56:48 -08:00
Alexander Neumann
3c9f696806
[openslide] add port (#29335)
* [openslide] add port

* v db

* don't buffer fixing triplets which are unsupported

* v db

* Apply suggestions from code review

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

* v db

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-07 15:52:51 -08:00
Tom Tan
0d0a01598c
[opentelemetry-cpp] Update to v1.8.2 (#29483)
* Update opentelemetry-cpp to v1.8.2

* Add feature description to otlp-http

* Update opentelemetry-cpp.json

* use ${VERSION} in portfile.cmake

* update version

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <494550702@qq.com>
2023-02-07 15:31:57 -08:00
xiaozhuai, Weihang Ding
ea0c13ec12
[nanobench] Bump to 4.3.10 (#29468)
* [nanobench] Bump to 4.3.10

* update version database

* apply suggested change

* update version database
2023-02-07 15:24:50 -08:00
Matthias Kuhn
261f5b1fcc
Fix https://github.com/microsoft/vcpkg/issues/29322 (#29329) 2023-02-07 15:01:58 -08:00
Ankur Verma
ad3435235f
[brotli] Fix wasm32-emscripten build (#29349)
* Update portfile.cmake

* Update port-version

* Update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-07 15:00:51 -08:00
MonicaLiu
65194bfbf5
[efsw] Update to 1.3.1. (#29430)
* update efsw

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-07 14:59:38 -08:00
Rémy Tassoux
1c9ec2d3cb
[quill] Update to 2.7.0 (#29466)
* [quill] Update to 2.7.0

* [quill] Update version files
2023-02-07 14:59:07 -08:00
Pierre Wendling
917875c7b2
[sdl2] Bump to 2.26.3 (#29484)
* [sdl2] Bump version to 2.26.3

* [sdl2] Update baseline
2023-02-07 14:46:50 -08:00
Billy O'Neal
185a7aa23a
[sqlite3] Control features with a configuration header (#29376)
* [sqlite3] Control features with a configuration header rather than CMake or pkgconfig.

Resolves https://github.com/microsoft/vcpkg/pull/29335

Alternate of https://github.com/microsoft/vcpkg/pull/29258

@Neumann-A points out that controlling features through CMake configs and pkgconfig causes MSBuild customers to be left out in the cold. Moreover, attempting to add parenthesis to the SQLITE_API marco breaks autotools. This change makes such parenthesis unnecessary and ensures the configuration bits are used with automatic linking.

* Ensure feature controls affect the .c too, use less MAYBE_UNUSED.

* Correctly note that zlib has no effect without tools.

* Always add DL_LIBS even when static linking.

* [sqlitecpp] Unconditionally enable column metadata because that is done in the sqlite3 port.

* Add missing -l prefix on CMAKE_DL_LIBS
2023-02-06 12:00:37 -08:00
Kai Pastor
873263a7c0
[skia] Fix vulkan (#29448)
* [skia] Fix vulkan

* Use vulkan-memory-allocator
2023-02-06 11:53:39 -08:00
Fabien Péan
6b91ca9f46
[superlu] Update to 5.3.0 (#29452)
* [superlu] Update port to v5.3.0

* [superlu] Update version database
2023-02-06 11:05:01 -08:00
Frank
2528a34051
[ptc-print] Switch to official usage (#28771)
* [ptc-print] Add the current usage

* version

* update usage and use usage

* version

* Use the officially exported usage

* update version

* miss the space

* version
2023-02-06 11:04:03 -08:00
Paweł Wegner
11fbf278cc
ffmpeg: don't request schannel on uwp. (#29337)
schannel is not available on uwp.
2023-02-06 10:15:24 -08:00
myd7349
a0c74da208
[simdjson] Update to 3.1.0 (#29455)
* [simdjson] Update to 3.1.0

* [simdjson] Bump version
2023-02-06 10:14:02 -08:00
Andrew Kornilov
0ba60bfef5
[cyclonedds] Add new port (#29150)
* [cyclonedds] Add new port

* [cyclonedds] Update supports

* [cyclonedds] Update version

* Add usage, vcpkg_fixup_pkgconfig.

* [cyclonedds] Update ddsperf dependencies

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 18:46:10 -08:00
Aleksi Sapon
f648140dbc
[ceres] Fix missing iOS deployment target (#29432) 2023-02-03 18:36:30 -08:00
Kai Pastor
e1ba85acf9
[iceoryx] Fix acl dependency (#29405)
* [iceoryx] Fix acl dependency

* Minor changes
2023-02-03 18:35:25 -08:00
Cam Mannett
a67ba7075c
[arg-router] Add new port (#29219)
* [arg-router] Add new port

https://github.com/cmannett85/arg_router

* [arg-router] Use VERSION CMake var

* [arg_router] Do not copy README and LICENSE to share dir

* Add quotes.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:47:16 -08:00
FBassler
74b1c16630
[openal-soft] Uses LGPL-2.0-or-later instead of GPL-2.0-or-later (#29394) 2023-02-03 14:27:05 -08:00
autoantwort
79d5201b22
[nifticlib] fix feature tools (#29371) 2023-02-03 14:22:38 -08:00
Adrian Bibby Walther
628076aeed
[rapidcheck] Update to 2023-01-13 (#29436)
* Updated rapidcheck to 2023-01-13.

* Updated version files.

* Add license note and quotes.

* Forgot to fix version DB :)

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:21:16 -08:00
autoantwort
ba588a0615
[tesseract] Update and fix feature training-tools build (#29225)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:10:33 -08:00
Francisco Facioni
a2f56c4dd6
[tracy] add on-demand option for the client lib (#29429) 2023-02-03 14:08:58 -08:00
Aleksi Sapon
ffd75fe389
[cryptopp] Update CMake build script (#29404) 2023-02-03 14:02:18 -08:00
xiaozhuai, Weihang Ding
7229e06586
[libusb] Fix undefined symbols on osx (#29393)
* [libusb] Fix undefined symbols on osx

* update version database

* update license

* update version database

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-03 14:00:28 -08:00
Igor Kostenko
dfcc767b82
[hdf5] fix config patch (#29390) 2023-02-03 13:59:09 -08:00
xiaozhuai, Weihang Ding
9aa9cc5e70
[minifb] Bump to 2023-02-03 (#29316)
* Bump to 2023-02-03

* update version database

* Remove unnecessary entries from `ci.baseline.txt`.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 13:22:26 -08:00
Andrew Kornilov
fa438cf4bc
[physac] Add new port (#29365) 2023-02-03 13:18:08 -08:00
Carlos O'Ryan
62ee5c8ca4
[google-cloud-cpp] uipgrade to latest version (v2.7.0) (#29373) 2023-02-03 13:04:00 -08:00
TheReclif
f7927c0c20
[antlr4] fix MSVC linker errors (#29384)
* [antlr4] fix dll export/import macro evaluating always to dllexport

* [antlr4] fix portfile formatting

* [antlr4] fix formatting in port manifest

* [antlr4] updated versions in vcpkg/versions
2023-02-03 13:01:19 -08:00
Connor Broyles
edf51f5f25
[blend2d|osgearth] Allow blend2d and osgearth[blend2d] on ARM (#29141)
* [blend2d] Allow on non-Windows ARM platforms

* [osgearth] Allow blend2d feature on ARM
2023-02-03 12:39:12 -08:00
wzj219
c514f9e27c
[blosc] Update to 1.21.3 (#28986)
* [blosc] Update to 1.21.3

* Update version

* [blosc] Update to 1.21.3

* update version

* [blosc] update to 1.21.3

* [blosc] Modify review comments

* [blosc]Modify CI Error

* [blosc]Modify review comments

* [blosc]Modify the patch name

* [blosc]modify CI error

* [blosc]update version

* [blosc]update version

* update version

* update version

* update git-tree

---------

Co-authored-by: Lily Wang <494550702@qq.com>
2023-02-03 12:38:25 -08:00
Mengna Li
73c7508f33
update to 20.36.0 (#29407) 2023-02-03 12:34:39 -08:00
Frank
095121409e
[platform-folders] update version to 4.2.0 (#29409)
* [platform-folders] update version to 4.2.0

* update version

* fix osx

* vdb
2023-02-03 12:34:23 -08:00
Azure SDK Bot
37c9f412ca
[azure-core-*] Update azure-core-cpp to 1.8.0 and azure-core-tracing-opentelemetry-cpp to 1.0.0-beta.4 (#29427)
* [azure-core-cpp] Update to 1.8.0
## 1.8.0 (2023-02-02)

### Features Added

- Added support for parsing space character in place of 'T' in RFC3339 DateTimes.
- Added support for HTTP proxy servers, both unauthenticated and with basic authentication.
- Added universal support for several TLS options:
  - Added the ability to set the expected TLS root certificate for TLS connection (useful if a proxy server uses a TLS certificate that is not chained to a known root).
  - Added the ability to enable TLS certificate revocation list checks (off by default).
    - For libcurl only: Allow TLS connection to succeed if CRL retrieval fails.
    - *NOTE*: This change only applies if libcurl is built using the OpenSSL crypto backend. It does NOT apply if libcurl uses the schannel (Windows default) or SecureTransport (macOS/iOS default).

### Breaking Changes

- Changed the name of several distributed tracing HTTP span attributes:
  - `requestId` is renamed to `az.client_request_id`
  - `serviceRequestId` is renamed to `az.service_request_id`

- Bearer token authentication will not work for endpoint URL protocol schemes other than `"https"`. This ensures token security and is consistent with the Azure SDKs for other languages.

- Removed `noexcept` specification from `Azure::DateTime::clock::now()`.

- Updated retry policy timeouts to conform to Azure guidelines.
  - The default delay between retries is changed from 4 seconds to 800ms.
  - The maximum retry delay is changed from 2 minutes to 60 seconds (one minute).

  If the original behavior is desired, customers can adjust these timeouts by changing the `RetryDelay` and `MaxRetryDelay` fields in the `RetryOptions` structure.

### Bugs Fixed

- Fixed bug in WinHTTP client which caused the `IgnoreUnknownCertificateAuthority` and `EnableCertificateRevocationListCheck` fields to be ignored if they were passed in from `TransportOptions`.
- [[#4206]](https://github.com/Azure/azure-sdk-for-cpp/issues/4206) Fixed connectivity issues in libcurl HTTP transport which can occur if a TCP connection is dropped prematurely. (A community contribution, courtesy of _[ahojnnes](https://github.com/ahojnnes)_)

### Other Changes

- Update distributed tracing attributes to align with current Azure Distributed Tracing Conventions attributes and names.
- Added the ability to consume version 1.1.1n of OpenSSL.
- Added support for Identity token caching, and for configuring token refresh offset in `BearerTokenAuthenticationPolicy`.
- Improved cancellation support for WinHTTP transport.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Johannes Schonberger _([GitHub](https://github.com/ahojnnes))_

* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.4
## 1.0.0-beta.4 (2023-02-02)

### Features Added

- Aligned OpenTelemetry tracing infrastructure with OpenTelemetry 1.17.0 conventions for use with Azure Monitor.

### Other Changes

- Suppress several warnings from opentelemetry-cpp package.
2023-02-03 12:34:00 -08:00
Billy O'Neal
6abc931a7d
[ableton-link] Fix typo missing dash in name. (#29434)
* [ableton-link] Fix typo missing dash in name.

* Version DB
2023-02-03 12:25:31 -08:00
Jose Sanchez
2f0bcabe63
[azure-iot-sdk-c] LTS_01_2023_REF01 (#29046) 2023-02-03 12:14:45 -08:00
JonLiu1993
a7c0f2b2b4
[libjpeg-turbo] update to 2.1.5 (#29352)
* [libjpeg-turbo] update to 2.1.5

* update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 11:20:01 -08:00
Billy O'Neal
1d3ba8738f
[libcopp] Mark arm-windows as unsupported. (#29408)
In https://github.com/microsoft/vcpkg/pull/29267 we asked the user to remove a ci.baseline.txt entry for libcopp , but this failed in the most recent full build https://dev.azure.com/vcpkg/public/_build/results?buildId=84590 . It looks like the port doesn't have the plumbing to hook up ARM or ARM64 compilers on Windows, so this isn't a machine configuration / ci.baseline.txt issue.

There does appear to be some code in upstream trying to select armasm rather than masm to use the arm assembler but the port doesn't know how to hook that up.
2023-02-03 11:14:29 -08:00
Hamish Moffatt
71d3fa60b6
[kdalgorithms] Add new port (#29375) 2023-02-02 20:28:50 -08:00
Andrew Kornilov
9d92f36654
[raygui] Add new port (#29364)
* [raygui] Add new port

* Update ports/raygui/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* [raygui] Update version

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-02-02 20:25:14 -08:00
Andrew Kornilov
bb9766f573
[clipper2] Add new port (#29303)
* [clipper2] Add new port

* [clipper2] Add usage. Static-only for windows

* [clipper2] Update hash
2023-02-02 20:04:34 -08:00
Sylvain Doremus
ff666f83e0
[rendergraph] Updated to version 1.2.0. (#29359) 2023-02-02 19:58:03 -08:00
Frank
3472e57850
[nanoflann] Update to 1.4.3 (#29378)
* [nanoflann] Update to 1.4.3

* update version

* use New function

* vdb
2023-02-02 19:57:45 -08:00
Duncan Horn
52388affa0
[WIL] Update to 2023-02-02 (#29399)
* Update WIL port

* Running new command I previously didn't know about

* Update the wil port

* Update the wil port

* Update the versions file
2023-02-02 19:57:29 -08:00
Henrique Teles
03464198d7
[libxlsxwriter] port update (#29401) 2023-02-02 19:57:15 -08:00
Billy O'Neal
845339c10b
[urho3d, xcb-util-wm] Hash fixes (#29383) 2023-02-02 19:36:12 -08:00
Aleksi Sapon
cf91522593
[xerces-c] Fix iOS build (#29334) 2023-02-02 18:49:20 -08:00
Henrik Gaßmann
45daa84436
[status-code] Disable find boost (#29360)
The libraries test suite optionally tests compatibility against boost
types which is completely unnecessary in our case.
2023-02-02 16:53:56 -08:00
Francisco Facioni
27b8bfd0f9
[cnats] Update to 3.6.0 (#29372) 2023-02-02 16:53:33 -08:00
Long Huan
3004382fdf
[embree3] fix Unknown CMake command find_dependency (#29381)
* fix Unknown CMake command find_dependency

* x-add-version
2023-02-02 16:53:13 -08:00
Rémy Tassoux
b28cddc45f
[catch2] Update to 3.3.1 (#29357)
* [catch2] Update to 3.3.1

* [catch2] Update version files
2023-02-02 16:52:36 -08:00
Lily Wang
c9eb3bd14e
[curl] Use find_package c-ares provided by vcpkg (#29350)
* [curl] Use find_package c-ares provided by vcpkg

* update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-02 16:52:18 -08:00
Chuck Walbourn
65eed91ae7
[directxtex] port update for January 2023 release (#29343)
* [directxtex] port update for January 2023 release

* Updated baseline

---------

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-02-02 16:51:33 -08:00
Frank
c3f5491a36
[itk] Add missing iostream include for CUDA classes (#29317)
* [itk] Add missing iostream include for CUDA classes

* update version

* use New function

* vdb

* add end line

* overwrite version
2023-02-02 16:28:09 -08:00
omartijn
b79fa0ec38
[abletonlink] Rename ableton port to abletonlink (#28892)
* [tiff] Fix zstd plus minor changes (#28530)

* Use official zstd config

* Require packages for features

* Test zstd in CI

* Enable libtiffxx on arm

* Update versions

* Assume ZSTD_decompressStream

* Don't put targets into TIFF_LIBRARIES

* [qt5-imageformats] Use libtiff-4.pc

* [zstd] Revise thread lib export

* Mark link libs with LINK_ONLY

* Revert "[zstd] Revise thread lib export"

This reverts commit a99e6378a6.

* [qt5-imageformats] Get all tiff lflags

* [gdk-pixbuf] Use libtiff-4 pc file for msvc

* [qtimageformat] Workaround for QTBUG-95052

* Rename ableton to abletonlink

* Add meta-port for users using the old ableton port

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-02-02 16:22:45 -08:00
Gordon Smith
f7ada2a292
[activemq-cpp,apr,arrow] Switch apache urls to pull from "archive" (#29388)
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
2023-02-02 15:46:55 -08:00
xiaozhuai, Weihang Ding
a548ef52e5
[imageinfo] Add new port (#29009)
* [imageinfo] Add new port

* update version database

* Add usage

* Add new line

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-01 17:10:42 -08:00
Cheney Wang
c35b8168fc
[faad2] Update to 2.10.1 (#29319)
* [faad2] Update to 2.10.1

* Fix tools uninstalled
2023-02-01 17:10:23 -08:00
Billy O'Neal
6aa38234d0
[boost] Fix generate ports to match the tree. (#29338)
Added the ability for the 'default' port version to get a value in case they all change at once (as almost happened due to https://github.com/microsoft/vcpkg/issues/29288)

https://github.com/microsoft/vcpkg/pull/28356/ did not apply post-source stubs for url and locale. I suspect they were just forgotten to be checked in?
https://github.com/microsoft/vcpkg/pull/28617/ did not record the port version change in generate-ports.ps1.

Also fixed all files to have LF line endings. (since changing boost-vcpkg-helper version also changed all the other ports anyway)

Also changed "When changing this file also update and run scripts/boost/generate-ports.ps1" to "Automatically generated by scripts/boost/generate-ports.ps1" because I think that better conveys the consequences (your changes will get nuked).
2023-02-01 13:34:29 -08:00
Ahmed Yarub Hani Al Nuaimi
ca9155913c
[aws-sdk-cpp] Update AWS SDK for C++ and its dependencies (#29236) 2023-02-01 12:52:03 -08:00
xiaozhuai, Weihang Ding
871e20cf67
[xorstr] Bump to 2021-11-20 (#29323)
* [xorstr] Bump to 2021-11-20

* add license

* update version database
2023-02-01 11:13:30 -08:00
xiaozhuai, Weihang Ding
6bb84d3f57
[ghc-filesystem] Bump to 1.5.12 (#29312)
* [ghc-filesystem] Bump to 1.5.12

* update version database
2023-02-01 11:13:02 -08:00
Leonid Pospelov
3029a0e0ad
[WasmEdge] Add new port (#28668) 2023-02-01 11:12:27 -08:00
Aleksi Sapon
17030920aa
[libe57format] Update to 2.3.0 (#29333) 2023-01-31 19:12:25 -08:00
Alexander Neumann
a4e94e9d6d
[rkcommon] add new port (#29263)
* [rkcommon] add port

* v db

* Fix static builds and supports

* format manifest

* v db

* Add usage file.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 18:53:23 -08:00
Leonid Pospelov
ce4d499954
[node-addon-api] Add new port (#28427)
* port is building for x64-windows

* Add file endings

* Reformat manifest file

* Add versions

* Remove comment

* Check host system instead of target

* fix user fs pollution & allow nodejs tool to have the same triplet as target has

* x86-windows now builds

* Support find_package (TARGET_SOURCES still todo)

* add win_delay_hook.cc

* license for nodejs

* reformat

* reformat

* Update node-api.json

* nodejs port ver increment

* fix versions

* fix versions

* Fix find_library/find_path review comments

* node-api-config.cmake => unofficial-node-api-config.cmake

* remove vcpkg_execute_npm_command.cmake

* update git-tree in node-api.json

* fix node triplet

* remove obvious comment

* Update node-api.json

* Revert everything related to vcpkg-tool-nodejs

* fix port-version of vcpkg-tool-nodejs in baseline.json

* Update node-api.json

* ban arm

* fix EOF

* Update node-api.json

* Tweaks for Linux failure debugging

* Update node-api.json

* Reformat with vscode cmake formatter

* Even more debug logging

* add <node_root>/bin to search

* Update node-api.json

* Add debugging for 2-nd error encountered

* update ver

* update

* update ver

* add nodejs tool to path

* update ver

* use prefix npm option

* add version

* move things to node tool dir (temporary)

* add ver

* Add CMAKE_JS_LIB emptyness check

* add version

* separate node root ad node bin directories

* update node-api-config.cmake

* add ver

* typo-fi

* update version

* remove debug logging

* update ver

* do not use system cmake

* add ver

* rename vars

* Update ver

* Add comment

* add-version

* Now downloads cmake-js from github, but deps aren't downloaded (wip)

* add version

* Seems to work except lodash (wip)

* add version

* license null (wip)

* license null -reformat- (wip)

* add ver

* Add todo (wip)

* add ver

* install lodash, new error now related to yargs isn't being built (wip)

* add version (wip)

* fix (wip)

* add version (wip)

* Cleanup, will try one thing (wip)

* no cmake-js ver, now install includes (wip)

*  closing temporary, I'll get back to this later . at least I know what to do

* test

* baseline

* format

* fill with zeros

* update supports

* correct url for win

* addver

* better handle arch and os

* ver

* update

* update

* add-todo

* add win support

* ver

* qol

* ver

* add-sha

* ver

* update

* update

* fix-license

* fix-license

* add sha

* add sha

* linux-arm64

* linux-arm64

* sha512 for arm

* sha512 for arm

* remove imported sources

* remove imported sources

* apply suggestion

* add ver

* fix eof

* add ver

* [node-addon-api] Add new port

* add version

* add newline

* add version

* Update ports/node-addon-api/vcpkg.json

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

* Update ports/node-addon-api/portfile.cmake

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

* Update ports/node-addon-api/portfile.cmake

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

* Update ports/node-addon-api/portfile.cmake

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

* Update ports/node-addon-api/portfile.cmake

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

* Update node-addon-api.json

* Update portfile.cmake

* Update node-addon-api.json

* Update unofficial-node-addon-api-config.cmake

* Update node-addon-api.json

* fix dg0yt's comments 1/

* fix 2/

* fix 3/3

* update version

* Add usage.

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 18:51:05 -08:00
Russell Greene
b7c9204336
[openimageio] add libheif as an optional dependency, remove libsquish as a dependency (#29218)
* [openimageio] add libheif as an optional dependncy

* fmt

* x-add-version

* optional libheif find_dependency

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

* also remove libsquish from dep list

* x-add-version
2023-01-31 18:11:48 -08:00
Matthew Oliver
e5143067da
[ffmpeg] Enable openmpt and update feature platforms. (#29216)
* [ffmpeg] Enable openmpt and update feature platforms.

* [ffmpeg] Update versions.
2023-01-31 18:10:57 -08:00
Alexander Neumann
6810f35866
[liblas] fix cmake consumption (#29259)
* [liblas] fix consumption

* v db
2023-01-31 18:09:59 -08:00
autoantwort
acb4db3c81
[matio] fix inter feature dependencies (#29224) 2023-01-31 18:08:50 -08:00
Kai Pastor
cda6c1f124
[mchehab-zbar] Fix dependencies (#29232)
Do not use msys devel packages.
2023-01-31 18:08:16 -08:00
Henrik Gaßmann
c3e8743a25
[ned14-internal-quickcpplib,status-code,llfio] Update 2023.01 (#29214)
* [quickcpplib] Update to 2023-01-27

* [status-code] Update to 2023-01-27

* [llfio] Update to 2023-01-27

* Update version database
2023-01-31 18:06:21 -08:00
autoantwort
ddea2bb30b
[leptonica] Update (#29266) 2023-01-31 18:04:06 -08:00
talregev
b63f61ebe8
[chronoengine] New port (#29070) 2023-01-31 17:40:08 -08:00
Ada Tufankjian
86e220d184
Updating vma port (#29230) 2023-01-31 16:28:39 -08:00
Russell Greene
4819f65d7c
[libde265] enable on arm linux + ios (#29223)
* [libde265] enable on arm linux + ios

* ./vcpkg x-add-version --all
2023-01-31 16:02:20 -08:00
Leonid Pospelov
cf4f1fb3eb
[ChakraCore] enable find_package (#28769)
* [chakracore] add cmake config

* .

* .

* .

* wip

* fix review comments

* .
2023-01-31 16:00:25 -08:00
as-shura
74e940f647
[onednn] Bumped version to 3.0.0 release. (#29267)
* Bumped version to 3.0.0 release.

* Update ports/onednn/vcpkg.json

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

* Update ports/onednn/portfile.cmake

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

* Applied changes requests from @LilyWangLL.

* Final database update.

* Fixed inability to download hidden by asset caching.

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 13:51:11 -08:00
xiaozhuai, Weihang Ding
9c4a648392
[string-view-lite] Modernization (#29313)
* [string-view-lite] Modernization

* update version database

* apply suggestion

* update version database

* CRLF -> LF

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 13:50:53 -08:00
chausner
8a9ad06a84
[zstr] Update to 1.0.7 (#29254)
* Update zstr to 1.0.7

* Update CI baseline

* Apply suggestions from code review

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

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-01-31 13:27:53 -08:00
chausner
25ed5f7cca
[json-schema-validator] Update to 2.2.0 (#29253)
* Update json-schema-validator to 2.2.0

* Update CI baseline

* Tweak description

* Update CI baseline

* Remove patch, address code review suggestions

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-31 13:26:42 -08:00
chausner
0fb75abb60
[wildmidi] Update to 0.4.5 (#29255)
* Update wildmidi to 0.4.5

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-31 12:56:20 -08:00
MonicaLiu
fb16da0439
[flatbuffers] Update to 23.1.21. (#29277)
* update flatbuffers

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-31 12:42:18 -08:00
xiaozhuai, Weihang Ding
09c963efbb
[glm] Modernization (#29314)
* [glm] Modernization

* update version database
2023-01-31 12:34:37 -08:00
Lily Wang
0a8ac2f124
[joltphysics] Disable treats all compiler warnings as errors (#29271)
* [joltphysics] Disable warning C5266

* update version

* apply suggestion

* update version
2023-01-31 11:26:52 -08:00
klaus triendl
b4f29c5445
[sqlite-orm] Update SQLite ORM to 1.8 (#28988)
* [sqlite-orm] Update to 1.8.0

* [sqlite-orm] Added "license" field to manifest

* [sqlite-orm] Update to 1.8.1

* [sqlite-orm] Corrected deprecated license

* [sqlite-orm] Removed unmerged 1.8.0 version from versions file

* [sqlite-orm] Revert: Removed unmerged 1.8.0 version from versions file

This reverts commit ebd658f0bf.

* [sqlite-orm] Ran `.\vcpkg x-add-version sqlite-orm` again

* [sqlite-orm] Removed unmerged 1.8.0 version from versions file
2023-01-30 17:16:22 -08:00
chausner
e9dbd364e9
[cpu-features] Update to 0.7.0 (#29182)
* Update cpu-features to 0.7.0

* Update CI baseline

* Disable BUILD_TESTING

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:15:14 -08:00
Kai Pastor
bdd59e73bb
[poppler] Update to 23.01.0 (#29234) 2023-01-30 17:14:05 -08:00
Alexander Neumann
2beb86eab4
[tbb] Update tbb (#29238)
* [tbb] update to 2021.8.0

* v db

* add _debug suffix

* v db

* add 32 suffix on x86

* v db
2023-01-30 17:13:24 -08:00
Alexander Neumann
e70004e830
[embree3] Update embree to 3.13.5 (#29239)
* [embree3] update to 3.13.5

* v db
2023-01-30 17:13:00 -08:00
xiaozhuai, Weihang Ding
83e9d20ff7
[inja] Bump to 3.4.0 (#29246)
* [inja] bump to 3.4.0

* update version database
2023-01-30 17:10:38 -08:00
Buck Yeh
8de11ade8a
[buck-yeh-bux] Update to 1.6.7 (#29249) 2023-01-30 17:10:06 -08:00
Kai Pastor
b88b05f297
[highway] Update to 1.0.3, dynamic linkage (#29250)
* [highway] Update to 1.0.3

* Enable shared linkage
2023-01-30 17:09:39 -08:00
chausner
a6732623f5
[if97] Update to 2.1.3 (#29252)
* Update if97 to 2.1.3

* Update CI baseline

* Fix path

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:09:21 -08:00
chausner
fe77e593c8
[cpuid] Update to 0.6.2 (#29256)
* Update cpuid to 0.6.2

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:07:48 -08:00
MonicaLiu
5988576f00
[flecs] Update to 3.1.4. (#29275)
* update flecs

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-30 17:02:51 -08:00
Cheney Wang
7ef2404e08
[entt] Update to 3.11.1 (#29276) 2023-01-30 17:02:34 -08:00
JacobBarthelmeh
f8f5998162
[wolfSSL/wolfTPM/wolfMQTT] Update to latest version (#28830)
* wolfSSL updates
* [wolfSSL]  from 5.5.0  -> 5.5.4
* [wolfTPM]  from 2.6.0  -> 2.7.0
* [wolfMQTT] from 1.14.1 -> 1.15.0

* Update ports/wolftpm/portfile.cmake

If there is no patch, delete it.

* [wolfssl] remove comments from patch pr_5949.patch

* [wolfmqtt] remove PATCHES since no longer needed

* [wolfmqtt] update git tree hash for version 1.15.0

* [wolfssl/wolftpm] update version database

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-30 16:59:14 -08:00
reito
9588a00260
[detours] Fix detours usage (#29215)
* oops, usage

* oops, usage

* Update ports/detours/vcpkg.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* Update ports/detours/portfile.cmake

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* 更新 detours.json

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-01-30 16:54:52 -08:00
Markus Vieth
344b1d9608
[pcl] update to version 1.13.0 (#28818)
* [pcl] update to version 1.13.0

* More necessary changes

* Make requested changes

* Remove qhull patch

* Remove another patch

* Remove libusb patch

* Fix no-absolute.patch

* Fix patch

* Correct versions

* Allow static and shared deps

* Add patch for bigobj option

* Don't remove files

* Request opengl feature of vtk

* Add patch to remove problematic include

* Add patch to remove error in opennurbs code

* Add patch to disable kinfu for cuda 12

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-30 16:41:37 -08:00
Kai Pastor
91dd61bd44
[libwebp] Update to 1.3.0, misc changes (#29165)
* [libwebp] Update to 1.3.0

* Fix [core] on x64-osx

* Fix features and dependencies

* Cleanup tool installation

* Usage

* Lift restriction for vwebp tool

* [mapnik] Fix libwebp

* [qt5-imageformats] Use libwebp pc files

* Revert "Lift restriction for vwebp tool"

This reverts commit 42e0273f65.

* [gdal] Use upstream WebP config

* Revert no longer necessary changes to mapnik.

* Remove unnecessary patch that git checkout didn't remove.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:42 -08:00
Kai Pastor
6b3a1a2188
[gettext] Update to 0.21.1 (#29113)
* Use VERSION

* Update to 0.21.1

* Update win unicode paths patch

* Revise uwp patches

* Cleanup

* Build tools for uwp in CI

* tools not supported on uwp

* Add license GPL3.0-or-later.

gettext.c has:

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.

* Fix license, but better.

* Version database

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:29 -08:00
Mark Roszko
30016cf1d1
[curl] update to 7.87.0 (#28836)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:13 -08:00
Burak Arslan
368c782fd7
[nss] Bump version to 3.87, switch to official gyp-next (#28933)
* [nss] Bump version to 3.87, along with nspr 4.35 and mozbuild 4.0.2

Also switch from gyp-nss to gyp-next, which is now the official buildgen
tool

* [nss] Update versions folder

* Fix version database.

* Fix version database more

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 23:48:56 -08:00
Matthias Kuhn
cdbcc03212
[icu] Add tools, fix building for ios (#29196)
* [icu] Add tools, fix building for ios

* Make qt5-base depend on icu[tools]

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 21:40:42 -08:00
Matthew Oliver
5962fd3c53
[ffmpeg] Update to 5.1.2. (#28955)
* [opencv4] Update t 4.7.0.

* update versions.

* [rtabmap] Support opencv 4.7.

* Update versions.

* [ffmpeg] Update to 5.1.2.

* [ffmpeg] Use $VERSION

* [ffmpeg] Update versions.

* [nasm] Update to 2.16.01.

* [ffmpeg] Fix linker crash with nasm.

* [discordapi] Update to 2023-01-02 version.

* Update versions.

* [pangolin] Fix issue with ffmpeg 5.1.

* Update versions

* [ffmpeg] Fix nasm compilation with x86.

* Update ffmpeg.json

* Update ffmpeg.json

* Update portfile.cmake

* Update ffmpeg.json

* Update baseline.json

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 19:59:17 -08:00
Kai Pastor
14b8851a67
[libjxl] Cleanup (#29190)
* [libjxl] Trim patch

* Trim static targets during shared build

* Cleanup
2023-01-26 19:45:43 -08:00
reito
dcbb09d22b
[qttools] fix qdbusviewer (#29153)
* fix building qdbusviewer

* Update ports/qttools/portfile.cmake

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

* Update qttools.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-26 19:35:17 -08:00
xiaozhuai, Weihang Ding
60eff91cc8
[luajit] Fix cross compile for macOS (#29003)
* [luajit] Bump version and fix cross compile for macOS

* update version database
2023-01-26 19:30:21 -08:00
Mathis Logemann
0bf1ec683e
[mapnik] update to latest (#29014)
* Update mapnik

* version

* Update mapnik

* version

* Update mapnik

* version

* Update mapnik

* version

* Update mapnik

* version
2023-01-26 19:22:14 -08:00
Alexander Neumann
46dda5372b
[vtk|opencv4|openimageio] Switch to Qt6 (#29078)
* Switch stuff to Qt6

* give opencv4 the correct deps

* add Qt5Compat to find_dependency

* refine vtk deps and promote targets to global

* fix dep

* ci is probably faster than my desktop pc building.

* remove invalid patch part

* add qt6 patch

* second patch

* make openimageio ignore qt5

* [skip actions] qt6 part 3

* vtk qt6 patch

* try openimageio again

* move gl include

* fix patch

* does it work now?

* remove qualified name

* more qt6 fixes

* more patches

* update and fix rtabmap

* gles feature in qtbase needs to be disabled for vtk since vtk assumes desktop opengl

* remove patch add error if qtbase was build with gles2

* disable also second patch

* fix theia

* paraview consolidate patches

* fix case issue

* fix missing ,

* add more qt6 changes

* remove unnecessary patches

* bump port version

* remove comments from vtk

* add platform features for tools.

* fix format

* bump ports

* another one to bump

* v db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 19:19:30 -08:00
Andrew Robbins
c18618a4eb
[libleidenalg] fix broken download until upstream is ready (#29202)
* [libleidenalg] temp fix while waiting for upstream

* [libleidenalg] bump baseline

* Update ports/libleidenalg/vcpkg.json

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

* update baseline

* Use a commit SHA rather than the ref.

* Fix SHA

* Fix version DB.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2023-01-26 19:17:46 -08:00
Glen Knowles
a46c126f26
[dimcli] Update to v7.1.0 (#29109)
* [dimcli] Update to v7.1.0

* Add license to manifest.

* Update version database
2023-01-26 19:16:36 -08:00
chausner
857ebca7ea
[libexif] Update to 0.6.24 (#29178)
* Update libexif to 0.6.24

* Update CI baseline

* Update SPDX license id

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:14:51 -08:00
chausner
ecebd63fcb
[mapbox-polylabel] Update to 1.1.0 (#29179)
* Update mapbox-polylabel to 1.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:14:03 -08:00
chausner
b4f974ab72
[hffix] Update to 1.2.1 (#29180)
* Update hffix to 1.2.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:49 -08:00
chausner
89f1b227fe
[string-view-lite] Update to 1.7.0 (#29181)
* Update string-view-lite to 1.7.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:23 -08:00
chausner
6655f1497e
[bddisasm] Update to 1.34.10 (#29183)
* Update bddisasm to 1.34.10

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:01 -08:00
David Christoffer Hansen
d6c533aae3
[ismrmrd] Update to version 1.13.2 (#29198)
* Updated ISMRMRD to version 1.13.2

* Updated baseline
2023-01-26 19:06:01 -08:00
Szabolcs Horvát
53cbb5696e
[igraph] update to 0.10.4 (#29201)
* [igraph] update to 0.10.4

* [igraph] x-add-version

* [igraph] try if it works with x64-uwp

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:58:27 -08:00
Vitalii Koshura
db9acc3f29
[sentry-native] update to 0.5.4 (#29203)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-01-26 18:54:28 -08:00
reito
75381ea7fa
[gn-related-ports] Fix gn based projects build error on Windows (#29058)
* fix gn path error on windows

* add quotes

* vcpkg cmake guidelines

* Fix version database.

* Use Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL instead of WARNING

* Quotes 🤦

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:53:54 -08:00
autoantwort
042fc506d7
[apsi] fix baseline regression (#29193) 2023-01-26 11:51:51 -08:00
autoantwort
4efb7ed628
[cppfs] improve port (#29175)
* [cppfs] improve port

* Remove ci.baseline.txt entries.

* Add license.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-25 12:35:29 -08:00
autoantwort
aaded72a03
[lua] fix tool feature (#29176) 2023-01-25 12:25:56 -08:00