diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-06-21 19:56:27 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-06-21 19:56:27 +0000 |
commit | c5a4db7c111615dacf0bd184c7b78e927dce311b (patch) | |
tree | 16b6a36999fedc7fbad7af76e86d017a12040f78 /audio/sdl2_mixer/pkg-descr | |
parent | 2b6d9fd950bcce21b937ac81c7faa89131ebdfe9 (diff) | |
download | ports-c5a4db7c111615dacf0bd184c7b78e927dce311b.tar.gz ports-c5a4db7c111615dacf0bd184c7b78e927dce311b.zip |
Welcome SDL2 to the FreeBSD ports system!
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.
Notes
Notes:
svn path=/head/; revision=321500
Diffstat (limited to 'audio/sdl2_mixer/pkg-descr')
-rw-r--r-- | audio/sdl2_mixer/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/sdl2_mixer/pkg-descr b/audio/sdl2_mixer/pkg-descr new file mode 100644 index 000000000000..4ba39805f1c8 --- /dev/null +++ b/audio/sdl2_mixer/pkg-descr @@ -0,0 +1,6 @@ +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 |