diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-06-11 10:02:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 10:02:03 -0700 |
| commit | 92b42c4c680defe94f1665a847d04ded890f372e (patch) | |
| tree | f115f62c8e39997e624f9b477374127f6a03df92 /ports/directxmesh | |
| parent | b598c70a6c3e533200395d775dec088463393a06 (diff) | |
| download | vcpkg-92b42c4c680defe94f1665a847d04ded890f372e.tar.gz vcpkg-92b42c4c680defe94f1665a847d04ded890f372e.zip | |
[directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 releases (#18366)
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release
* added versions
Diffstat (limited to 'ports/directxmesh')
| -rw-r--r-- | ports/directxmesh/CONTROL | 9 | ||||
| -rw-r--r-- | ports/directxmesh/portfile.cmake | 12 | ||||
| -rw-r--r-- | ports/directxmesh/vcpkg.json | 18 |
3 files changed, 24 insertions, 15 deletions
diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL deleted file mode 100644 index 20b2829ae..000000000 --- a/ports/directxmesh/CONTROL +++ /dev/null @@ -1,9 +0,0 @@ -Source: directxmesh -Version: apr2021 -Homepage: https://github.com/microsoft/DirectXMesh -Description: DirectXMesh geometry processing library -Build-Depends: directxmath, directx-headers -Supports: windows|linux - -Feature: dx12 -Description: Build with DirectX12 support for Windows 10 diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake index 3c5c8e99d..baf22e54b 100644 --- a/ports/directxmesh/portfile.cmake +++ b/ports/directxmesh/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_fail_port_install(ON_TARGET "OSX") vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMesh
- REF apr2021
- SHA512 9e125c1b00c03cb0ff2f5297567e3d5c885acf5c3309208b7f846543eb4114129733676fe6f77b9c33adeb2ad50504927fff9fe48b7fe3f2c042432d0737564c
+ REF jun2021
+ SHA512 ed61e14bb217bdff803ad95bfffe31aac7ff0a3f78b963aac183c61233374def4c0b052d1bf9b0d03900fc5be052e1d8fe8de00e81f01349eff1a564d55be610
HEAD_REF master
)
@@ -38,9 +38,9 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake) if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64))
vcpkg_download_distfile(
MESHCONVERT_EXE
- URLS "https://github.com/Microsoft/DirectXMesh/releases/download/apr2021/meshconvert.exe"
- FILENAME "meshconvert-apr2021.exe"
- SHA512 0b2dd64f89d884734ad0c58690f50b84acbcd3ab61db79a5b2edf8effb9a756e38862cf599da9969cd30adc9a8f8fe6c8a3c0a3a4b4beef9be87dee8ad496871
+ URLS "https://github.com/Microsoft/DirectXMesh/releases/download/jun2021/meshconvert.exe"
+ FILENAME "meshconvert-jun2021.exe"
+ SHA512 2a5e1eb69f24fd321d372dcd790970a15957757eacd0a861001299409ff56372bc890c2d8baba32368c81eeb63cdd7aef514c57bca1e7e4e3f7bdf494c3453a0
)
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/directxmesh/")
@@ -49,7 +49,7 @@ if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64)) ${MESHCONVERT_EXE}
DESTINATION ${CURRENT_PACKAGES_DIR}/tools/directxmesh/)
- file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxmesh/meshconvert-apr2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxmesh/meshconvert.exe)
+ file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxmesh/meshconvert-jun2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxmesh/meshconvert.exe)
elseif((VCPKG_TARGET_IS_WINDOWS) AND (NOT VCPKG_TARGET_IS_UWP))
diff --git a/ports/directxmesh/vcpkg.json b/ports/directxmesh/vcpkg.json new file mode 100644 index 000000000..4eb6c26be --- /dev/null +++ b/ports/directxmesh/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "directxmesh", + "version-string": "jun2021", + "description": "DirectXMesh geometry processing library", + "homepage": "http://go.microsoft.com/fwlink/?LinkID=324981", + "documentation": "https://github.com/microsoft/DirectXMesh/wiki", + "license": "MIT", + "supports": "windows | linux", + "dependencies": [ + "directx-headers", + "directxmath" + ], + "features": { + "dx12": { + "description": "Build with DirectX12 support for Windows 10" + } + } +} |
