%lib_package ao 2 Summary: Cross Platform Audio Output Library. Name: libao Version: 0.8.8 Release: 0_4%{?dist} Group: System Environment/Libraries License: GPL URL: http://www.xiph.org/ao/ Source0: http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: esound-devel >= 0.2.8, arts-devel, alsa-lib-devel BuildRequires: libX11-devel, libICE-devel #BuildRequires: pulseaudio-devel >= 0.9 %description Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX. %prep %setup -q %build %configure \ --enable-esd \ --enable-arts \ --enable-alsa09 --enable-alsa09-mmap make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install cat > develfiles.list << EOF %doc doc/* EOF %files %defattr(-,root,root,-) %doc AUTHORS CHANGES COPYING README %{_libdir}/ao %{_mandir}/man5/*.5* %clean rm -rf %{buildroot} %changelog * Tue Jul 12 2005 Axel Thimm - Update to 0.8.6. * Wed Apr 14 2004 Axel Thimm - Update to 0.8.5. * 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) * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Fri Nov 29 2002 Tim Powers 0.8.3-2 - remove unpackaged files from the buildroot * Fri Jul 18 2002 Bill Nottingham 0.8.3-1 - update to 0.8.3 * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Thu Mar 14 2002 Bill Nottingham - hm, where did that esd output plugin go? * Tue Jan 1 2002 Bill Nottingham - update to 0.8.2 * Tue Aug 14 2001 Bill Nottingham - update to 0.8.0 * Fri Jul 20 2001 Bill Nottingham - split this off from the vorbis package, as something else now requires it * Tue Jul 10 2001 Bill Nottingham - own %%{_libdir}/ao - I love libtool * Tue Jun 26 2001 Florian La Roche - add links from library major version numbers in rpms * Tue Jun 19 2001 Bill Nottingham - update to rc1 * Fri May 4 2001 Oliver Paukstadt - fixed perl line in spec file to set optims correctly * Tue Mar 20 2001 Bill Nottingham - fix alpha/ia64, again - use optflags, not -O20 -ffast-math (especially on alpha...) * Mon Feb 26 2001 Bill Nottingham - fix license tag * Mon Feb 26 2001 Bill Nottingham - beta4 * Fri Feb 9 2001 Bill Nottingham - fix alpha/ia64 * Thu Feb 8 2001 Bill Nottingham - update CVS in prep for beta4 * Wed Feb 07 2001 Philipp Knirsch - Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if none was specified. * Tue Jan 9 2001 Bill Nottingham - update CVS, grab aRts backend for libao * Thu Dec 27 2000 Bill Nottingham - update CVS * Fri Dec 01 2000 Bill Nottingham - rebuild because of broken fileutils * Mon Nov 13 2000 Bill Nottingham - hack up specfile some, merge some packages * Sat Oct 21 2000 Jack Moffitt - initial spec file created