vcpkg/ports/sdl2-image/vcpkg.json
Andrey Filipenkov 3f7e013c4d
[sdl2-image] fix dynamic build on macOS (#26445)
* [sdl2-image] fix dynamic build on macOS

* update versions of sdl2-image
2022-08-22 09:43:20 -07:00

62 lines
1.3 KiB
JSON

{
"name": "sdl2-image",
"version": "2.0.5",
"port-version": 7,
"description": "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV",
"homepage": "https://www.libsdl.org/projects/SDL_image",
"license": "Zlib",
"dependencies": [
"libpng",
"sdl2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"libjpeg-turbo": {
"description": "Support for JPEG image format",
"dependencies": [
"libjpeg-turbo",
{
"name": "sdl2",
"features": [
"x11"
],
"platform": "!windows"
}
]
},
"libwebp": {
"description": "Support for WEBP image format.",
"dependencies": [
"libwebp",
{
"name": "sdl2",
"features": [
"x11"
],
"platform": "!windows"
}
]
},
"tiff": {
"description": "Support for TIFF image format",
"dependencies": [
{
"name": "sdl2",
"features": [
"x11"
],
"platform": "!windows"
},
"tiff"
]
}
}
}