Commit Graph

645 Commits

Author SHA1 Message Date
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