mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
7e840a5658
Amends #38033. Fixes #38270.
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
{
|
|
"name": "gdk-pixbuf",
|
|
"version": "2.42.10",
|
|
"port-version": 5,
|
|
"description": "Image loading library.",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"jpeg",
|
|
"png",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"introspection": {
|
|
"description": "build with introspection",
|
|
"dependencies": [
|
|
"gobject-introspection"
|
|
]
|
|
},
|
|
"jpeg": {
|
|
"description": "Enable JPEG loader (requires libjpeg)",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "Enable PNG loader (requires libpng)",
|
|
"dependencies": [
|
|
"libpng"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF loader (requires libtiff)",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|