aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk
diff options
context:
space:
mode:
authorChuck Walbourn <walbourn@users.noreply.github.com>2021-08-26 15:37:42 -0700
committerGitHub <noreply@github.com>2021-08-26 15:37:42 -0700
commitfefb2c12b66680c6a9b58822624ec60e95abc642 (patch)
treeb89e7ff0581d740f2dc8679931095c77b709f3fd /ports/directxtk
parenta6ce2965b5725a6395fa587ad456105fc3412e4a (diff)
downloadvcpkg-fefb2c12b66680c6a9b58822624ec60e95abc642.tar.gz
vcpkg-fefb2c12b66680c6a9b58822624ec60e95abc642.zip
[directxtk, directxtk12, directxtex] ports updated for August 2021 release (#19320)
* DirectXTex port updated * DirectX Tool Kit updated for August 2021 release * Update baseline * Remove build of MakeSpriteFont * Update baseline * Added 4.7.2 .NET TargetingPack * Back out adding .NET targeting pack, forked out as https://github.com/microsoft/vcpkg/pull/19764 Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/directxtk')
-rw-r--r--ports/directxtk/portfile.cmake26
-rw-r--r--ports/directxtk/vcpkg.json4
2 files changed, 12 insertions, 18 deletions
diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake
index 466a4d37e..2698b9b2d 100644
--- a/ports/directxtk/portfile.cmake
+++ b/ports/directxtk/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_fail_port_install(ON_TARGET "OSX" "Linux")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK
- REF jun2021
- SHA512 df15d20c3ab586e4f08b92a30d82f277e966aaa2555fa6161a6fb2308e65d79fdb3c65518f150fb08c31902d929aa01369dc8a852d2be31d30ecdf9253898fe0
+ REF aug2021
+ SHA512 ed4ff5c8a1f12e2489a4ddb653a0d8097da4a901498852ada5595959f6e6275531e11ca20d8ce16da19f3ac37193b23edf7c9c1b6d6a78a8810e8f0d399ca4b8
HEAD_REF master
)
@@ -36,16 +36,16 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64))
vcpkg_download_distfile(
MAKESPRITEFONT_EXE
- URLS "https://github.com/Microsoft/DirectXTK/releases/download/jun2021/MakeSpriteFont.exe"
- FILENAME "makespritefont-jun2021.exe"
- SHA512 4618090f65332c64cb5601a7095c60c87a3a41e9c030d7422d36f14b04dcd80c7aa26438733b892f91daf19fadd44591a814b77c3ca04590ad6c61ecbe909a65
+ URLS "https://github.com/Microsoft/DirectXTK/releases/download/aug2021/MakeSpriteFont.exe"
+ FILENAME "makespritefont-aug2021.exe"
+ SHA512 a84786f57f7f26c4ab0cd446136d79c19a74296f5074396854c81ad67aedfccfe76e15025ba9bcfcabb993f0bb7247ca536d55b4574192efb3e7c2069abf70d7
)
vcpkg_download_distfile(
XWBTOOL_EXE
- URLS "https://github.com/Microsoft/DirectXTK/releases/download/jun2021/XWBTool.exe"
- FILENAME "xwbtool-jun2021.exe"
- SHA512 dc74081b9569a9ca736984d8da1a5b2dc852f85d07a629d6e0ef7f2b4313987ec82d2ff1e0cfa19a89c7387182644869ac2a8f842d30609d88ccae7c01ce3f80
+ URLS "https://github.com/Microsoft/DirectXTK/releases/download/aug2021/XWBTool.exe"
+ FILENAME "xwbtool-aug2021.exe"
+ SHA512 3dd1ebd04db21517f74453727512783141b997d33efc1a47236c9ff343310da17b4add4c4ba6e138ad35095fb77f4207e7458a9e51ee3f4872fc0e0cf62be5b5
)
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/directxtk/")
@@ -55,8 +55,8 @@ if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64))
${XWBTOOL_EXE}
DESTINATION ${CURRENT_PACKAGES_DIR}/tools/directxtk/)
- file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont-jun2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont.exe)
- file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool-jun2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool.exe)
+ file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont-aug2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont.exe)
+ file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool-aug2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool.exe)
elseif(NOT VCPKG_TARGET_IS_UWP)
@@ -65,12 +65,6 @@ elseif(NOT VCPKG_TARGET_IS_UWP)
SEARCH_DIR ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/bin/CMake
)
- vcpkg_install_msbuild(
- SOURCE_PATH ${SOURCE_PATH}
- PROJECT_SUBPATH MakeSpriteFont/MakeSpriteFont.csproj
- PLATFORM AnyCPU
- )
-
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
diff --git a/ports/directxtk/vcpkg.json b/ports/directxtk/vcpkg.json
index 2a484ac3f..f8b042df6 100644
--- a/ports/directxtk/vcpkg.json
+++ b/ports/directxtk/vcpkg.json
@@ -1,8 +1,8 @@
{
"name": "directxtk",
- "version-string": "jun2021",
+ "version-string": "aug2021",
"description": "A collection of helper classes for writing DirectX 11.x code in C++.",
- "homepage": "http://go.microsoft.com/fwlink/?LinkId=248929",
+ "homepage": "https://github.com/Microsoft/DirectXTK",
"documentation": "https://github.com/microsoft/DirectXTK/wiki",
"license": "MIT",
"supports": "windows",