From e985faf4f36928523e0ca71f5b8f9f302d3a1702 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:42 +0000 Subject: [PATCH] auto-import changelog data from libao-0.8.4-1.src.rpm Thu Dec 11 2003 Bill Nottingham 0.8.4-1 - update to 0.8.4 - fix alsa09 plugin to work with alsa-1.0.0pre --- .cvsignore | 2 +- ao.req | 2 +- libao.spec | 16 ++++++++++++---- sources | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 431c3b7..4232c86 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libao-0.8.3.tar.gz +libao-0.8.4.tar.gz diff --git a/ao.req b/ao.req index 6ada3d3..f4be78b 100755 --- a/ao.req +++ b/ao.req @@ -3,5 +3,5 @@ filelist=`sed "s/['\"]/\\\&/g"` { echo $filelist | tr [:blank:] \\n | /usr/lib/rpm/find-requires | \ - grep -v artsc | grep -v esd | grep -v audiofile + grep -v artsc | grep -v esd | grep -v audiofile | grep -v asound } | sort -u diff --git a/libao.spec b/libao.spec index 23ac7f7..996129e 100644 --- a/libao.spec +++ b/libao.spec @@ -1,14 +1,15 @@ Summary: Cross Platform Audio Output Library. Name: libao -Version: 0.8.3 -Release: 5 +Version: 0.8.4 +Release: 1 Group: System Environment/Libraries Copyright: GPL URL: http://www.xiph.org/ Source: http://www.xiph.org/ogg/vorbis/download/libao-%{version}.tar.gz Source1: ao.req +Patch: libao-0.8.4-alsa10.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildPrereq: esound-devel >= 0.2.8, arts-devel +BuildPrereq: esound-devel >= 0.2.8, arts-devel, alsa-lib-devel %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE1} @@ -27,11 +28,13 @@ needed to develop applications with libao. %prep %setup -q +%patch -p1 + perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure perl -p -i -e "s/-ffast-math//" configure %build -%configure +%configure --enable-alsa09 make %install @@ -53,6 +56,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %doc doc/* %{_includedir}/ao %{_libdir}/libao.so +%{_libdir}/pkgconfig/ao.pc %{_datadir}/aclocal/ao.m4 %clean @@ -63,6 +67,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Thu Dec 11 2003 Bill Nottingham 0.8.4-1 +- update to 0.8.4 +- fix alsa09 plugin to work with alsa-1.0.0pre + * Wed Oct 22 2003 Bill Nottingham 0.8.3-5 - fix dependency blacklisting (#100917) diff --git a/sources b/sources index 8ab574b..6edb91c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4e0854591b4a92b72d017e423b3bb4c libao-0.8.3.tar.gz +0525549b0bf665f617913c916064cc87 libao-0.8.4.tar.gz