aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2-mixer/CONTROL
AgeCommit message (Collapse)Author
2021-03-18[sdl2-mixer] Fix features link error (#16737)NancyLi1013
* [sdl2-mixer] Fix features link error * Update versions
2020-07-31[sdl2-mixer] Fix FLAC symbol export when static linking, add nativemidi ↵Kevin Lu
default feature (#12374) * [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
2020-02-28[sdl2-mixer] Enable native MIDI support on macOS (#10201)Jonathan Giannuzzi
2020-01-27[sdl2-mixer] Fix dynamic loading when building static library (#9332)Jack·Boos·Yu
* [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
2019-10-08[sdl2-mixer]Delete the absolute path of the dependent libraries.JackBoosY
2019-09-25[sdl2-mixer]Re-fix dynamic call. (#8335)JackBoosY
2019-09-23[sdl2-mixer] Fix features dependency link. (#8208)Lily
* [sdl2-mixer] Fix features dependency link libraries. * [sdl2-mixer] Remove find_library. * [sdl2-mixer] Fix feature name * [sdl2-mixer] Fix feature options
2019-09-11[sdl2-mixer]Remove useless dependency link libraries. (#7720)JackBoosY
2019-06-17[sdl2-mixer]Fix build error with feature opusfile. (#6929)JackBoosY
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-01Fix sdl2-gfx, sdl2-image, sdl2-mixer, sdl2-net, and sdl2-ttf forcing debug ↵Antonio Maiorano
lib first (SDL2d) (#5948) Prevent SDL2 dependent libraries from always linking against debug.
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()
2019-03-06Move SDL2_mixer optional dependencies to features (#5565)Daniel
2019-02-16[sdl2-mixer] Fixes for installing on Linux (#5366)JackBister
* [sdl2-mixer] Fix libFLAC capitalization * [sdl2-mixer] Only build native_midi on Windows * [sdl2-mixer] Slight modernization; bump control version
2018-05-18Package sdl2pp (#3430)Ryan Cheung
* 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()
2018-01-09Add missing version.rc file to sdl2 libraries.Stanislav Ershov
Affected sdl2 libraries: - sdl2-image - sdl2-mixer - sdl2-net - sdl2-ttf
2017-11-13[sdl2-mixer] Bump to 2.0.2Stephen E. Baker
Follows upstream default mp3 library change from smpeg to mpg123
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-04-10Add sdl2-mixercodicodi