2021-09-09 16:24:04 +08:00
{
"name" : "sdl2-image" ,
2022-04-16 04:44:08 +08:00
"version" : "2.0.5" ,
2022-04-21 05:46:31 +08:00
"port-version" : 6 ,
2021-09-09 16:24:04 +08:00
"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" ,
2022-04-21 05:46:31 +08:00
"license" : "Zlib" ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
"libpng" ,
2022-01-11 05:15:07 +08:00
"sdl2" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-09-09 16:24:04 +08:00
] ,
"features" : {
"libjpeg-turbo" : {
"description" : "Support for JPEG image format" ,
"dependencies" : [
2022-04-16 04:44:08 +08:00
"libjpeg-turbo" ,
{
"name" : "sdl2" ,
"features" : [
"x11"
] ,
"platform" : "!windows"
}
2021-09-09 16:24:04 +08:00
]
} ,
"libwebp" : {
"description" : "Support for WEBP image format." ,
"dependencies" : [
2022-04-16 04:44:08 +08:00
"libwebp" ,
{
"name" : "sdl2" ,
"features" : [
"x11"
] ,
"platform" : "!windows"
}
2021-09-09 16:24:04 +08:00
]
} ,
"tiff" : {
"description" : "Support for TIFF image format" ,
"dependencies" : [
2022-04-16 04:44:08 +08:00
{
"name" : "sdl2" ,
"features" : [
"x11"
] ,
"platform" : "!windows"
} ,
2021-09-09 16:24:04 +08:00
"tiff"
]
}
}
}