[libde265] use supports expression (#30104)

This commit is contained in:
autoantwort 2023-03-13 04:54:35 +01:00 committed by GitHub
parent 7939c3498e
commit ff5e394293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "libde265",
"version": "1.0.8",
"port-version": 6,
"port-version": 7,
"description": "Open h.265 video codec implementation.",
"homepage": "https://www.libde265.org/",
"license": "LGPL-3.0-only",
@ -18,7 +18,8 @@
],
"features": {
"sse": {
"description": "Enable SSE optimizations"
"description": "Enable SSE optimizations",
"supports": "x86 | x64"
}
}
}

View File

@ -3846,7 +3846,7 @@
},
"libde265": {
"baseline": "1.0.8",
"port-version": 6
"port-version": 7
},
"libdeflate": {
"baseline": "1.17",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bba9b6bf501c046f81f7335d1efff23ed0845ed4",
"version": "1.0.8",
"port-version": 7
},
{
"git-tree": "0f781eec5a444ba998fc1e8e3dd31172806005d3",
"version": "1.0.8",