* [sdl2pp] no absolute paths
* [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [sdl2] Update to 2.0.14
* Revert "[sdl2] Update to 2.0.14"
This reverts commit b8e82e0dac.
* [sdl2] Update to 2.0.14
* [sdl2] Fix manifest formatting
* [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
* [sdl2-mixer] Fix FLAC symbol export when static linking
Fix regression introduced by #11152
* [sdl2-mixer] Add nativemidi default feature
Closes#10318
* [libsndfile] Revert to port version 8 as version 10
* [libflac] Use BUILD_SHARED_LIBS to properly export FLAC__NO_DLL via CMake
* [libflac] Force FLAC__NO_DLL in installed headers in static triplets
* [libflac] Modify headers on installation
* [sdl2-mixer] Fix dynamic loading when building static library
* [sdl2-mixer] Set dynamic load as a feature
* [sdl2-mixer] Disable feature dynamic-load when building static
* [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()
* Fix mpg123 build in macOS and Linux, fix sdl2-mixer find mpg123 libarry
* Add package sdl2pp
* [mpg123] Use Windows logic in Windows Desktop
* [sdl2-mixer] Bump package version
* [sdl2pp] Use patch instead of replacing CMakeLists.txt. Use vcpkg_from_github()