[libwebp] use supports expressions (#28481)

This commit is contained in:
autoantwort 2022-12-28 22:00:04 +01:00 committed by GitHub
parent f7f6dbb083
commit 031c19f64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"name": "libwebp",
"version": "1.2.4",
"port-version": 1,
"description": "WebP codec: library to encode and decode images in WebP format",
"homepage": "https://github.com/webmproject/libwebp",
"license": "BSD-3-Clause",
@ -83,6 +84,7 @@
},
"extras": {
"description": "Build extras.",
"supports": "!osx",
"dependencies": [
{
"name": "libwebp",
@ -169,6 +171,7 @@
},
"vwebp": {
"description": "Build the vwebp viewer tool.",
"supports": "!osx",
"dependencies": [
{
"name": "freeglut",
@ -179,6 +182,7 @@
},
"vwebp-sdl": {
"description": "Build the vwebp viewer tool.",
"supports": "!osx",
"dependencies": [
{
"name": "libwebp",

View File

@ -4406,7 +4406,7 @@
},
"libwebp": {
"baseline": "1.2.4",
"port-version": 0
"port-version": 1
},
"libwebsockets": {
"baseline": "4.3.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4b045db27d934d57c56d09c3721b05c46043cbb7",
"version": "1.2.4",
"port-version": 1
},
{
"git-tree": "6bce9ad4c595a817fb1f227661c5bc955b177754",
"version": "1.2.4",