mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:06:45 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"name": "libgd",
|
|
"version-semver": "2.3.2",
|
|
"port-version": 1,
|
|
"description": "Open source code library for the dynamic creation of images by programmers.",
|
|
"homepage": "https://github.com/libgd/libgd",
|
|
"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"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Support for tiff",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"webp": {
|
|
"description": "Support for webp",
|
|
"dependencies": [
|
|
"libwebp"
|
|
]
|
|
}
|
|
}
|
|
}
|