vcpkg/ports/graphviz/vcpkg.json
Kai Pastor 7ceccee7f8
[graphviz,librsvg,libcroco] Refresh (#33964)
* [graphviz] Cleanup

* Refresh patches

* Versions

* Disable #pragma comment lib

* DLLs without exports

* [librsvg] Modernize

* Revise vendored librsvg build

* [libcroco] Revise vendored build

* [librsvg] Revise vendored build, cont.

* [libcroco] Fix version

* [librsvg] Fix pc file

* [librsvg] Fix config polyfill

* Mingw fixes, no abs paths

* No abs paths
2023-09-25 23:47:35 -07:00

41 lines
687 B
JSON

{
"name": "graphviz",
"version-semver": "9.0.0",
"port-version": 1,
"description": "Graph Visualization Tools",
"homepage": "https://graphviz.org/",
"license": "EPL-1.0",
"supports": "!staticcrt",
"dependencies": [
{
"name": "cairo",
"default-features": false
},
"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"
]
}