Commit Graph

795 Commits

Author SHA1 Message Date
c8ef
80c87b97b3
[sqlite3] update to 3.45.3 (#38238)
<!-- 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) -->
2024-04-19 07:42:10 -04:00
Cheney Wang
4496d78eef
[spirv-reflect] Fix missing usage and include file (#38231)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/29496

- Remove unnecessary dependencies: `spirv-headers`.
- Add export for target `spirv-reflect-static`.
- Install headers of the port and fix usage defects.

Usage test passed with `x64-windows` triplet.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~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-04-18 19:42:40 -04:00
wtz
50ca16008c
[multiple ports] Keep description consistent with upstream (#37998)
<!-- 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/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist: -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~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.

<!-- 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) -->
2024-04-09 12:10:21 -04:00
Alexandre Bique
1c95e6b26b
[skia] update to chrome/124 (#37925)
Support to sfntly was removed in
f4f7364eb73a016f363d3d66ff3007e3a94e3f5e

- [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-04-09 11:30:49 -04:00
wtz
2eab83abe3
[simdutf] Update to 5.2.3 (#38000)
<!-- 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/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this 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.

<!-- 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) -->
2024-04-09 11:25:10 -04:00
Lily Wang
67b2c31c9e
[soundtouch] Update to 2.3.3, add supports for feature soundtouchdll (#38038)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #38022
<!-- 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.
- [ ] ~~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 passed on `x64-windows`.

<!-- 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) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-04-09 11:22:36 -04:00
Alexander Neumann
0bc3f04da6
[blas/lapack] force vendor (#24327)
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-04-08 11:15:54 -07:00
wtz
483e777bbb
[simdutf] Update to 5.2.2 (#37988) 2024-04-05 12:31:32 -07:00
Vitalii Koshura
25b12ce9a1
[sentry-native] update to 0.7.2. (#37960)
Added optional 'compression' parameter.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-04-04 11:02:49 -07:00
JonLiu1993
dde88744e8
[sail] fix include directory (#37916) 2024-04-03 16:16:36 -07:00
Kai Pastor
0c143f8183
[skia] Fix linking issues (#36963)
Fixes #32691: unneeded warnings.
Fixes #36928: windows dynamic linkage for icu et al.

These DLLs are possible now (subject to features):
~~~
skia:x64-windows:/bin/dawn_native.dll
skia:x64-windows:/bin/dawn_platform.dll
skia:x64-windows:/bin/dawn_proc.dll
skia:x64-windows:/bin/skia.dll
skia:x64-windows:/bin/skshaper.dll
skia:x64-windows:/bin/skunicode.dll
~~~
2024-04-03 16:14:05 -07:00
Jia Yue Hua
e0579592fe
[spdk] update to 24.01 (#37815) 2024-03-29 17:29:13 -07:00
Seedking
3fe0b898c6
[stringzilla] add stringzilla (#37802) 2024-03-29 17:28:09 -07:00
Jia Yue Hua
e67bf6361d
[sratom] update to 0.6.16 (#37816) 2024-03-29 17:21:41 -07:00
MonicaLiu
dc2a506555
[sdformat13] Update to 13.6.0 (#37814) 2024-03-29 17:21:28 -07:00
darrenbane-fc
95bfe3a766
[sqlite-modern-cpp] update (#37563)
Updates the version of SqliteModernCpp/sqlite-modern-cpp to the latest
commit, as the previous one was more than five years old
2024-03-28 17:39:12 -07:00
Jia Yue Hua
3a5e1be5ca
[stx] update to 1.0.5 (#37789) 2024-03-28 12:52:18 -07:00
Jia Yue Hua
68bc4b3b19
[symengine] update to 0.11.2 (#37791) 2024-03-28 12:51:06 -07:00
Jia Yue Hua
e87d7a1a65
[superlu] update to 6.0.1 (#37790) 2024-03-28 12:50:41 -07:00
Jia Yue Hua
595fde3f04
[simdutf] update to 5.0.0 (#37783) 2024-03-28 12:42:56 -07:00
Jia Yue Hua
27d72bf1da
[simpleini] update to 4.22 (#37782) 2024-03-28 12:42:32 -07:00
Jia Yue Hua
66cff4c007
[sfsexp] update to 1.4.1 (#37778) 2024-03-28 12:42:20 -07:00
Jia Yue Hua
c33b5ddaf2
[sentencepiece] update to 0.2.0 (#37777) 2024-03-28 12:42:05 -07:00
Jia Yue Hua
ed885a1634
[sdbus-cpp] update to 1.5.0 (#37775) 2024-03-28 12:41:45 -07:00
Vitalii Koshura
3c76dc55f8
[sentry-native] update to 0.7.1 (#37620) 2024-03-27 16:56:21 -07:00
Jia Yue Hua
9d171785bc
[s2n] update to 1.4.8 (#37744) 2024-03-27 15:22:32 -07:00
Jia Yue Hua
951a48e79d
[safeint] update to 3.0.28 (#37742) 2024-03-27 15:22:21 -07:00
jim wang
be9eb66945
[vulkan*] Update to 1.3.280.0 (#37686) 2024-03-26 11:52:49 -07:00
eao197
f003990b23
[sobjectizer] Update to 5.8.2. (#37617) 2024-03-25 15:52:28 -07:00
Billy O'Neal
898b728edc
Update vcpkg-tool to 2024-03-14. (#37492)
https://github.com/microsoft/vcpkg-tool/releases/tag/2024-03-14
2024-03-19 16:49:04 -07:00
JonLiu1993
ea90335996
[sdl2-mixer] Make wavpack a feature (#36982) 2024-03-19 15:07:02 -07:00
Oleg Derevenetz
a3f5d7a0c8
[sdl2] update to 2.30.1 (#37532) 2024-03-18 15:10:21 -07:00
Bruce Mitchener
6d75af04fb
[simdjson] Update to 3.8.0 (#37504) 2024-03-18 14:52:40 -07:00
wtz
7dce6b1655
[simdjson] Fix typo in description (#37428) 2024-03-18 14:26:07 -07:00
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