summaryrefslogtreecommitdiff
path: root/audio/SDL2_mixer/DESCR
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-02 15:39:01 +0000
committerrodent <rodent>2014-02-02 15:39:01 +0000
commitecaaee0a8d2648e22e52b3be3a0a01d116ae8188 (patch)
tree3f631e6ae8b20b267f5094364e9657b8aa610bc4 /audio/SDL2_mixer/DESCR
parent54c496dd9c3875c94fd6b468878a8e0d5552fd79 (diff)
downloadpkgsrc-ecaaee0a8d2648e22e52b3be3a0a01d116ae8188.tar.gz
Import SDL2_mixer-2.0.0 as audio/SDL2_mixer.
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 FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries.
Diffstat (limited to 'audio/SDL2_mixer/DESCR')
-rw-r--r--audio/SDL2_mixer/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/SDL2_mixer/DESCR b/audio/SDL2_mixer/DESCR
new file mode 100644
index 00000000000..fe0652b63ff
--- /dev/null
+++ b/audio/SDL2_mixer/DESCR
@@ -0,0 +1,8 @@
+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 FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and
+SMPEG MP3 libraries.
+
+As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are
+dynamically loaded, so if you don't need to load those formats, you don't need
+to include those shared libraries.