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

Stan Seibert volsung at xiph.org
Sat Oct 4 18:14:21 PDT 2003



volsung     03/10/04 21:14:20

  Modified:    .        CHANGES libao.spec
  Log:
  More RPM and doc updates.

Revision  Changes    Path
1.10      +5 -2      ao/CHANGES

Index: CHANGES
===================================================================
RCS file: /usr/local/cvsroot/ao/CHANGES,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CHANGES	24 Sep 2003 13:54:23 -0000	1.9
+++ CHANGES	5 Oct 2003 01:14:20 -0000	1.10
@@ -1,4 +1,4 @@
-0.8.4 - October 2003
+0.8.4 - October 4, 2003
 - Added AIX sound driver from Stefan Tibus <sjti at gmx.net>
 - Committed some fixes from the Fink project to allow compiling on
   OS X (still with all the dlcompat stuff)
@@ -9,7 +9,10 @@
   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.
+  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.
 
 0.8.3 - July 2002
 - fix to ao.m4 macro

<p><p>1.25      +7 -3      ao/libao.spec

Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libao.spec	3 Sep 2003 07:58:04 -0000	1.24
+++ libao.spec	5 Oct 2003 01:14:20 -0000	1.25
@@ -1,5 +1,5 @@
 Name:		libao
-Version:	0.8.3
+Version:	0.8.4
 Release:	1
 Summary:	Cross-Platform Audio Output Library
 
@@ -14,7 +14,6 @@
 BuildRequires:  glibc-devel
 BuildRequires: 	esound-devel >= 0.2.8
 BuildRequires: 	arts-devel
-BuildRequires: 	alsa-lib-devel >= 0.9.0
 # FIXME: perl is needed for the dirty configure flag trick, which should be
 # solved differently
 BuildRequires:  perl
@@ -71,7 +70,6 @@
 %{_libdir}/ao/*/liboss.so
 %{_libdir}/ao/*/libesd.so
 %{_libdir}/ao/*/libarts.so
-%{_libdir}/ao/*/libalsa09.so
 %{_mandir}/man5/*
 
 %files devel
@@ -81,8 +79,14 @@
 %{_libdir}/libao.a
 %{_libdir}/ao/*/*.a
 %{_datadir}/aclocal/ao.m4
+%{_libdir}/pkgconfig/ao.pc
 
 %changelog
+* Fri Oct 4 2002 Michael Smith <msmith at xiph.org> 0.8.4-1
+- Remove alsa libraries from RPM since RedHat doesn't ship with ALSA
+  ALSA users will need to recompile from source.
+- Add ao.pc to -devel
+
 * Fri Jul 19 2002 Michael Smith <msmith at xiph.org> 0.8.3-2
 - re-disable static libraries (they do not work - at all)
 

<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