mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:06:44 +08:00
2e3b958ff0
* [libraw] Updated port to version 0.21.1 * [freeimage] Updated port to prepare for libraw version 0.21 * Add const in the right position * Portfile modernization * [libraw] Revise dependencies * Add dng-lossy feature * Update versions * Add license * Fix license name --------- Co-authored-by: Anders Klemets <anderskl@microsoft.com>
32 lines
600 B
JSON
32 lines
600 B
JSON
{
|
|
"name": "freeimage",
|
|
"version": "3.18.0",
|
|
"port-version": 25,
|
|
"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",
|
|
"platform": "!uwp"
|
|
},
|
|
"openexr",
|
|
"openjpeg",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|