Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

54 lines
983 B
JSON

{
"name": "pango",
"version": "1.56.1",
"port-version": 1,
"description": "Text and font handling library.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
"license": "LGPL-2.0-or-later",
"supports": "!xbox",
"dependencies": [
{
"name": "cairo",
"features": [
"gobject"
]
},
"fontconfig",
"freetype",
"fribidi",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"harfbuzz",
{
"name": "harfbuzz",
"features": [
"coretext"
],
"platform": "osx"
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"introspection": {
"description": "build with introspection",
"dependencies": [
"gobject-introspection",
{
"name": "harfbuzz",
"default-features": false,
"features": [
"introspection"
]
}
]
}
}
}