mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 23:53:03 +08:00
ddf4790fff
* [librsvg] add license id and use vcpkg_install_copyright() COPYING and COPYING.LIB have identical texts. The source files state, that the LGPL is the: GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. * Update version database
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "librsvg",
|
|
"version": "2.40.20",
|
|
"port-version": 7,
|
|
"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",
|
|
"gdk-pixbuf",
|
|
"libcroco",
|
|
"pango",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|