[vulkan-memory-allocator-hpp] Apply upstream commit to fix error (#38206)

Fixes #38203

Previous versions were causing SEGV while using unique handles. The last
commit fixes it.

- [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.

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-04-16 06:38:36 -07:00 committed by GitHub
parent 119bd592c3
commit 2e4374cf77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 1 deletions

View File

@ -1,9 +1,17 @@
vcpkg_download_distfile(PATCH_39
URLS https://github.com/YaaZ/VulkanMemoryAllocator-Hpp/commit/73cdd838c425637c874d343ab0ceba5148189cbf.patch?full_index=1
SHA512 6a00c6261fbef850ba9387557d9125e4f25e136ad6e1de203dc6e98bf1ef4a52adb444d9bfb9a92aef910d4eb4eb5b7292cfbc0add19d01ee481add27393f076
FILENAME 9ebe4a22cad8a025b68a9594bdff3c047a111333.patch
)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO YaaZ/VulkanMemoryAllocator-Hpp
REF "v3.0.1-1"
SHA512 71709a889ea4527c2ee273521fe62b61bb87cda3e3c3ae2964cc18bd70ac69629aeed00b1e92d4470ba6cb08394813880018401847a6d4ed5c15e4ee1fb60ff1
HEAD_REF master
PATCHES
"${PATCH_39}"
)
file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")

View File

@ -1,6 +1,7 @@
{
"name": "vulkan-memory-allocator-hpp",
"version": "3.0.1.1",
"port-version": 1,
"description": "C++ bindings for VulkanMemoryAllocator (Development branch)",
"homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
"license": "CC0-1.0",

View File

@ -9202,7 +9202,7 @@
},
"vulkan-memory-allocator-hpp": {
"baseline": "3.0.1.1",
"port-version": 0
"port-version": 1
},
"vulkan-sdk-components": {
"baseline": "1.3.280.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "13f7806144f0e8ead19a05e5074367543f2254fb",
"version": "3.0.1.1",
"port-version": 1
},
{
"git-tree": "917058b3096f3375a29ff9960e4cae4a988655ea",
"version": "3.0.1.1",