vcpkg/ports/libgd/vcpkg.json
autoantwort e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [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>
2021-10-27 15:19:28 -07:00

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"
]
}
}
}