mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:49:08 +08:00
086d63cc4e
Fixes https://github.com/microsoft/vcpkg/issues/36769 Removed `fix-pkgconfig.patch`. - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [X] Any patches that are no longer applied are deleted from the port's directory. - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. All features passed with following triplets: ``` x86-windows x64-windows x64-windows-static ``` Usage test pass with following triplets: ``` x86-windows x64-windows x64-windows-static ```
43 lines
984 B
JSON
43 lines
984 B
JSON
{
|
|
"name": "sdl2-image",
|
|
"version": "2.8.2",
|
|
"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://github.com/libsdl-org/SDL_image",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"libpng",
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|