mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
7ceccee7f8
* [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
25 lines
482 B
JSON
25 lines
482 B
JSON
{
|
|
"name": "librsvg",
|
|
"version": "2.40.20",
|
|
"port-version": 10,
|
|
"description": "A small library to render Scalable Vector Graphics (SVG)",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/librsvg",
|
|
"license": "LGPL-2.0-or-later",
|
|
"dependencies": [
|
|
"cairo",
|
|
"fontconfig",
|
|
"gdk-pixbuf",
|
|
"glib",
|
|
"libcroco",
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false
|
|
},
|
|
"pango",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|