36cb18
Name:           libao
36cb18
Version:        1.1.0
e0265f
Release:        8%{?dist}
36cb18
Summary:        Cross Platform Audio Output Library
36cb18
Group:          System Environment/Libraries
36cb18
License:        GPLv2+
36cb18
URL:            http://xiph.org/ao/
36cb18
Source0:        http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
36cb18
Source1:        ao.req
36cb18
BuildRequires:  alsa-lib-devel
36cb18
BuildRequires:  pkgconfig(libpulse)
36cb18
36cb18
%description
36cb18
Libao is a cross platform audio output library. It currently supports
36cb18
ESD, OSS, Solaris, and IRIX.
36cb18
36cb18
36cb18
%package        devel
36cb18
Summary:        Development files for %{name}
36cb18
Group:          Development/Libraries
36cb18
Requires:       %{name}%{?_isa} = %{version}-%{release}
36cb18
Requires:       pkgconfig
36cb18
36cb18
%description devel
36cb18
The %{name}-devel package contains libraries and header files for
36cb18
developing applications that use %{name}.
36cb18
36cb18
36cb18
%prep
36cb18
%setup -q
36cb18
sed -i "s/-O20 -ffast-math//" configure
36cb18
36cb18
36cb18
%build
36cb18
%configure
36cb18
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
36cb18
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
36cb18
make %{?_smp_mflags}
36cb18
36cb18
36cb18
%install
36cb18
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
36cb18
# remove unpackaged files from the buildroot
36cb18
find $RPM_BUILD_ROOT -name '*.la' -exec rm -rf {} \;
36cb18
36cb18
36cb18
%post -p /sbin/ldconfig
36cb18
36cb18
%postun -p /sbin/ldconfig
36cb18
36cb18
36cb18
%files
36cb18
%defattr(-,root,root,-)
36cb18
%doc AUTHORS CHANGES COPYING README
36cb18
%{_libdir}/libao.so.*
36cb18
%{_libdir}/ao
36cb18
%{_mandir}/man5/*
36cb18
36cb18
%files devel
36cb18
%defattr(-,root,root,-)
36cb18
%doc doc/*.html doc/*.c doc/*.css
36cb18
%{_includedir}/ao
36cb18
%{_libdir}/libao.so
36cb18
%{_libdir}/pkgconfig/ao.pc
36cb18
%{_datadir}/aclocal/ao.m4
36cb18
36cb18
36cb18
%changelog
e0265f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.1.0-8
e0265f
- Mass rebuild 2014-01-24
e0265f
e0265f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.0-7
e0265f
- Mass rebuild 2013-12-27
e0265f
36cb18
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-6
36cb18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
36cb18
36cb18
* Thu Aug 23 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.0-5
36cb18
- Don't require esound or arts. They are both obsolete
36cb18
- Drop no-longer-needed dependency hack
36cb18
36cb18
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
36cb18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
36cb18
36cb18
* Sat Jun 23 2012 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-3
36cb18
- s/pulseaudio-lib-devel/pkgconfig(libpulse)
36cb18
36cb18
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
36cb18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
36cb18
36cb18
* Wed May 18 2011 Hans de Goede <hdegoede@redhat.com> - 1.1.0-1
36cb18
- Update to 1.1.0 (rhbz#705166)
36cb18
36cb18
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
36cb18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
36cb18
36cb18
* Fri Nov  5 2010 Hans de Goede <hdegoede@redhat.com> - 1.0.0-2
36cb18
- Silence plugin load errors when arts or esd is not installed (#645924)
36cb18
36cb18
* Sat Aug 28 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1.0.0-1
36cb18
- Updated to 1.0.0
36cb18
   * AO returned to active development
36cb18
   * Added surround channel mapping API and capability
36cb18
   * Updated all drivers on modern installs
36cb18
   * New config file options
36cb18
   * Driver options may be specified in config file
36cb18
   * Support for MacOSX updated to 10.5 and later
36cb18
   * Build in WMM driver rather than using dlopen()
36cb18
   * Added Roar Audio driver
36cb18
   * Added OpenBSD SNDIO driver
36cb18
   * Workaround for ESD non-4096 byte write bug
36cb18
   * Workaround aRts server crash bug
36cb18
   * Workaround for VIA82xx click/crackle bugs under ALSA
36cb18
   * Remove dead/unused drivers (solaris, alasa05, mmsound)
36cb18
   * Numerous patches from multiple downstreams
36cb18
- Patch from upstream: libao-1.0.0 Pulse Audio Fix
36cb18
36cb18
* Fri Jan 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.8-10
36cb18
- Replace the broken/expensive file dependency in release -8/-9 with
36cb18
  an arch-specific base package dependency if %%_isa is defined.
36cb18
36cb18
* Mon Nov 23 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.8.8-9
36cb18
- Reverting back change to libao-devel (/usr/lib/libao.so.2 to libao%%{?_isa})
36cb18
36cb18
* Tue Nov 10 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.8.8-8
36cb18
- Change requires on libao-devel from: /usr/lib/libao.so.2 to libao%%{?_isa}
36cb18
36cb18
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-7
36cb18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
36cb18
36cb18
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.8-6
36cb18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
36cb18
36cb18
* Sun Jul  6 2008 Hans de Goede <j.w.r.degoede@hhs.nl> - 0.8.8-5
36cb18
- Fix pulseaudio sound output on bigendian archs (bz 454165), patch by
36cb18
  Ian Chapman
36cb18
36cb18
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8.8-4
36cb18
- Autorebuild for GCC 4.3
36cb18
36cb18
* Thu Nov 15 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 0.8.8-3
36cb18
- Minor packaging cleanups for merge review (bz 225986)
36cb18
36cb18
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 0.8.8-2
36cb18
- Fix multilib conflict (bz 341891)
36cb18
- Fix Source0 and URL urls
36cb18
36cb18
* Wed Nov  7 2007 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.8-1
36cb18
- Updated to 0.8.8 (bz 316731)
36cb18
- Cleaned up the SPEC
36cb18
- Added PulseAudio support
36cb18
- Made build parallel
36cb18
- Killed rpaths
36cb18
- Changed the kludges to use sed
36cb18
36cb18
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.8.6-5
36cb18
- Rebuild for build ID
36cb18
36cb18
* Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 0.8.6-5
36cb18
- Require libao.so.2 explicitly in -devel package
36cb18
- Resolves: #221980
36cb18
36cb18
* Tue Nov 21 2006 Behdad Esfahbod <besfahbo@redhat.com> - 0.8.6-4
36cb18
- Only export namespaced symbols. (bug 216108)
36cb18
36cb18
* Mon Jul 24 2006 Ray Strode <rstrode@redhat.com> - 0.8.6-3
36cb18
- remove all .la files (bug 199058)
36cb18
36cb18
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-2.1
36cb18
- rebuild
36cb18
36cb18
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.6-2
36cb18
- rebuild for -devel deps
36cb18
36cb18
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-1.2.1
36cb18
- bump again for double-long bug on ppc(64)
36cb18
36cb18
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-1.2
36cb18
- rebuilt for new gcc4.1 snapshot and glibc changes
36cb18
36cb18
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
36cb18
- rebuilt
36cb18
36cb18
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> 0.8.6-1
36cb18
- update to 0.8.6
36cb18
36cb18
* Wed Mar 03 2005 John (J5) Palmieri <johnp@redhat.com> 0.8.5-3
36cb18
- rebuild with gcc 4.0
36cb18
36cb18
* Thu Sep 02 2004 Colin Walters <walters@redhat.com>
36cb18
- Update to 0.8.5
36cb18
- Delete upstreamed patch libao-0.8.4-alsa10.patch
36cb18
36cb18
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
36cb18
- rebuilt
36cb18
36cb18
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
36cb18
- rebuilt
36cb18
36cb18
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
36cb18
- rebuilt
36cb18
36cb18
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 0.8.4-1
36cb18
- update to 0.8.4
36cb18
- fix alsa09 plugin to work with alsa-1.0.0pre
36cb18
36cb18
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 0.8.3-5
36cb18
- fix dependency blacklisting (#100917)
36cb18
36cb18
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
36cb18
- rebuilt
36cb18
36cb18
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
36cb18
- rebuilt
36cb18
36cb18
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.8.3-2
36cb18
- remove unpackaged files from the buildroot
36cb18
36cb18
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> 0.8.3-1
36cb18
- update to 0.8.3
36cb18
36cb18
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
36cb18
- automated rebuild
36cb18
36cb18
* Thu May 23 2002 Tim Powers <timp@redhat.com>
36cb18
- automated rebuild
36cb18
36cb18
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
36cb18
- hm, where did that esd output plugin go?
36cb18
36cb18
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
36cb18
- update to 0.8.2
36cb18
36cb18
* Tue Aug 14 2001 Bill Nottingham <notting@redhat.com>
36cb18
- update to 0.8.0
36cb18
36cb18
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
36cb18
- split this off from the vorbis package, as something else now requires it
36cb18
36cb18
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
36cb18
- own %%{_libdir}/ao
36cb18
- I love libtool
36cb18
36cb18
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
36cb18
- add links from library major version numbers in rpms
36cb18
36cb18
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
36cb18
- update to rc1
36cb18
36cb18
* Fri May  4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
36cb18
- fixed perl line in spec file to set optims correctly
36cb18
36cb18
* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
36cb18
- fix alpha/ia64, again
36cb18
- use optflags, not -O20 -ffast-math (especially on alpha...)
36cb18
36cb18
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
36cb18
- fix license tag
36cb18
36cb18
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
36cb18
- beta4
36cb18
36cb18
* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
36cb18
- fix alpha/ia64
36cb18
36cb18
* Thu Feb  8 2001 Bill Nottingham <notting@redhat.com>
36cb18
- update CVS in prep for beta4
36cb18
36cb18
* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
36cb18
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
36cb18
  none was specified.
36cb18
36cb18
* Tue Jan  9 2001 Bill Nottingham <notting@redhat.com>
36cb18
- update CVS, grab aRts backend for libao
36cb18
36cb18
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
36cb18
- update CVS
36cb18
36cb18
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
36cb18
- rebuild because of broken fileutils
36cb18
36cb18
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
36cb18
- hack up specfile some, merge some packages
36cb18
36cb18
* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
36cb18
- initial spec file created