summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.1.Maxim Sobolev2001-12-194-52/+18
|
* Add back function that was removed in this release but still used by someMaxim Sobolev2001-05-082-0/+38
| | | | packages (pysol-audio-server).
* Update to 1.2.0.Maxim Sobolev2001-04-061-4/+4
|
* Update to 1.1.0.Maxim Sobolev2001-01-292-41/+27
|
* Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT.Maxim Sobolev2000-11-201-27/+3
| | | | Submitted by: bento
* Remove --buld ltconfig option hacks. Please don't forget to update your libtoolMaxim Sobolev2000-09-251-9/+0
| | | | installation.
* Update to 1.0.6.Maxim Sobolev2000-08-152-13/+22
| | | | | | | Several fixes/cleanups: - add previously missed INSTALLS_SHLIB; - libtoolize; - remove redundant newline at the end of PLIST.
* Add SDL_mixer, an audio library based on SDL 1.1.Will Andrews2000-04-255-0/+134
PR: 18190 Submitted by: Maxim Sobolev <sobomax@altavista.net>