Name: libao Version: 0.8.6 Release: 1 Summary: Cross-Platform Audio Output Library Group: System Environment/Libraries License: GPL URL: http://www.xiph.org/ Vendor: Xiph.org Foundation Source: http://www.xiph.org/releases/ao/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: esound-devel >= 0.2.8 %description Libao is a cross-platform audio output library. It currently supports ESD, aRts, ALSA, OSS, *BSD and Solaris. This package provides plug-ins for OSS, ESD, aRts, and ALSA (0.9). You will need to install the supporting libraries for any plug-ins you want to use in order for them to work. %package devel Summary: Cross Platform Audio Output Library Development Group: Development/Libraries Requires: libao = %{version} %description devel The libao-devel package contains the header files, libraries and documentation needed to develop applications with libao. %prep %setup -q %build export CFLAGS="-O2" export CXXFLAGS="-O2" ./configure --prefix=%{_prefix} --enable-static --enable-shared --enable-esd --disable-nas --disable-alsa make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS CHANGES COPYING README %{_libdir}/libao.a %{_libdir}/libao.so %{_libdir}/libao.so.2 %{_libdir}/libao.so.2.1.3 %{_libdir}/ao/*/libesd.a %{_libdir}/ao/*/libesd.so %{_mandir}/man5/* %files devel %defattr(-,root,root) %doc doc/* %{_includedir}/ao %{_libdir}/libao.la %{_libdir}/ao/*/libesd.la %{_datadir}/aclocal/ao.m4 %{_libdir}/pkgconfig/ao.pc %changelog * Wed Dec 28 2005 Michael Perzl - first version for AIX V5.1 and higher * Mon Mar 25 2004 Gary Peck 0.8.5-3 - Set default user and permissions on the devel package * Mon Mar 22 2004 Gary Peck 0.8.5-2 - Update source URL - Add support for "--with alsa", "--without esd" and "--without arts" - Make configure more explicit on what plugins to enable * Fri Mar 11 2004 Stan Seibert 0.8.5-1 - Version bump * Fri Oct 5 2003 Stan Seibert 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 - Make the devel libraries .la instead of .a * Fri Jul 19 2002 Michael Smith 0.8.3-2 - re-disable static libraries (they do not work - at all) * Sun Jul 14 2002 Thomas Vander Stichele 0.8.3-1 - new release for vorbis 1.0 - small cleanups - added better BuildRequires - added alsa-lib-devel 0.9.0 buildrequires - added static libraries to -devel - added info about plug-ins to description - listed plug-in so files explicitly to ensure package build fails when one is missing * Mon Jan 7 2002 Peter Jones 0.8.2-4 - minor cleanups, even closer to RH .spec - arts-devel needs a build dependancy to be sure the plugin will get built * Wed Jan 2 2002 Peter Jones 0.8.2-3 - fix libao.so's provide * Wed Jan 2 2002 Peter Jones 0.8.2-2 - merge RH and Xiphophorous packages * Tue Dec 18 2001 Jack Moffitt - Update for 0.8.2 release. * Sun Oct 07 2001 Jack Moffitt - supports configurable prefixes * Sun Oct 07 2001 Stan Seibert - devel packages look for correct documentation files - added ao/plugin.h include file to devel package - updated package description * Sun Sep 03 2000 Jack Moffitt - initial spec file created