2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libgd",
|
2022-07-16 03:10:56 +08:00
|
|
|
"version-semver": "2.3.3",
|
2023-01-10 06:15:51 +08:00
|
|
|
"port-version": 2,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Open source code library for the dynamic creation of images by programmers.",
|
|
|
|
"homepage": "https://github.com/libgd/libgd",
|
2022-07-16 03:10:56 +08:00
|
|
|
"license": "GD",
|
2021-09-15 03:01:57 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"default-features": [
|
|
|
|
"fontconfig",
|
|
|
|
"freetype",
|
|
|
|
"jpeg",
|
|
|
|
"png",
|
|
|
|
"tiff",
|
|
|
|
"webp"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"fontconfig": {
|
2022-11-02 11:23:20 +08:00
|
|
|
"description": "Support for Fontconfig",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"fontconfig"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"freetype": {
|
2022-11-02 11:23:20 +08:00
|
|
|
"description": "Support for FreeType",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"freetype"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"jpeg": {
|
2022-11-02 11:23:20 +08:00
|
|
|
"description": "Support for JPEG",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"png": {
|
2022-11-02 11:23:20 +08:00
|
|
|
"description": "Support for PNG",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2022-11-02 11:23:20 +08:00
|
|
|
"libpng",
|
|
|
|
"zlib"
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"tiff": {
|
2022-11-02 11:23:20 +08:00
|
|
|
"description": "Support for TIFF",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"tiff"
|
|
|
|
]
|
|
|
|
},
|
2022-11-02 11:23:20 +08:00
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"webp": {
|
2022-11-02 11:23:20 +08:00
|
|
|
"description": "Support for WebP",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libwebp"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|