diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-01-12 20:01:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 20:01:37 -0800 |
| commit | 3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34 (patch) | |
| tree | 3b39cb3a8f7463087d0cc0494492f7597f8c5fb8 /ports/directxtk | |
| parent | 2dd2e623455c79f53914f403280071b40a0bb2c8 (diff) | |
| download | vcpkg-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/directxtk')
| -rw-r--r-- | ports/directxtk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/directxtk/portfile.cmake | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL index 988163b5e..21b673e6a 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,5 +1,5 @@ Source: directxtk -Version: nov2020b +Version: jan2021 Homepage: https://walbourn.github.io/directxtk Description: A collection of helper classes for writing DirectX 11.x code in C++. Supports: windows diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake index 9cf412c30..b9f1944b7 100644 --- a/ports/directxtk/portfile.cmake +++ b/ports/directxtk/portfile.cmake @@ -5,10 +5,9 @@ vcpkg_fail_port_install(ON_TARGET "OSX" "Linux") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTK - REF nov2020b - SHA512 25c8404a949988bcb468383bffa9510dfcc4fa5498f10319816024448987bbddbecef4a29c44d414d5696b0ec58704fd10071b674fc24ec5844fc5bf0f58097e + REF jan2021 + SHA512 c0e8df3ef3a276169c219798978eb948947ba63f49fd08be914eee87ed4bb05a4e33e3a4d1c06c4e932f5ad8fa50a14e0b53a9b9f6f749aa15174f343a17555c HEAD_REF master - FILE_DISAMBIGUATOR 2 ) vcpkg_check_features( @@ -47,15 +46,15 @@ if(NOT VCPKG_TARGET_IS_UWP) elseif((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64)) vcpkg_download_distfile(makespritefont - URLS "https://github.com/Microsoft/DirectXTK/releases/download/nov2020/MakeSpriteFont.exe" + URLS "https://github.com/Microsoft/DirectXTK/releases/download/jan2021/MakeSpriteFont.exe" FILENAME "makespritefont.exe" - SHA512 d576eecd9763d238e12ba8d865917738a4bc8cbf632943e5c11b9426ecdfeaa9e8522076f1bb7122d41e69158fc7ca0939f2d90f9986470639966b3f849d236a + SHA512 0cca19694fd3625c5130a85456f7bf1dabc8c5f893223c19da134a0c4d64de853f7871644365dcec86012543f3a59a96bfabd9e51947648f6d82480602116fc4 ) vcpkg_download_distfile(xwbtool - URLS "https://github.com/Microsoft/DirectXTK/releases/download/nov2020/XWBTool.exe" + URLS "https://github.com/Microsoft/DirectXTK/releases/download/jan2021/XWBTool.exe" FILENAME "xwbtool.exe" - SHA512 6ac8fc12fcea0f808aac1367907dbbb0c5669c8c654fc21f38b4e1ce951710ade1851515dba074e9254579b018545c3cdb2b6cf57366dfba0196603510bf51cd + SHA512 91c9d0da90697ba3e0ebe4afcc4c8e084045b76b26e94d7acd4fd87e5965b52dd61d26038f5eb749a3f6de07940bf6e3af8e9f19d820bf904fbdb2752b78fce9 ) file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/directxtk/") |
