diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-04-23 11:05:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 11:05:42 -0700 |
| commit | 22273d82ff2576f0e1be37e57cfff36f09ac3af1 (patch) | |
| tree | 9ef2a64ac637932caaa530199d81fc182e4285cb | |
| parent | 9538d15b58e827cf77b6562dd1f210be58fc58bb (diff) | |
| download | vcpkg-22273d82ff2576f0e1be37e57cfff36f09ac3af1.tar.gz vcpkg-22273d82ff2576f0e1be37e57cfff36f09ac3af1.zip | |
[directx-headers] port updated (#17399)
* [directx-headers] port updated to match the latest release
* Updated baseline
* Manifest format fix
* Update hash
* Build option was renamed
* Updated hash
* Use version constraint
* Update baseline
| -rw-r--r-- | ports/directx-headers/CONTROL | 5 | ||||
| -rw-r--r-- | ports/directx-headers/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/directx-headers/vcpkg.json | 7 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/d-/directx-headers.json | 5 |
5 files changed, 16 insertions, 9 deletions
diff --git a/ports/directx-headers/CONTROL b/ports/directx-headers/CONTROL deleted file mode 100644 index 08da6a236..000000000 --- a/ports/directx-headers/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: directx-headers -Version: 1.0.1 -Homepage: https://devblogs.microsoft.com/directx/ -Description: Official DirectX headers -Supports: windows|linux diff --git a/ports/directx-headers/portfile.cmake b/ports/directx-headers/portfile.cmake index 67408840b..8d1bb0beb 100644 --- a/ports/directx-headers/portfile.cmake +++ b/ports/directx-headers/portfile.cmake @@ -3,15 +3,15 @@ vcpkg_fail_port_install(ON_TARGET "OSX") vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectX-Headers
- REF v1.0.1
- SHA512 1b0f89088b7dba846d443fd943787848435bd1b731adc7e2f4fab6f32203775153811a7d7c297ecf44ca60628db8346a8246942c609c5116481a70e67633fb04
+ REF v1.4.9
+ SHA512 439d28a8344ef3a012428f53fcb9d2d9823d51c61786363d87f8ba15921326c220478b2557aab3f641a2406f1e5f299a8e21a82547febff3b9cd7b26b09b1c22
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
- OPTIONS -DBUILD_TEST=OFF
+ OPTIONS -DDXHEADERS_BUILD_TEST=OFF
)
vcpkg_install_cmake()
diff --git a/ports/directx-headers/vcpkg.json b/ports/directx-headers/vcpkg.json new file mode 100644 index 000000000..66658e2f4 --- /dev/null +++ b/ports/directx-headers/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "directx-headers", + "version": "1.4.9", + "description": "Official DirectX 12 Headers", + "homepage": "https://devblogs.microsoft.com/directx/", + "supports": "windows | linux" +} diff --git a/versions/baseline.json b/versions/baseline.json index 284beb4ec..c00c00c8c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1633,7 +1633,7 @@ "port-version": 0 }, "directx-headers": { - "baseline": "1.0.1", + "baseline": "1.4.9", "port-version": 0 }, "directxmath": { diff --git a/versions/d-/directx-headers.json b/versions/d-/directx-headers.json index 604e58330..6e1917dd9 100644 --- a/versions/d-/directx-headers.json +++ b/versions/d-/directx-headers.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bf1d2dfc334ecb42998d443147a2acd5eb88e312", + "version": "1.4.9", + "port-version": 0 + }, + { "git-tree": "a45e68ef2cc77f2d8d39817ace66ef699deea3a5", "version-string": "1.0.1", "port-version": 0 |
