summaryrefslogtreecommitdiff
path: root/audio/libao/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08Update to 0.8.4:wiz5-28/+45
* Incorporated OS X patches from the Fink team. * AIX output plugin by Stefan Tibus. * Improvements in plugin detection code by David Walser, especially when ESD or aRts are present. * NAS plugin from Antoine Mathys. * Portability fixes for various platforms (including dlopen() bugs) including HP-UX and *BSD. * Memory/resource leak fixes * Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This should fix stuttering audio for mpg321 users. The --enable-alsa09-mmap option to ./configure turns on memory-mapped I/O. Note this is an experimental feature and causes some problems with some sound card drivers and also users of the dmix software mixer.
2002-10-04Use a smarter sequence for finding a OSS dsp device: first try /dev/dsp,jlam1-5/+21
then try /dev/sound.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-05Update libao from 0.8.2 to 0.8.3 (for ogg vorbis 1.0 release).lukem1-0/+25
Notable changes: - fix to ao.m4 macro - minor alsa09 plugin updates - fixes to irix plugin Note: patch-ac added to remove unconditional use of -ldl in libao.la.
2002-01-02Update from 0.8.0 to 0.8.2. Visible changes:lukem1-6/+6
- alsa09 plugin updated
2001-08-23Use ossaudio.buildlink.mk and enable the build of the OSS plugin. Alsojlam1-0/+13
force ESD to not be detected (not sure if this is what we want, but it was a hidden dependency).
2001-08-17RCS police.wiz1-0/+2
2001-08-14update from libao 0.7.0 to libao 0.8.0lukem3-35/+13
NOTE: api has changed (different major number on library). all other libao packages need updating as well changes: * New API is not compatible with programs that used the old API. * Default driver detection works correctly. * Compilation fixes for the BSDs and Solaris. * OSS driver no longer freezes on systems using the OSS emulation layer of ALSA when the dsp device is in use by another device. * Configuration file support has been added. See the libao.conf(5) man page for details.
2001-08-08update to version 0.7.0lukem7-751/+0
2001-05-12Use /dev/sound.mycroft2-4/+4
2001-03-20Add native Open/NetBSD audio support, supplied by Christian Weisgerberwiz7-10/+735
<naddy@openbsd.org> in private communication; a patch against a memory leak in the wav file writer, forwarded from the vorbis-dev list by Jeremy C. Reed; also use pkgsrc libtool instead of included one, and don't depend on esd anymore. Bump version to 0.6.0nb1.
2001-03-16Fix wave-file output on big-endian machines.wiz1-0/+13
2001-03-15Initial import of libao, a platform independent audio library.wiz3-0/+48
Package by Jeremy C. Reed, submitted in pkg/12412.