mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-03 23:55:30 +08:00
91dd61bd44
* [libwebp] Update to 1.3.0 * Fix [core] on x64-osx * Fix features and dependencies * Cleanup tool installation * Usage * Lift restriction for vwebp tool * [mapnik] Fix libwebp * [qt5-imageformats] Use libwebp pc files * Revert "Lift restriction for vwebp tool" This reverts commit 42e0273f654117844ae317c06cbaf521d70462e4. * [gdal] Use upstream WebP config * Revert no longer necessary changes to mapnik. * Remove unnecessary patch that git checkout didn't remove. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"name": "qt5-imageformats",
|
|
"version": "5.15.8",
|
|
"port-version": 1,
|
|
"description": "Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP",
|
|
"license": null,
|
|
"dependencies": [
|
|
"jasper",
|
|
"libwebp",
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|