auto-import changelog data from libao-0.8.2-2.src.rpm

Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
- hm, where did that esd output plugin go?
Tue Jan 01 2002 Bill Nottingham <notting@redhat.com>
- update to 0.8.2
This commit is contained in:
cvsdist 2004-09-09 07:18:01 +00:00
parent 0db3ce81ab
commit a652483301
3 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
libao-0.8.0.tar.gz
libao-0.8.2.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Cross Platform Audio Output Library.
Name: libao
Version: 0.8.0
Release: 1
Version: 0.8.2
Release: 2
Group: System Environment/Libraries
Copyright: GPL
URL: http://www.xiph.org/
@ -9,7 +9,7 @@ Source: http://www.xiph.org/ogg/vorbis/download/libao-%{version}.tar.gz
Source1: ao.req
Patch: libao-0.8.0-libdep.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildPrereq: esound-devel, kdelibs-sound-devel
BuildPrereq: esound-devel, arts-devel
%define __find_requires %{SOURCE1}
%description
@ -28,7 +28,8 @@ needed to develop applications with libao.
%prep
%setup -q
%patch -p1
perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
perl -p -i -e "s/-ffast-math//" configure
%build
%configure
@ -59,6 +60,12 @@ make DESTDIR=$RPM_BUILD_ROOT install
%postun -p /sbin/ldconfig
%changelog
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
- hm, where did that esd output plugin go?
* Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
- update to 0.8.2
* Tue Aug 14 2001 Bill Nottingham <notting@redhat.com>
- update to 0.8.0

View File

@ -1 +1 @@
e387df473b23e3cd15d2d8fbb5b5d236 libao-0.8.0.tar.gz
98b4eca7851a6650e639b9858db89e6e libao-0.8.2.tar.gz