mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
ad8f678064
devil before graphviz: https://dev.azure.com/vcpkg/public/_build/results?buildId=100529&view=results graphviz before paraview: https://github.com/microsoft/vcpkg/pull/37064#issuecomment-1993637878
43 lines
719 B
JSON
43 lines
719 B
JSON
{
|
|
"name": "graphviz",
|
|
"version-semver": "10.0.1",
|
|
"port-version": 1,
|
|
"description": "Graph Visualization Tools",
|
|
"homepage": "https://graphviz.org/",
|
|
"license": "EPL-1.0",
|
|
"supports": "!staticcrt",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false
|
|
},
|
|
"expat",
|
|
"gdk-pixbuf",
|
|
"getopt",
|
|
"gts",
|
|
{
|
|
"name": "libgd",
|
|
"default-features": false,
|
|
"features": [
|
|
"fontconfig",
|
|
"freetype",
|
|
"jpeg",
|
|
"png",
|
|
"tiff"
|
|
]
|
|
},
|
|
"librsvg",
|
|
"libwebp",
|
|
"pango",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|