summaryrefslogtreecommitdiff
path: root/audio/libao/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18Fix libao-alsa.wiz1-0/+22
2014-02-06Update to 1.2.0:wiz1-5/+5
1.2.0 - January 27, 2014 - Added missing ao_file_extension() (see Trac #1841) - Fixed memory leak in ao_shutdown() (see Trac #1799) - Updated manpage libao.conf.5 (see Trac #1822) - Corrected doc/ao_play.html (see Trac #1808) - Latency adjustments - Implement PulseAudio client_name (see Trac #1924) - Other ALSA, Pulse, Roar, sndio and MacOS driver improvements
2011-04-09Update to 1.1.0. Notable changes:shattered1-2/+2
Fix segfaults when closing a driver that did not successfully open. Fix Mac OS X AUHAL support to properly handle suspend/wakeup, headphone plug/unplug, other hardware events Fix building Mac OS X driver AUHAL compilation for 10.5, restore Mac OS X 10.4 support Add 24 bit playback to Pulse plugin Fix compilation of sndio plugin Fix 24 bit playback in ALSA plugin Improve/correct latency setup in ALSA (see Trac #1762) Also fixes crash in ogg123 with libao-pulse (Trac #1689)
2010-05-19update to 1.0.0drochner2-28/+14
changes: -Added surround channel mapping API and capability -New config file options -misc updates and fixes pkgsrc note: The format structure passed to ao_open_*() has grown a new member ("matrix", for channel mapping). All client pkgs need to be checked that it is at least zero-initialized.
2008-12-19ALSA plugin build fixes.jmcneill1-0/+15
2007-11-30Update to 0.8.8:wiz4-48/+22
0.8.8 - Thu May 24 - New win32 driver - Few fixes and changes in autotools and configuration files. 0.8.7 - unreleased snapshot - obsolete alsa device renamed to alsa05 - the 'alsa' device now uses the 0.9/1.0 API - ALSA driver fixes
2005-06-06Replace patches that remove -ldl with those that use BUILDLINK_LDADD.dl.minskim2-4/+4
Bump PKGREVISION.
2005-05-20- Change libao to not build OSS, Sun, MacOS X nor several other plugins evenjmmv2-33/+68
when the header files are found. Bump its revision to 1 due to this. This makes the libao package completely audio-output agnostic. - Add a libao-macosx package containing the MacOS X plugin (sorry, untested). - Add a libao-oss package containing the OSS plugin. While here, use ossaudio.buildlink3.mk to determine the audio device instead of hardcoding it in a patch. - Add a libao-macosx package containing the Sun audio plugin (sorry, untested). Change approved by silence on tech-pkg@ for quite a long time since my proposal. I'm doing these changes to cleanup the base libao package. Before these, it contained a huge conditional to determine when the OSS and/or Sun plugins were built, which often failed in untested platforms (PLIST inconsistencies, for example). Having these plugins in independent packages makes debugging easier, keeps the dependency tree clean and also lets us use {ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.
2005-02-18Update to 0.8.6:wiz3-22/+22
0.8.6 - January 11, 2005 - Added Polypaudio driver(libao-polyp 0.4) from Lennart Poettering - Use esd_close() in the esd driver - Broaden sample rate tolerance in the OSS driver for nForce compatibility
2004-11-16Changes 0.8.5:adam3-17/+19
* Support now for the ALSA 1.0 API * ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" option. * Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1). * Can build with --disable-esd option again * Minor build fixes
2004-11-12Give this a chance to build on MacOS X.hubertf1-10/+21
Tested by Holger Amann [keeney at fehu dot org]
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.