Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[directxtex, directxtk, directxtk12] port updates for October 2021 releases #20760

Merged
merged 4 commits into from
Oct 16, 2021
Merged

[directxtex, directxtk, directxtk12] port updates for October 2021 releases #20760

merged 4 commits into from
Oct 16, 2021

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented Oct 15, 2021

  • DirectX Tool Kit for DX11/DX12 have new October 2021 releases with new features

  • DirectXTex was only updated for CMake external shaders needed for new vcpkg build system (that's why it still refers to the previous built EXEs)

  • Converted directxtex, directxtk, and directxtk12 ports to use cpkg-cmake

@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Oct 15, 2021
@JonLiu1993 JonLiu1993 added the requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function label Oct 15, 2021
@walbourn
Copy link
Member Author

walbourn commented Oct 15, 2021

Locally built the following triplets succesfully.

On Windows:

vcpkg install directxtk:x86-windows
vcpkg install directxtk[xaudio2-8]:x86-windows --recurse
vcpkg install directxtk[xaudio2-9]:x86-windows --recurse
vcpkg install directxtk[xaudio2redist]:x86-windows --recurse
vcpkg install directxtk:x86-windows-static
vcpkg install directxtk:x64-windows
vcpkg install directxtk[xaudio2-8]:x64-windows --recurse
vcpkg install directxtk[xaudio2-9]:x64-windows --recurse
vcpkg install directxtk[xaudio2redist]:x64-windows --recurse
vcpkg install directxtk:x64-windows-static
vcpkg install directxtk:arm-windows
vcpkg install directxtk:arm64-windows
vcpkg install directxtk:arm64-windows-static
vcpkg install directxtk:x86-uwp
vcpkg install directxtk:x64-uwp
vcpkg install directxtk:arm-uwp
vcpkg install directxtk:arm64-uwp

vcpkg install directxtk12:x86-windows
vcpkg install directxtk12:x86-windows-static
vcpkg install directxtk12:x64-windows
vcpkg install directxtk12:x64-windows-static
vcpkg install directxtk12:arm-windows
vcpkg install directxtk12:arm64-windows
vcpkg install directxtk12:arm64-windows-static
vcpkg install directxtk12:x86-uwp
vcpkg install directxtk12:x64-uwp
vcpkg install directxtk12:arm-uwp
vcpkg install directxtk12:arm64-uwp

vcpkg install directxtex:x86-windows
vcpkg install directxtex[dx12]:x86-windows --recurse
vcpkg install directxtex[openexr]:x86-windows --recurse
vcpkg install directxtex:x86-windows-static
vcpkg install directxtex:x64-windows
vcpkg install directxtex[dx12]:x64-windows --recurse
vcpkg install directxtex[openexr]:x64-windows --recurse
vcpkg install directxtex:x64-windows-static
vcpkg install directxtex:arm-windows
vcpkg install directxtex:arm64-windows
vcpkg install directxtex:arm64-windows-static
vcpkg install directxtex:x86-uwp
vcpkg install directxtex:x64-uwp
vcpkg install directxtex:arm-uwp
vcpkg install directxtex:arm64-uwp

On x64-linux:

./vcpkg install directxtex
./vcpkg install directxtex[dx12] --recurse
./vcpkg install directxtex[openexr] --recurse

On arm64-linux:

./vcpkg install directxtex
./vcpkg install directxtex[openexr] --recurse

@JonLiu1993 JonLiu1993 added info:reviewed Pull Request changes follow basic guidelines and removed requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function labels Oct 15, 2021
@vicroms vicroms merged commit 58b9259 into microsoft:master Oct 16, 2021
@walbourn walbourn deleted the oct2021update branch October 16, 2021 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants