mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 22:19:00 +08:00
7c92c79a1a
* [sdl2pp] no absolute paths * [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
32 lines
809 B
JSON
32 lines
809 B
JSON
{
|
|
"name": "sdl2-image",
|
|
"version-string": "2.0.5",
|
|
"port-version": 3,
|
|
"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",
|
|
"dependencies": [
|
|
"libpng",
|
|
"sdl2"
|
|
],
|
|
"features": {
|
|
"libjpeg-turbo": {
|
|
"description": "Support for JPEG image format",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"libwebp": {
|
|
"description": "Support for WEBP image format.",
|
|
"dependencies": [
|
|
"libwebp"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Support for TIFF image format",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
}
|
|
}
|
|
}
|