aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2-image/CONTROL
AgeCommit message (Collapse)Author
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-04-23Fix for #6152: Broken release build of SDL2-image (#6153)Leonard Mosescu
Fix for #6152: The release build of SDL2-image depends on the debug build of SDL2
2019-03-26[SDL2_xxx]: Add CMake targets for SDL2 addons (#5754)Helco
* 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
2019-03-11Update various SDL2-based libraries (#5623)Daniel
* [sdl2-gfx] Update to 1.0.4 * [sdl2-mixer] Update to 2.0.4 (#4934) * [sdl2-image] Update to 2.0.4 * [sdl2-ttf] Update to 2.0.15 * [sdl2-gfx,-image,-ttf] Use vcpkg_extract_source_archive_ex()
2018-07-04SDL2 image: Add features for libjpeg, tiff and webp (#3531)Gabriel
* SDL2 image: Add features for libjpeg, tiff and webp * [sdl2-image] Avoid passing lists through vcpkg_configure_cmake()
2018-01-09Add missing version.rc file to sdl2 libraries.Stanislav Ershov
Affected sdl2 libraries: - sdl2-image - sdl2-mixer - sdl2-net - sdl2-ttf
2018-01-09[sdl2-image] Update to 2.0.2Stanislav Ershov
2017-10-19[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link ↵Robert Schumacher
of release libs in debug mode.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-21[sdl2] Prevent exports in static buildcodicodi
2017-01-06[sdl2-image] added dependencies to CONTROL so they will always be statically ↵Patrick Bader
linked Replaced FindWEBP.cmake with version from freeimage port
2017-01-06finished port of sdl2_imagePatrick Bader
- optional dependencies which are installed in vcpkg are automatically linked - unavailable dependencies are marked as dynamically linked and dlls have to be copied manually if respective file formats are used
2017-01-05added first version of SDL2_image library which currently does not link to ↵Patrick Bader
any external libraries.