mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[libwebp] use supports expressions (#28481)
This commit is contained in:
parent
f7f6dbb083
commit
031c19f64e
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libwebp",
|
"name": "libwebp",
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
|
"port-version": 1,
|
||||||
"description": "WebP codec: library to encode and decode images in WebP format",
|
"description": "WebP codec: library to encode and decode images in WebP format",
|
||||||
"homepage": "https://github.com/webmproject/libwebp",
|
"homepage": "https://github.com/webmproject/libwebp",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
@ -83,6 +84,7 @@
|
|||||||
},
|
},
|
||||||
"extras": {
|
"extras": {
|
||||||
"description": "Build extras.",
|
"description": "Build extras.",
|
||||||
|
"supports": "!osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "libwebp",
|
"name": "libwebp",
|
||||||
@ -169,6 +171,7 @@
|
|||||||
},
|
},
|
||||||
"vwebp": {
|
"vwebp": {
|
||||||
"description": "Build the vwebp viewer tool.",
|
"description": "Build the vwebp viewer tool.",
|
||||||
|
"supports": "!osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "freeglut",
|
"name": "freeglut",
|
||||||
@ -179,6 +182,7 @@
|
|||||||
},
|
},
|
||||||
"vwebp-sdl": {
|
"vwebp-sdl": {
|
||||||
"description": "Build the vwebp viewer tool.",
|
"description": "Build the vwebp viewer tool.",
|
||||||
|
"supports": "!osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "libwebp",
|
"name": "libwebp",
|
||||||
|
@ -4406,7 +4406,7 @@
|
|||||||
},
|
},
|
||||||
"libwebp": {
|
"libwebp": {
|
||||||
"baseline": "1.2.4",
|
"baseline": "1.2.4",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"libwebsockets": {
|
"libwebsockets": {
|
||||||
"baseline": "4.3.2",
|
"baseline": "4.3.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "4b045db27d934d57c56d09c3721b05c46043cbb7",
|
||||||
|
"version": "1.2.4",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "6bce9ad4c595a817fb1f227661c5bc955b177754",
|
"git-tree": "6bce9ad4c595a817fb1f227661c5bc955b177754",
|
||||||
"version": "1.2.4",
|
"version": "1.2.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user