mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
821d0d20d7
* [leptonica] Fix find openjpeg * update version * update patch * update version * format portfile.cmake * update version * update patch * update version * format portfile.cmake * update version * update to 1.82.0 * update version * update patches * update version * update patches * update version * Revise patching and configuration * Update versions * update patch * update version * update version * update patch * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "leptonica",
|
|
"version": "1.82.0",
|
|
"description": "An open source library containing software that is broadly useful for image processing and image analysis applications",
|
|
"homepage": "https://github.com/DanBloomberg/leptonica",
|
|
"license": null,
|
|
"dependencies": [
|
|
"giflib",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libwebp",
|
|
"openjpeg",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|