summaryrefslogtreecommitdiff
path: root/audio/libmikmod
AgeCommit message (Collapse)AuthorFilesLines
2000-03-07Make sure that our package libtool is used.tron3-3/+23
2000-03-07Add missing "USE_GTEXINFO= YES".tron1-4/+5
2000-02-06wildcarded esound dependencieswiz1-2/+2
1999-12-17Update dependency on esound to reflect its correct version. Pointedagc1-2/+2
out by David Brownlee.
1999-12-10The MikMod sound library is an excellent way for a programmer tohubertf8-0/+102
add music and sound effects to an application. It is a powerful and flexible library, with a simple and easy-to-learn API. Besides, the library is very portable and runs under a lot of Unices, as well as under OS/2, MacOS and Windows. Third party individuals also maintain ports on other systems, including MS-DOS, and BeOS. MikMod is able to play a wide range of module formats, as well as digital sound files. It can take advantage of particular features of your system, such as sound redirection over the network. And due to its modular nature, the library can be extended to support more sound or module formats, as well as new hardware or other sound output capabilities, as they appear. Submitted in PR 8543 by kuebart@mathematik.uni-ulm.de (Joachim Kuebart)