mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
ad3bae5745
Fixes #38013: > Make lzma an optional dependency. Seems to be pulled in via tiff at least.
36 lines
688 B
JSON
36 lines
688 B
JSON
{
|
|
"name": "freeimage",
|
|
"version": "3.18.0",
|
|
"port-version": 26,
|
|
"description": "Support library for graphics image formats",
|
|
"homepage": "https://sourceforge.net/projects/freeimage/",
|
|
"license": "GPL-2.0-only OR GPL-3.0-only OR FreeImage",
|
|
"dependencies": [
|
|
"imath",
|
|
"jxrlib",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"libraw",
|
|
{
|
|
"name": "libwebp",
|
|
"default-features": false,
|
|
"platform": "!uwp"
|
|
},
|
|
"openexr",
|
|
"openjpeg",
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|