mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
c5a4db7c11
A set of new SDL2 related ports has been added, which are essentially the same as their corresponding port for SDL1.2: audio/sdl2_mixer graphics/sdl2_image graphics/sdl2_ttf net/sdl2_net A set of new USE_SDL knobs is available to enable SDL2 and its related ports to be added as dependency to ports. Use either of USE_SDL= sdl2 image2 mixer2 net2 ttf2 to pull in the specific sdl2_* or sdl20 port.
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
SDL_mixer is a sample multi-channel audio mixer library. It supports any number
|
|
of simultaneously playing channels of 16 bit stereo audio, plus a single
|
|
channel of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
|
|
libraries.
|
|
|
|
WWW: http://www.libsdl.org/projects/SDL_mixer/index.html
|