mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
9d3db6b7e4
* [qt5] update version number and hashes * [qt5-base] add official patch for CVE-2023-51714 * [qt5] regenerate version info
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "qt5-imageformats",
|
|
"version": "5.15.12",
|
|
"description": "Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tiff",
|
|
"webp"
|
|
],
|
|
"features": {
|
|
"jasper": {
|
|
"description": "Enable JPEG-2000 support using the JasPer library",
|
|
"dependencies": [
|
|
{
|
|
"name": "jasper",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF support",
|
|
"dependencies": [
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
]
|
|
},
|
|
"webp": {
|
|
"description": "Enable WEBP support",
|
|
"dependencies": [
|
|
"libwebp",
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|