zeek/auxil/vcpkg/ports/babl/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
479 B
JSON

{
"name": "babl",
"version": "0.1.110",
"port-version": 2,
"description": "A pixel encoding and color space conversion engine.",
"homepage": "https://gegl.org/babl/",
"license": "LGPL-3.0-or-later",
"supports": "!windows | mingw",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"cmyk-icc": {
"description": "Support CMYK ICC profiles.",
"dependencies": [
"lcms"
]
}
}
}