Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-13 | Don't build threaded version just because "pth" happens to be installed | fredb | 1 | -1/+3 | |
on the build system. | |||||
2000-06-09 | USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching | jlam | 4 | -39/+25 | |
configure. | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-02 | Update libmikmod to 3.1.9. Changes since 3.1.7 are numerous, see file NEWS | pooka | 8 | -31/+68 | |
included in the distribution for a complete list. | |||||
2000-03-07 | Make sure that our package libtool is used. | tron | 3 | -3/+23 | |
2000-03-07 | Add missing "USE_GTEXINFO= YES". | tron | 1 | -4/+5 | |
2000-02-06 | wildcarded esound dependencies | wiz | 1 | -2/+2 | |
1999-12-17 | Update dependency on esound to reflect its correct version. Pointed | agc | 1 | -2/+2 | |
out by David Brownlee. | |||||
1999-12-10 | The MikMod sound library is an excellent way for a programmer to | hubertf | 8 | -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) |