[nvtt] Clean up baseline, add supports field instead (#27048)

* [vcpkg baseline][nvtt] Drop support with arm-windows

* version

* clean up baseline

* version
This commit is contained in:
Jack·Boos·Yu 2022-10-05 23:08:38 +00:00 committed by GitHub
parent 36ef0e1f29
commit fe5757109d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,11 @@
{
"name": "nvtt",
"version": "2.1.2",
"port-version": 5,
"port-version": 6,
"description": "Texture processing tools with support for Direct3D 10 and 11 formats.",
"homepage": "https://github.com/castano/nvidia-texture-tools",
"license": "MIT",
"supports": "!x86",
"supports": "!x86 & !(windows & (arm | uwp))",
"dependencies": [
"libsquish",
{

View File

@ -711,9 +711,6 @@ numactl:x64-windows=fail
numactl:x64-windows-static=fail
numactl:x64-windows-static-md=fail
numactl:x86-windows=fail
nvtt:arm64-windows=fail
nvtt:arm-uwp=fail
nvtt:x64-uwp=fail
ocilib:arm-uwp=fail
ocilib:arm64-windows=fail
ocilib:x64-uwp=fail

View File

@ -5178,7 +5178,7 @@
},
"nvtt": {
"baseline": "2.1.2",
"port-version": 5
"port-version": 6
},
"oatpp": {
"baseline": "1.3.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9dab908526770ce18285ce3713359ca5bdaf0999",
"version": "2.1.2",
"port-version": 6
},
{
"git-tree": "b1a685fa7402dce13182820ddd1dce2c6126b69f",
"version": "2.1.2",