aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk12
diff options
context:
space:
mode:
authorChuck Walbourn <walbourn@users.noreply.github.com>2021-01-12 20:01:37 -0800
committerGitHub <noreply@github.com>2021-01-12 20:01:37 -0800
commit3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34 (patch)
tree3b39cb3a8f7463087d0cc0494492f7597f8c5fb8 /ports/directxtk12
parent2dd2e623455c79f53914f403280071b40a0bb2c8 (diff)
downloadvcpkg-3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34.tar.gz
vcpkg-3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34.zip
directxmesh, directxtex, and uvatlas now support linux (#15554)
* Update for directx-headers release 1.0.1 * DirectXMesh, DirectXTex, and UVAtlas now support Linux * Updated hashes and bins * Fix linux builds * Fixed directxtex[openexr] for x64-linux * Removed stray file * directxmath hot-fix for GCC arm64 * Fixed hash * Hash fix again * x64-linux CIs use GCC 7, but I require GCC 9 * Added warning message for GCC 9 requirement
Diffstat (limited to 'ports/directxtk12')
-rw-r--r--ports/directxtk12/CONTROL2
-rw-r--r--ports/directxtk12/portfile.cmake12
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/directxtk12/CONTROL b/ports/directxtk12/CONTROL
index 7f0a0842d..fd7e367a3 100644
--- a/ports/directxtk12/CONTROL
+++ b/ports/directxtk12/CONTROL
@@ -1,5 +1,5 @@
Source: directxtk12
-Version: nov2020b
+Version: jan2021
Homepage: https://walbourn.github.io/directx-tool-kit-for-directx-12
Description: A collection of helper classes for writing DirectX 12 code in C++.
Supports: windows
diff --git a/ports/directxtk12/portfile.cmake b/ports/directxtk12/portfile.cmake
index a02a284e3..99fcea0e8 100644
--- a/ports/directxtk12/portfile.cmake
+++ b/ports/directxtk12/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_fail_port_install(ON_TARGET "OSX" "Linux")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK12
- REF nov2020b
- SHA512 3a47209f109f993e4ca779bca9c9417c3f11a0472b3c91f52beb46a388edc5487d4e2cd472371ef6ffc4d3e54782d12e884befe8537fa68190c1556d6e36fbab
+ REF jan2021
+ SHA512 a6938194bc8857fe0076cb21f000aaa4ab4e207342e07f76ecea9d3f064c1b0c220a5f410c2e1184f37d98b54ef2f4852a6bc7cb13a029885bd3c39cb3f1a727
HEAD_REF master
)
@@ -21,15 +21,15 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64))
vcpkg_download_distfile(makespritefont
- URLS "https://github.com/Microsoft/DirectXTK12/releases/download/nov2020/MakeSpriteFont.exe"
+ URLS "https://github.com/Microsoft/DirectXTK12/releases/download/jan2021/MakeSpriteFont.exe"
FILENAME "makespritefont.exe"
- SHA512 d576eecd9763d238e12ba8d865917738a4bc8cbf632943e5c11b9426ecdfeaa9e8522076f1bb7122d41e69158fc7ca0939f2d90f9986470639966b3f849d236a
+ SHA512 0cca19694fd3625c5130a85456f7bf1dabc8c5f893223c19da134a0c4d64de853f7871644365dcec86012543f3a59a96bfabd9e51947648f6d82480602116fc4
)
vcpkg_download_distfile(xwbtool
- URLS "https://github.com/Microsoft/DirectXTK12/releases/download/nov2020/XWBTool.exe"
+ URLS "https://github.com/Microsoft/DirectXTK12/releases/download/jan2021/XWBTool.exe"
FILENAME "xwbtool.exe"
- SHA512 6ac8fc12fcea0f808aac1367907dbbb0c5669c8c654fc21f38b4e1ce951710ade1851515dba074e9254579b018545c3cdb2b6cf57366dfba0196603510bf51cd
+ SHA512 91c9d0da90697ba3e0ebe4afcc4c8e084045b76b26e94d7acd4fd87e5965b52dd61d26038f5eb749a3f6de07940bf6e3af8e9f19d820bf904fbdb2752b78fce9
)
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/directxtk12/")