mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
2b59a097da
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"name": "libgxps",
|
|
"version": "0.3.2",
|
|
"port-version": 4,
|
|
"description": "libgxps is a GObject based library for handling and rendering XPS documents.",
|
|
"homepage": "https://wiki.gnome.org/Projects/libgxps",
|
|
"dependencies": [
|
|
"cairo",
|
|
"glib",
|
|
"lcms",
|
|
"libarchive",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libxslt",
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|