[xiph-commits] r8740 - in trunk/ao: . debian

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Tue Jan 11 14:11:30 PST 2005


Author: giles
Date: 2005-01-11 14:11:29 -0800 (Tue, 11 Jan 2005)
New Revision: 8740

Modified:
   trunk/ao/CHANGES
   trunk/ao/README
   trunk/ao/configure.in
   trunk/ao/debian/control
   trunk/ao/libao.spec
Log:
Update versioning, README and CHANGES for the 0.8.6 release.


Modified: trunk/ao/CHANGES
===================================================================
--- trunk/ao/CHANGES	2005-01-11 22:10:46 UTC (rev 8739)
+++ trunk/ao/CHANGES	2005-01-11 22:11:29 UTC (rev 8740)
@@ -1,6 +1,9 @@
-svn - 2004
+0.8.6 - January 11, 2005
 - Added Polypaudio driver(libao-polyp 0.4) 
   from Lennart Poettering <mzyvonbcbylc (at) 0pointer (dot) de>
+- Use esd_close() in the esd driver
+- Broaden sample rate tolerance in the OSS driver for nForce 
+  compatibility
 
 0.8.5 - March 19, 2004
 - Support now for the ALSA 1.0 API

Modified: trunk/ao/README
===================================================================
--- trunk/ao/README	2005-01-11 22:10:46 UTC (rev 8739)
+++ trunk/ao/README	2005-01-11 22:11:29 UTC (rev 8740)
@@ -1,8 +1,10 @@
-libao - A Cross-platform Audio Library, Version 0.8.5
+libao - A Cross-platform Audio Library, Version 0.8.6
 
 Originally Copyright (C) Aaron Holtzman - May 1999
+Changes Copyright (C) Jack Moffitt - October 2000
 Changes Copyright (C) Stan Seibert - July 2000-March 2004
-More Changes Copyright (C) Jack Moffitt - October 2000
+libao-poly Copyright (C) Lennart Poettering 2004
+Changes Copyright (C) 2004-2005 Xiph.org Foundation 
 
 libao is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -28,8 +30,9 @@
    * Null output
    * WAV files
    * OSS (Open Sound System)
-   * ESD (ESounD or Enlighten Sound Daemon)
+   * ESD (ESounD or Enlightened Sound Daemon)
    * ALSA (Advanced Linux Sound Architecture)
+   * polypaudio (next generation GNOME sound server)
    * AIX
    * Solaris (untested)
    * IRIX (untested)
@@ -40,14 +43,14 @@
 AC3 decoder by Aaron Holtzman that is part of the LiViD project.  When
 ogg123 (part of the command line vorbis tools) needed a way to play
 audio on multiple operating systems, someone on the vorbis-dev mailing
-list suggested the libao library as a possible way to add
-cross-platform support to ogg123.  I (Stan Seibert) downloaded the
-libao library, severely hacked it up in order to make the build
-process simpler and support multiple live-playback devices.  (The
-original code allowed one live playback driver, the wav driver, and a
-null driver to be compiled into the library.)  Jack Moffitt got it
-supporting dynamically loaded plugins so that binary versions of libao
-could be provided.  The API was revised for version 0.8.0.
+list suggested the libao library as a possible way to add cross-platform 
+support to ogg123. Stan Seibert downloaded the libao library, severely 
+hacked it up in order to make the build process simpler and support 
+multiple live-playback devices. (The original code allowed one live 
+playback driver, the wav driver, and a null driver to be compiled into 
+the library.) Jack Moffitt got it supporting dynamically loaded plugins 
+so that binary versions of libao could be provided. The API was revised 
+for version 0.8.0.
 
 This code is being maintained by Stan Seibert (volsung at xiph.org) 
 and various other individuals.  Please DO NOT annoy Aaron Holtzman about 

Modified: trunk/ao/configure.in
===================================================================
--- trunk/ao/configure.in	2005-01-11 22:10:46 UTC (rev 8739)
+++ trunk/ao/configure.in	2005-01-11 22:11:29 UTC (rev 8740)
@@ -2,13 +2,13 @@
 
 AC_INIT(src/audio_out.c)
 
-AM_INIT_AUTOMAKE(libao,0.8.5)
+AM_INIT_AUTOMAKE(libao,0.8.6)
 AM_MAINTAINER_MODE
 AM_DISABLE_STATIC
 
 dnl Library versioning
 LIB_CURRENT=3
-LIB_REVISION=2
+LIB_REVISION=3
 LIB_AGE=1
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)

Modified: trunk/ao/debian/control
===================================================================
--- trunk/ao/debian/control	2005-01-11 22:10:46 UTC (rev 8739)
+++ trunk/ao/debian/control	2005-01-11 22:11:29 UTC (rev 8740)
@@ -11,8 +11,8 @@
 Depends: ${shlibs:Depends}
 Suggests: libartsc0, libasound2, libaudio2, libesd0 | libesd-alsa0
 Description: Cross Platform Audio Output Library
- Libao is a cross platform audio output library.  It currently supports
- ESD, OSS, Solaris, and IRIX.
+ Libao is a cross platform audio output library.  It supports
+ ESD, OSS, Solaris, IRIX, and several others.
 
 Package: libao-dev
 Architecture: any

Modified: trunk/ao/libao.spec
===================================================================
--- trunk/ao/libao.spec	2005-01-11 22:10:46 UTC (rev 8739)
+++ trunk/ao/libao.spec	2005-01-11 22:11:29 UTC (rev 8740)
@@ -1,6 +1,6 @@
 Name:		libao
-Version:	0.8.5
-Release:	3
+Version:	0.8.6
+Release:	1
 Summary:	Cross-Platform Audio Output Library
 
 Group:		System Environment/Libraries



More information about the commits mailing list