mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
5bb5f3923a
* [libgd] Fix static builds on windows * [pango] Cleanup * Use freetype2.pc with msvc * Update CI baseline [skip actions] * [atk] Cleanup, fix static builds * [gtk3] Cleanup, fix static builds * [graphviz] Fix static builds * Update versions * [libgd] Revert bad substitution * [graphviz] Plugins * [graphviz] Plugins * [libgd] Fix static usage * [gtk3] versions
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
{
|
|
"name": "libgd",
|
|
"version-semver": "2.3.3",
|
|
"port-version": 2,
|
|
"description": "Open source code library for the dynamic creation of images by programmers.",
|
|
"homepage": "https://github.com/libgd/libgd",
|
|
"license": "GD",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"fontconfig",
|
|
"freetype",
|
|
"jpeg",
|
|
"png",
|
|
"tiff",
|
|
"webp"
|
|
],
|
|
"features": {
|
|
"fontconfig": {
|
|
"description": "Support for Fontconfig",
|
|
"dependencies": [
|
|
"fontconfig"
|
|
]
|
|
},
|
|
"freetype": {
|
|
"description": "Support for FreeType",
|
|
"dependencies": [
|
|
"freetype"
|
|
]
|
|
},
|
|
"jpeg": {
|
|
"description": "Support for JPEG",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "Support for PNG",
|
|
"dependencies": [
|
|
"libpng",
|
|
"zlib"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Support for TIFF",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
},
|
|
"webp": {
|
|
"description": "Support for WebP",
|
|
"dependencies": [
|
|
"libwebp"
|
|
]
|
|
}
|
|
}
|
|
}
|