[xiph-cvs] cvs commit: ao CHANGES README ao.m4 libao.spec

Stan Seibert volsung at xiph.org
Tue Jul 2 16:50:42 PDT 2002



volsung     02/07/02 16:50:41

  Modified:    .        CHANGES README ao.m4 libao.spec
  Log:
  Documentation updates.

Revision  Changes    Path
1.7       +5 -0      ao/CHANGES

Index: CHANGES
===================================================================
RCS file: /usr/local/cvsroot/ao/CHANGES,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CHANGES	2001/12/19 06:35:16	1.6
+++ CHANGES	2002/07/02 23:50:40	1.7
@@ -1,3 +1,8 @@
+0.8.3 - July 2002
+- fix to ao.m4 macro
+- minor alsa09 plugin updates
+- fixes to irix plugin
+
 0.8.2 - December 2001
 - alsa09 plugin updated
 

<p><p>1.8       +2 -2      ao/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/ao/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README	2002/06/03 13:03:13	1.7
+++ README	2002/07/02 23:50:40	1.8
@@ -1,4 +1,4 @@
-libao - A Cross-platform Audio Library, Version 0.8.2
+libao - A Cross-platform Audio Library, Version 0.8.3
 
 Originally Copyright (C) Aaron Holtzman - May 1999
 Changes Copyright (C) Stan Seibert - July 2000
@@ -48,7 +48,7 @@
 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 (indigo at aztec.asu.edu) 
+This code is being maintained by Stan Seibert (volsung at xiph.org) 
 and various other individuals.  Please DO NOT annoy Aaron Holtzman about 
 bugs, features, comments, etc. regarding this code.
 

<p><p>1.9       +1 -1      ao/ao.m4

Index: ao.m4
===================================================================
RCS file: /usr/local/cvsroot/ao/ao.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ao.m4	2001/10/28 02:50:51	1.8
+++ ao.m4	2002/07/02 23:50:40	1.9
@@ -35,7 +35,7 @@
   # see where dl* and friends live
   AC_CHECK_FUNCS(dlopen, [AO_DL_LIBS=""], [
     AC_CHECK_LIB(dl, dlopen, [AO_DL_LIBS="-ldl"], [
-      AC_MSG_ERROR([could not find dlopen() needed by libao sound drivers
+      AC_MSG_WARN([could not find dlopen() needed by libao sound drivers
       your system may not be supported.])
     ])
   ])

<p><p>1.21      +1 -1      ao/libao.spec

Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libao.spec	2002/06/01 11:50:04	1.20
+++ libao.spec	2002/07/02 23:50:40	1.21
@@ -5,7 +5,7 @@
 Group:		Libraries/Multimedia
 Copyright:	GPL
 URL:		http://www.xiph.org/
-Vendor:		Xiphophorus <team at xiph.org>
+Vendor:		Xiph.org Foundation <team at xiph.org>
 Source:		http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires: esound-devel >= 0.2.8

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list