2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "qt5-imageformats",
|
2023-12-29 15:59:20 +08:00
|
|
|
"version": "5.15.12",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP",
|
2022-03-01 02:25:31 +08:00
|
|
|
"license": null,
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "qt5-base",
|
|
|
|
"default-features": false
|
2023-05-09 09:11:15 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2022-12-31 17:30:53 +08:00
|
|
|
"tiff",
|
2023-05-09 09:11:15 +08:00
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
2022-12-31 17:30:53 +08:00
|
|
|
}
|
2023-05-09 09:11:15 +08:00
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|