From 34bf13d8753a984c63af47a73bbd51c9f98c6016 Mon Sep 17 00:00:00 2001 From: Stan Seibert <volsung@xiph.org> Date: Sun, 5 Oct 2003 01:14:20 +0000 Subject: [PATCH] More RPM and doc updates. git-svn-id: http://svn.xiph.org/trunk/ao@5404 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- CHANGES | 7 +++++-- libao.spec | 10 +++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index ec9ec38..7831a39 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -0.8.4 - October 2003 +0.8.4 - October 4, 2003 - Added AIX sound driver from Stefan Tibus <sjti@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 diff --git a/libao.spec b/libao.spec index 0d9b44a..71f6f5e 100644 --- a/libao.spec +++ b/libao.spec @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root 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 @@ fi %{_libdir}/ao/*/liboss.so %{_libdir}/ao/*/libesd.so %{_libdir}/ao/*/libarts.so -%{_libdir}/ao/*/libalsa09.so %{_mandir}/man5/* %files devel @@ -81,8 +79,14 @@ fi %{_libdir}/libao.a %{_libdir}/ao/*/*.a %{_datadir}/aclocal/ao.m4 +%{_libdir}/pkgconfig/ao.pc %changelog +* Fri Oct 4 2002 Michael Smith <msmith@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@xiph.org> 0.8.3-2 - re-disable static libraries (they do not work - at all) -- GitLab