Commit Graph

761 Commits

Author SHA1 Message Date
JonLiu1993
cf4ebef229
[sdl2-mixer| sdl2-image| sdl2-ttf] fix pc file in debug pkgconfig (#37411) 2024-03-15 18:40:20 -07:00
JonLiu1993
9c1a8aadfe
[simde] update to 0.8.0 (#37462) 2024-03-15 18:39:07 -07:00
Alexandre Bique
de18cd9b33
[skia] update to m123 (#37442) 2024-03-15 18:37:57 -07:00
WangWeiLin-MV
ff75eac5b6
Version database consistency fixes 20240313 (#37410) 2024-03-15 18:33:09 -07:00
SvenPStarFinanz
8d3649ba34
[sqlcipher] Update to 4.5.6 (#37437) 2024-03-14 12:29:40 -07:00
c8ef
4d61c5bb8a
[sqlite] update to 3.45.2 (#37404) 2024-03-13 16:44:59 -07:00
JonLiu1993
5d95142670
[sdformat6/sdformat9/sdformat10]sets correct environment variable (#37370)
Fixes #37338

Fix error:
````
CMake Warning (dev) at ports/sdformat6/portfile.cmake:30 (set):
  Only the first value argument is used when setting an environment variable.
  Argument 'C:\Program Files\Microsoft Visual
  Studio\2022\Enterprise\Common7\IDE\VC\VCPackages' and later are unused.
````
2024-03-11 20:39:47 -07:00
Kai Pastor
65bd24dc94
Don't require vcpkg-msbuild for mingw (#37336)
Amends #33105 et al.

Ports selected by grep for vcpkg-msbuild in vcpkg.json && MINGW in
portfile.cmake.
2024-03-11 20:33:15 -07:00
moritz-h
2d19bb44ae
[glslang] update to 14.0.0 / [shaderc] update to 2023.8 (#36111) 2024-03-11 16:38:39 -07:00
Jia Yue Hua
65b1ffa2ff
[span-lite] update to 0.11.0 (#37330)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:04:27 -07:00
JonLiu1993
ef518a4b0b
[shiftmedia-libgcrypt] Update version to 1.10.3-1 (#37160)
Fixes #37149

Update port to version 1.10.3-1 to fix the bug.
Note: no feature need to test.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-03-07 22:51:52 -08:00
Harald
57e4da2be3
[strong-type] Update strong-type to v14 (#37178)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-07 22:42:01 -08:00
fwcd
0d72efb16a
[soundtouch] Fix WASM build by using -O3 instead of -Ofast (#37103)
Fixes #37102 

The `-Ofast` option is unfortunately not supported by Emscripten yet (as
per https://github.com/emscripten-core/emscripten/pull/11884), therefore
we have to patch around this for now.

Once the upstream PR is merged and released, we can remove this:
https://codeberg.org/soundtouch/soundtouch/pulls/29

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 01:40:17 -08:00
arasan01
86e3ce7d29
[sqlite3] Ability to enable the database snapshot (#36925)
This PR adds a configuration option that allows you to enable snapshots
of SQLite3.

https://sqlite.org/c3ref/snapshot.html

The main use case is handling in WAL mode. Previously, SQLite3 in vcpkg
did not support database snapshot handling. This PR will extend the
functionality of SQLite3 by supporting it.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 01:34:51 -08:00
Jia Yue Hua
600378d3fc
[simdutf,scnlib] update to 4.0.9,2.0.2 (#36459)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-05 01:23:22 -08:00
Weihang Ding
18af9cf6bd
[sse2neon] Bump to 1.7.0 (#37117)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

@jserv
https://github.com/microsoft/vcpkg/pull/32946#issuecomment-1974744488
2024-03-05 00:20:34 -08:00
WangWeiLin-MV
46503ea6fd
[sockpp] Update to 1.0.0 (#36964)
Fix #36923

### Checklist
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

### Tests
Port usage tests pass with following triplets:
```plain
x64-windows-static
x86-windows
```
2024-02-27 00:11:07 -08:00
Kai Pastor
3302690d7e
[skia] Update (#36680)
Based on https://github.com/microsoft/vcpkg/pull/36518, credits @abique.

This update makes skia use vcpkg vulkan. There are still vendored
dependencies (abseil, spirv-*, maybe also dawn, graphite), but I don't
want to touch that now.

---------

Co-authored-by: Alexandre Bique <bique.alexandre@gmail.com>
2024-02-21 22:42:39 -08:00
jim wang
086d63cc4e
[sdl2-image] Update to 2.8.2 (#36830)
Fixes https://github.com/microsoft/vcpkg/issues/36769
Removed `fix-pkgconfig.patch`.

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

All features passed with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
Usage test pass with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-02-21 10:00:26 -08:00
JonLiu1993
0275526895
[SDL2-ttf] update to <2.22.0> (#36872)
Fixes #36863
Update port SDL2-ttf to the latest version 2.22.0

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Features  harfbuzz is tested successfully in the following triplet:
- x86-windows
- x64-windows
- x64-windows-static

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-02-21 09:26:00 -08:00
c8ef
779f79724a
[sqlite3] Update to 3.45.1 (#36874)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->

I tested this pr on x64-linux and it works fine.
2024-02-21 09:24:20 -08:00
fwcd
ebd76d12a8
[soundtouch] Update hash (again) (#36743) 2024-02-14 15:40:29 -08:00
Lily Wang
b28ee3ccd6
[sdl2-mixer] Fix feature libmodplug build failure (#36664)
* [sdl2-mixer] Fix feature libmodplug build failure

* update version

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-08 22:46:35 -08:00
jim wang
38fdc01459
[sdl2-mixer] Update to 2.8.0 and add dependency wavpack (#36629)
* update to 2.8.0

* update version

* update version
2024-02-07 22:26:27 -08:00
autoantwort
81052aa9b7
[soxr] do not autodetect lib (#36587) 2024-02-06 12:39:03 -08:00
Bradley Austin Davis
466929d24d
[s2geometry] update to 0.11.1 (#36535) 2024-02-05 11:40:58 -08:00
Cheney Wang
ab231c2c66
[SDL2] update to 2.30.0 (#36568) 2024-02-05 11:12:17 -08:00
Andrey Nekrasov
c89c3507e1
[snitch] Add new port (#36499)
* Add snitch library to vcpkg

* version database
2024-02-01 12:18:08 -08:00
jim wang
55ac9ea4a9
[shiftmedia-libgpg-error] Fix include path (#36503)
* fix include

* update version

* fix file copy

* update version

* fix file copy

* update version
2024-02-01 12:15:14 -08:00
Frank
5eea8ad5ac
[sqlpp11] Update version to 0.64 (#36504)
* [sqlpp11] Update version to 0.64

* version
2024-02-01 12:09:50 -08:00
Bradley Austin Davis
3d99eb5dd5
[s2geometry] update code & fix windows build (#36150) 2024-01-31 14:51:57 -08:00
moritz-h
5d03478623
[vulkan*] update to 1.3.275.0 (#36262)
* [vulkan*] update to 1.3.275.0

* fix cmake config path

* update volk to fix vulkan-tools

* fix lunarg-vulkantools

* fix android

* build vulkan layers always dynamic

* fix android

* staticcrt

* fix description

* remove debug layer json files

* fix android

* fix parallel config
2024-01-24 11:26:41 -08:00
jim wang
666663b872
[sentry-native] Fix cmake function spelling error (#36317)
* fix patch

* update version
2024-01-23 11:48:10 -08:00
Osyotr
bbad296bbc
[sqlite3] Update to 3.45.0, add windows version info (#36302) 2024-01-23 11:46:26 -08:00
Cheney Wang
d0b17dbd7e
[skia] Fixes build error on x64-linux (#36236) 2024-01-19 12:40:34 -08:00
vipcxj
5c2221771a
[socket-io-client] Update to latest commit (#36226)
* Update socket-io-client to latest commit

* update git-tree

* update hash

* update git-tree

* add patch

* update git-tree

* update patch

* update git-tree

* Update ports/socket-io-client/fix-build.patch

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* update git-tree

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-01-19 12:33:24 -08:00
moritz-h
4803f65e11
[spdlog] update to 1.13.0 (#36148) 2024-01-16 10:53:44 -08:00
Dmitry Baryshev
295bb9fa06
[sail] Update to 0.9.1 (#36157)
* [sail] Update to 0.9.1

* [sail] vcpkg x-add-version --all
2024-01-16 10:53:23 -08:00
Vitalii Koshura
9d62695980
[sentry-native] update to 0.7.0 (#36088)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-01-10 17:13:38 -08:00
Carsten Grimm
614e7b491b
[simonbrunel-qtpromise] add port (#35787)
* [simonbrunel-qtpromise] add simonbrunel-qtpromise to vcpkg

* [simonbrunel-qtpromise] use version rather than version-string

* [simonbrunel-qtpromise] generate version info

* [simonbrunel-qtpromise] remove unnecessary cmake settings

* [simonbrunel-qtpromise] regenerate version info

* use quotes in portfile

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

* [simonbrunel-qtpromise] regenerate version info

* [simonbrunel-qtpromise] fix qt dependency in cmake config

* [simonbrunel-qtpromise] define include directory in terms of CMAKE_CURRENT_LIST_DIR

* [simonbrunel-qtpromise] add patch for installing header files

* [simonbrunel-qtpromise] remove error flags

* [simonbrunel-qtpromise] add hint for qt5 support

* [simonbrunel-qtpromise] regenerate version info

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-01-08 13:37:34 -08:00
Clemens Wasser
d044846ca1
[skia] Fix Debug INTERFACE_COMPILE_COMMANDS (#35800) 2024-01-03 17:17:02 -08:00
Kai Pastor
c415be64bd
[skia] Fix and test vulkan (#35828)
* [vcpkg-ci-skia] Use vulkan

* [skia] Fix vulkan on windows

* Require vcpkg-ci-skia pass

* Fixup
2023-12-28 00:11:17 -08:00
Kai Pastor
77df385ff6
[shapelib] Update to 1.6.0 (#35840) 2023-12-28 00:06:40 -08:00
klaus triendl
2383d331e6
Ability to enable the SOUNDEX() scalar function (#35867) 2023-12-27 23:58:43 -08:00
Carsten Grimm
a8362a126d
[simage] update to 1.8.3 (#35717)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-12-18 13:22:00 -08:00
Alexander Neumann
50bffcc62d
[vulkan] install required sdk parts (#35479)
* Install vulkan.

* add gfxreconstruct

* format manifest and cr changes

* remove moltenvk

* fix ci part 1

* fix a dep

* more fixes

* remove vulkan failures from CI pipeline

* remove annoying stuff to deal with in static builds

* fix trailing ,

* remove vendored cmakelists

* force ci to be green

* format manifest

* Fix more ci issues

* fix hikogui

* make ci happier

* add jsoncpp dep

* only remove the debug folder if targeting windows

* bump port-version

* v db

* vulkan-loader add usage

* Rename vulkantools to lunarg-vulkantools

* Make VMA install headers platform dependent

* Remove vcpkg_check_linkage

* readd vulkan-validationlayers

* v db
2023-12-14 23:33:39 -08:00
Dynamitos
209485d769
[shader-slang] Update to version 2023.5.0 (#35635)
* [shader-slang] Update to 2023.5.0

* [shader-slang] Update to 2023.5.1

* [shader-slang] running version update

* [shader-slang] Change SHA512s to lowercase

* [shader-slang] running version update again
2023-12-14 23:02:21 -08:00
Thomas1664
4f038c1ec6
[string-theory] Update to 3.8 (#35692)
* [string-theory] Update to 3.8

* version
2023-12-14 22:45:53 -08:00
moritz-h
000d1bda1f
[glslang] update to 13.1.1, opt feature [shaderc] update to 2023.7 (#35219) 2023-12-08 17:10:03 -08:00
jim wang
2a6371b014
[sdl2,sdl2-*] allow disabling transitive dependencies (#35394) 2023-12-08 01:30:37 -08:00
Kai Pastor
a20e828a55
[sol2] Update, fix, don't build anything (#35545) 2023-12-08 01:26:20 -08:00
Yiwen
71376b2613
[stdexec] update to nvhpc-23.09.rc4 (#35537) 2023-12-06 14:03:55 -08:00
Theodore Tsirpanis
d5eafb41cd
[aws-sdk-cpp and co] Update to the latest version. (#35445) 2023-12-04 17:20:01 -08:00
JonLiu1993
4f72ab7c67
[simdjson]Update to version 3.6.2 (#34837) 2023-12-04 15:25:45 -08:00
JonLiu1993
72f36d7d0c
[sentencepiece] Fix port (#35283)
* [sentencepiece] Fix port

* update version

* add supports

* update version

* remove features

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-12-01 02:19:27 -08:00
Cheney Wang
ea9f45d1bc
[SDL2] update to 2.28.5 (#35352)
* [SDL2] update to 2.28.5

* Unroll the base feature into direct members of default-features

* Apply suggestion
2023-12-01 02:16:35 -08:00
jim wang
547e01527c
[sqlite-orm] test feature unsupport uwp (#35390)
* test unsupport uwp

* update version
2023-11-29 19:02:33 -08:00
Kai Pastor
848c8178ce
[skia] Fix incomplete update, build modules, fix android (#34951)
* [skia] Restore simple msvc toolchain fix

* libgifcodec is gone

* Update abseil-cpp

* Use vcpkg abseil-cpp

* Update wuffs

* Update dawn

* Update spirv deps

* Remove tint

* Update vulkan-tools

* versions

* Drop obsolete patch

* Use github directly

* Revert "Use vcpkg abseil-cpp"

This reverts commit 9b4157c980.

* Fix dawn

* Build, install, export modules

* Unroll default-features

* Fix comments

* Fix skresources

* Fix manifest

* WIP

* WIP

* Pass-through lib dirs

* Filter link libs

* WIP

* WIP

* Add feature 'modules'

* Fix SkDebugf visibility

* WIP

* WIP

* Rewrite gn install and export

* No pdb for release

* Omit explicit ouput check

* Update modules config

* Disable skparagraph DLL, no dllexport

* Disable icu on shared windows

* Cleanup

* Cleanup

* Enable android CI

* Android

* Don't export standard libraries

* Disable FontConfigInterface on windows
2023-11-29 01:34:00 -08:00
fwcd
3d8e23f8bc
[soundtouch] Update SHA512 checksum (#35269) 2023-11-29 01:02:00 -08:00
Denis Barkar
8af96e6c2e
[sdl2-mixer-ext] Update to v2.6.0, add pxtone support (#35284) 2023-11-29 00:48:28 -08:00
sandro97git
ba87a82f3d
[sdbus-cpp] fixup config package name (#35354)
Co-authored-by: Sandro Scherer <sandro.scherer@siemens.com>
2023-11-27 22:49:34 -08:00
Thomas1664
2a01db703f
[seal] Minor fixes (#35343)
* [seal] Minor fixes

* version
2023-11-27 17:19:37 -08:00
autoantwort
f43db1c76a
[stxxl] no uwp (#35248) 2023-11-22 14:36:12 -08:00
Henrik Gaßmann
2b63910329
[status-code] Disable building of tests (#35265)
`status-code`'s test code makes use of `std::is_literal_type` which has
been removed in C++20. Therefore compiling the tests may fail for some
compiler toolchains.
2023-11-22 14:30:27 -08:00
moritz-h
d8eea4ca8e
[spirv-*] update versions (#35192) 2023-11-20 12:17:46 -08:00
jim wang
d2845dc758
[sfml] Update to 2.6.1 (#35118)
* update to 2.6.1

* update version
2023-11-15 15:04:47 -08:00
Henrik Gaßmann
426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00
Vitalii Koshura
b34998bd32
[sentry-native] Update to 0.6.7 (#35077)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-11-13 10:50:34 -08:00
eao197
9dea34a447
[sobjectizer] Update to v.5.8.1.1 (#34974)
* SObjectizer updated to v.5.8.1.1.

* x-add-version applied for SObjectizer.
2023-11-10 11:26:37 -08:00
Dmitry Baryshev
df0a79f8bd
[sail] Update to 0.9.0 (#34753)
* [sail] Update to 0.9.0 (draft)

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

* [sail] Fix webp in upstream

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

* [sail] Use BUILD_TESTING

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

* [sail] Update URL

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

* [sail] Update release hash

* vcpkg x-add-version --all

* [sail] Added double quotes

* vcpkg x-add-version --all
2023-11-08 09:43:44 -08:00
Cheney Wang
b6f6f6e2dd
[sqlite3] update to 3.43.2 (#34950) 2023-11-08 09:42:58 -08:00
jim wang
53219b7c4e
[saucer] update to 2.1.0 (#34732)
* add feature

* update version

* del webview2

* update version

* del feature

* update version

* update to 2.0.0

* udpare version

* update verison

* update version

* update to 2.1.0

* update version

* add dependency

* update version

* delete version

* update to 2.6

* update version
2023-11-08 09:36:24 -08:00
VuYeK
431168e0f0
[sciter-js] Update to 5.0.3.0 (#34759)
* Update sciter-js to 5.0.2.26

* Update sciter-js to 5.0.2.26

* Update sciter-js to 5.0.3.0
2023-11-06 10:28:56 -08:00
Frank
eb76636c04
[skia] Update version to 0.38.2 (#34787)
* [skia] Update version to 0.38.2

* version

* add dep wuffs

* version

* add support x86 MSVC build

* version
2023-11-01 11:45:44 -07:00
Sylvain Doremus
d2b53e3bcb
[shaderwriter] Update to version v2.7.0 (#34789) 2023-11-01 10:25:24 -07:00
jim wang
365d1e9a90
[sentencepiece] update to 0.1.99 (#34749)
* update to 0.1.99

* update version
2023-10-31 12:02:26 -07:00
autoantwort
820cf6afbd
[sdl2-mixer-ext] uwp (#33774) 2023-10-26 21:01:59 -07:00
Daniel Schürmann
b31a9e4ff0
[soundtouch] Update to 2.3.2 (#34697) 2023-10-25 07:10:23 -07:00
eao197
22453caae7
[sobjectizer, so5extra] update to 5.8.1 and 1.6.1 (#34529)
* SObjectizer and so5extra updated to the latest version.

SObjectizer -> 5.8.1.
so5extra -> 1.6.1.

* x-add-version for SObjectizer and so5extra.

---------

Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-10-23 11:14:57 -07:00
Thomas1664
48b883fb2b
[sdl2] Add feature alsa (#34311) 2023-10-16 10:48:03 -07:00
Kai Pastor
7973b37fd5
[soci] Fix usage (#34436) 2023-10-13 11:05:30 -07:00
Yury Bura
34bc63571a
[llvm] update to v17.0.2 (#33600) 2023-10-12 10:46:42 -07:00
Kai Pastor
64c330e2e7
[soci] Fix dependencies in, intern, out (#34327) 2023-10-10 17:32:58 -07:00
Frank
dfc21e3f28
[SDL2] Update version to 2.28.4 (#34342) 2023-10-10 15:01:31 -07:00
Alexander Neumann
3199b26459
[winpcap] fix build (#34298) 2023-10-10 15:01:19 -07:00
Vitalii Koshura
ae360361a4
[sentry-native] update to 0.6.6 (#34379) 2023-10-09 18:03:54 -07:00
Weihang Ding
30fd98658a
[sokol] Bump to 2023-10-07 (#34363) 2023-10-09 15:32:45 -07:00
Russell Greene
a57f1ee551
[sdbus-cpp] New port (#33879) 2023-10-09 15:29:42 -07:00
autoantwort
0e85eeb82a
[sdl2-net] fix uwp (#33688) 2023-10-09 15:07:23 -07:00
Jia Yue Hua
8ec31e98fb
[sqlite3] update to 3.43.1 (#34178) 2023-10-05 12:20:33 -07:00
autoantwort
2f1cc4c0a4
[sfml] fix osx build (#34113) 2023-10-02 20:30:51 -07:00
Jia Yue Hua
733141279a
[scnlib] update to 1.1.2 (#34182) 2023-10-02 17:27:58 -07:00
Nick
ec4d21430d
[sdl2] add missing 'dbus' dependency (#34013) 2023-09-28 23:22:37 -07:00
Lily Wang
896155d2d9
[skia] Add dependency dlfcn-win32 for feature freetype on windows (#33793)
* [skia] Add dependency dlfcn-win32 for feature freetype on windows

* update version
2023-09-18 09:49:29 -07:00
Jia Yue Hua
b2b5bd8f65
[sqlitecpp] update to 3.3.1 (#33820)
[sqlitecpp] update to 3.3.1
2023-09-18 09:15:31 -07:00
Lily Wang
130a670989
[sdl2] Update to 2.28.3 (#33740)
* [sdl2] Update to 2.28.3

* update version
2023-09-14 13:31:20 -07:00
Asuna
a04f49071f
[sigmatch] add new port (#33707) 2023-09-13 17:15:41 -07:00
chausner
6f29df2a11
[simsimd] Add new port (#33674) 2023-09-13 17:06:48 -07:00
Weihang Ding
44e1ee73d2
[sqlite3] Bump to 3.43.0 (#33632) 2023-09-13 15:42:37 -07:00
chausner
a6025e0f75
[seasocks] Update to 1.4.6 (#33656) 2023-09-13 15:35:10 -07:00
autoantwort
0a4cefaac2
[sqlite3] tool no uwp (#33602) 2023-09-07 15:01:47 -07:00
autoantwort
491f98f238
[soci] odbc no uwp (#33601) 2023-09-07 14:58:43 -07:00
MonicaLiu
d6ad83af4b
[strong-type] Update to v12 (#33587) 2023-09-06 23:59:18 -07:00
Frank
632a33aba2
[skia] disable the dev test (#33494)
* [skia] disable the dev test

* version

* add option

* v db

* revert

* v db

* add patch

* v db
2023-09-01 15:33:40 -07:00
chausner
0d906bd5c0
[seasocks] New port (#33385)
* Add seasocks 1.4.5

* Update CI baseline

* Add patch to fix x86 build

See https://github.com/mattgodbolt/seasocks/pull/192

* Update CI baseline

* Add supports attribute

* Update CI baseline

* Disable Windows due to https://github.com/mattgodbolt/seasocks/pull/193

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-09-01 11:38:27 -07:00
Jack·Boos·Yu
cdf9d9b5d5
[vcpkg baseline][sdformat13] Fix find dependency urdfdom (#33433)
* [sdformat13] Fix find dependency urdfdom

* version

* fix usage

* version

* Update ports/sdformat13/portfile.cmake

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-08-31 12:59:42 -07:00
autoantwort
8568364fbe
[soil2] use supports expression (#33365) 2023-08-30 14:06:35 -07:00
Ada Tufankjian
2c356da170
[SDL2] Updating port to latest 2.28.2 (#33283)
* Updating SDL2

* Attempting to fix x64-linux downstream

* Another attempt to fix finding ALSA that doesn't break everything

* ANOTHER attempt to find ALSA properly for linux

* This time trying to change sdlFindALSA

* Attempting to use vcpkg version of ALSA

* Actually adding alsa as a dependency

* Another attempt, this time drawing from the inspiration of how libsamplerate is handled

* Another attempt, this time drawing from the inspiration of how libsamplerate is handled

* Trying a different change to sdlFindALSA

* Another attempt

* Trying to se if perhaps the SDL2Config script is problematic

* Possible fix?

* Again, trying to get linux to behave

* A bit of cleanup of unnecessary cruft

* Removing unnecessary feature
2023-08-28 13:24:36 -07:00
talregev
d71315b15e
[sdformat13] new port (#31280)
* Add sdformat13 port

* sdformat13 fixes (#1)

* Fix cmake config export

* Cleanup

* Add usage

* Update versions

* Fix according comments review

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-08-25 12:04:34 -07:00
Weihang Ding
da7048d0d9
[SI] New port (#33292)
* [SI] New port

* update version database
2023-08-23 12:18:52 -07:00
Mengna Li
417119555f
Add missed include (#33293) 2023-08-22 15:01:22 -07:00
autoantwort
7d7c9c66de
[symengine] respect Maintainer Guide (#33202) 2023-08-18 12:21:53 -07:00
Matthieu Penant
ab91390898
[snap7] new port v1.4.2 (#33221)
* [snap7] new port v1.4.2

fixes #32968

* Update snap7.json

* Update CMakeLists.txt

* Update snap7.json

* Update portfile.cmake

* Update snap7.json

* Update vcpkg.json

* Update vcpkg.json

* Update snap7.json

* Update ports/snap7/CMakeLists.txt

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

* Update versions/s-/snap7.json

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

* Update ports/snap7/CMakeLists.txt

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

* Update snap7.json

* comment using namespace std in header

* Update snap7.json

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-08-18 12:20:20 -07:00
SvenPStarFinanz
95797b8c9f
[sqlcipher] Update to 4.5.4 (#33241)
* [sqlcipher] Update to 4.5.4

* x-add-version
2023-08-18 11:32:42 -07:00
chausner
80150f8687
[stduuid] Update to 1.2.3 (#33170)
* Update stduuid to 1.2.3

* Update CI baseline

* Switch back to ${PORT}

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-08-16 13:00:17 -07:00
Alexander Neumann
e22937a2f9
[sdl1] msbuild (#33152)
* sdl1 msbuild

* v db
2023-08-15 16:53:15 -07:00
Alexander Neumann
1c502ac9bd
[scintilla] msbuild (#33158)
* scintilla msbuild

* v db
2023-08-15 16:46:12 -07:00
Kai Pastor
38acea0c4c
[freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044)
* [freexl] Update to 2.0.0

* Skip tests, examples

* [minizip] Build DLL

* [libspatialite] Update to 5.1.0

* Fix utf8 source

* [spatialite-tools] Update to 5.1.0a

* [libkml] Update minizip prefix

* [libkml] Fix all minizip names
2023-08-15 16:31:44 -07:00
myd7349
4b19d9f935
[simpleble] Add new port (#32813)
* [simpleble] Add new port

* [simpleble] Update to latest commit to fix build issues

* [simpleble] Versioning

* [simpleble] !Android & !UWP

* [simpleble] Overwrite version
2023-08-14 17:37:35 -07:00
JuliusBrueggemann
bb14ab72d9
[simdutf] Update to 3.2.16 (#33004)
* [simdutf] Update simdutf version to 3.2.15

The command line tool that was added in version 2.0.0 of simdutf is available through the new "tools" feature.

* [simdutf] Adjust baseline version

* Apply suggestions from code review

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

* [simdutf] Update baseline version

* Revert all changes to the baseline

This reverts commit b9114681dc and 7f71a77e83.

* Reset port version to 0

* Update baseline

* [simdutf] Update to version 3.2.16 which fixes a build error when targeting x86-windows

* [simdutf] Update version files

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-08-10 10:24:31 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
autoantwort
6da00e1160
[cpprestsdk] use platform expressions in default-features (#32998)
* [cpprestsdk] use platform expressions in default-features

* [microsoft-signalr] use platform expressions in default-features

* [signalrclient] fix dependencies
2023-08-07 13:18:46 -07:00
Alexander Neumann
a109b7ccb2
[salome-medcoupling] Add new port (#32916)
* [salome-configuration|medcoupling] new ports

* format manifest

* v db

* remove trace

* v db

* fix dep

* v db

* Apply suggestions from code review

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

* v db

* adjust SALOME_WITH_MPI depending on HDF5

* remove nuking of CMAKE_PREFIX_PATH from salome

* v db

* fix post build

* v db

* Fix med-fichier config on linux

* add supports

* format manifest

* v db

* don't want to investigate linux failure further

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-08-07 09:59:40 -07:00
JonLiu1993
c0efcd2984
[simd] update to 5.3.128 (#33009)
* [simd] update to 5.3.128

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-07 08:55:02 -07:00
Weihang Ding
64d69a75df
[szip] Fix build on android (#32914)
* [szip] Fix build on android

* update version database

* fix ci baseline

* fix ci.baseline.txt
2023-08-04 07:00:16 -07:00
Frank
becc2e4210
[sfml] Fix specify c++ library on macOS (#32944)
* [sfml] Fix specify c++ library on macOS

* update version

* format

* version
2023-08-04 06:57:21 -07:00
Weihang Ding
9e1062778c
[sse2neon] Bump to 1.6.0 (#32946)
* [sse2neon] Bump to 1.6.0

* update version database
2023-08-04 06:48:05 -07:00
Alexander Neumann
980ec0f49d
[scotch] add new port (#32859)
* [scotch] add new port

* format manifest

* v db

* add pthread dep

* v db

* remove debug include folder

* v db

* !supports all ci failures

* v db

* remove man folder

* v db
2023-08-02 11:33:11 -07:00
Kai Pastor
0895a81303
[smpeg2] Cleanup, fix build, export config (#32807)
* [smpeg2] Fix non-msvc-build

* Update CI baseline

* [smpeg2] Cleanup, cmake config

* Update copyright

* Fix config
2023-08-01 09:25:34 -07:00
myd7349
ba5fb96adf
[simdjson] Update to 3.2.1 (#32814)
* [simdjson] Update to 3.2.1

* [simdjson] Update version
2023-07-31 11:24:07 -07:00
Vladyslav Usenko
ac17779207
[sophus] updated to 1.22.10, removed optional dependencies (#32836)
* [sophus] updated to 1.22.10, removed optional dependencies

* Update version

* cleanup

* fix CI
2023-07-31 11:18:48 -07:00
Osyotr
16eeb024de
[snappy] Update to 1.1.10 and disable optimizations based on hardware support (#26828) 2023-07-26 19:54:11 -07:00
Kai Pastor
f204b54154
[skia] Fix vulkan feature (#32740) 2023-07-26 19:52:57 -07:00
VuYeK
c26e2bd94a
[sciter-js] Update to 5.0.2.17 (#32736) 2023-07-25 11:13:28 -07:00
jim wang
2d6f26b318
[sqlpp11] Fix link sqlite3 error (#32680) 2023-07-21 08:54:29 -07:00
Alexander Neumann
50a4aa2be9
[salome-med-fichier] new port (#30893) 2023-07-20 17:18:40 -07:00
Lily Wang
37e138c4bc
[strtk] Add feature boost (#32629) 2023-07-19 14:09:31 -07:00
jim wang
7f37cd6498
[sqlcipher] Fix the sqlcipher.pc file (#32548) 2023-07-18 12:27:38 -07:00
eao197
e58d3f01f1
[sobjectizer] Update to 5.8.0 (so5extra updated to 1.6.0) (#32321)
* SObjectizer updated to 5.8.0, so5extra to 1.6.0.

* x-add-version applied for SObjectize-5.8.0 and so5extra-1.6.0.

* SObjectizer updated to v.5.8.0.1.

* x-add-version for SObjectizer-5.8.0.1

* Fix version DB

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-13 10:21:06 -07:00
Vitalii Koshura
fc5fa5f2e7
[sentry-native] update to 0.6.5 (#32534)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-07-12 22:57:00 -07:00
Kai Pastor
be82dd7c50
[sqlite3] Fix option passing (#32404) 2023-07-10 17:17:37 -07:00
Yury Bura
1ec3d05438
[pybind11] update to v2.10.4 (#32194)
* [pybind11] update to v2.10.4, clean-up redundant dependency, add usage
2023-07-10 10:52:11 -07:00
Pierre Wendling
12e5fc3aed
[spdlog] Update to 1.12.0 (#32457)
* [spdlog] Update to 1.12.0.

* [spdlog] Update baseline.
2023-07-10 09:54:41 -07:00
Ben Westover
4016bcea25
[sentry-native] Allow ARM builds on Linux (#32116) 2023-07-07 10:10:40 -07:00
Mengna Li
b990e9576c
fix messing header (#32367) 2023-07-05 11:30:46 -07:00
myd7349
6346fb4ea8
[simdjson] Update to 3.2.0 (#32369)
* [simdjson] Update to 3.2.0

* [simdjson] Overwrite version
2023-07-05 11:26:41 -07:00
Kai Pastor
4e06e78fd1
[seacas] Fix libexodus dllexport (#32137)
* [seacas] Fix libexodus dllexport

* [seacas] Refresh patch
2023-06-28 01:11:23 -07:00
Christopher Swenson
bd83734ce9
[swenson-sort] Add new port for sort.h (#32251)
* Add sort port for sort.h

[sort.h](https://github.com/swenson/sort) is a fast C header library
with many different sorting algorithms.

There's not a build process, so the port is just copying the header
file.

Most people usually just copied the header into their project, but I
thought having a vcpkg might make it easier to use sort.h

* Move sort to swenson-sort
2023-06-28 01:01:12 -07:00
Vitalii Koshura
550ef936cd
[stackwalker] update to 2023-06-24 (#32203)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-06-26 20:29:26 -07:00
reito
265bf361b6
[spout2] upgrade to 2.007.010, fix spoutDX include path (#32237)
* fix spout2

* fix spout2
2023-06-26 20:26:26 -07:00