summaryrefslogtreecommitdiff
path: root/audio/libmikmod
AgeCommit message (Collapse)AuthorFilesLines
2000-10-13Don't build threaded version just because "pth" happens to be installedfredb1-1/+3
on the build system.
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam4-39/+25
configure.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-02Update libmikmod to 3.1.9. Changes since 3.1.7 are numerous, see file NEWSpooka8-31/+68
included in the distribution for a complete list.
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)