mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 10:07:50 +08:00
95785e1b40
* Add SDL2 image target * Add SDL2_mixer target * Add SDL2_ttf target * Add SDL2_net target * Fix missing source file for SDL2_image * Disable harfbuzz for freetype properly * Use both include dirs for freetype in SDL2-tff
17 lines
528 B
Plaintext
17 lines
528 B
Plaintext
Source: sdl2-image
|
|
Version: 2.0.4-1
|
|
Build-Depends: sdl2, libpng
|
|
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
|
|
|
|
Feature: libjpeg-turbo
|
|
Description: Support for JPEG image format
|
|
Build-Depends: libjpeg-turbo
|
|
|
|
Feature: tiff
|
|
Description: Support for TIFF image format
|
|
Build-Depends: tiff
|
|
|
|
Feature: libwebp
|
|
Description: Support for WEBP image format.
|
|
Build-Depends: libwebp
|