Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > 28994bb0467b0f1d0e7de69c5c4153dc > files > 4

libao-1.1.0-1ark.src.rpm

Summary: Cross Platform Audio Output Library.
Name: libao
Version: 1.1.0
Release: 1ark
Group: System Environment/Libraries
License: GPL
URL: http://www.xiph.org/
Source:	http://downloads.xiph.org/releases/ao/libao-%{version}.tar.gz
Source1: ao.req
Patch: libao-0.8.6-no-bogus--L.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%define __find_requires %{SOURCE1}

%track
prog %name = {
	url = http://downloads.xiph.org/releases/ao/
	regex = %name-(__VER__)\.tar\.gz
	version = %version
}

%description
Libao is a cross platform audio output library.

%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 and documentation
needed to develop applications with libao.

%prep
%setup -q
%patch -p1 -b .autoconk~
find . -name "*.m4" |xargs fixm4
aclocal
automake -a
autoconf
libtoolize --force
perl -p -i -e "s/-ffast-math//" configure
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure

%build
%configure --disable-arts --enable-alsa09 --disable-esd --enable-broken-oss
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%files
%defattr(-,root,root)
%doc AUTHORS CHANGES COPYING README
%{_libdir}/libao.so*
%{_libdir}/ao
%{_mandir}/man5/*

%files devel
%defattr(-,root,root)
%doc doc/*
%{_includedir}/ao
%{_libdir}/pkgconfig/*
%{_datadir}/aclocal/ao.m4

%clean 
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%changelog
* Fri Apr 15 2011 Bernhard Rosenkraenzer <bero@arklinux.org> 1.1.0-1ark
- 1.1.0

* Wed Aug 12 2009 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.8-2ark
- Drop aRts support
- Add rpm5 tracking info

* Wed Mar 26 2008 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.8-1ark
- 0.8.8

* Sat Jun 30 2007 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.6-2ark
- Build with current compiler
- Follow Ark packaging standards (.so -> core for dlopen, remove .la)
- Fix XIPH_PATH_AO autoconf macro to not include -L/usr/lib

* Mon Jun 27 2005 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.6-1ark
- 0.8.6

* Sun Jun 20 2004 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.5-2ark
- Fix up m4 file to fix autoconf warnings w/ every package that uses libao

* Sun Jun  6 2004 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.5-1ark
- 0.8.5, adds support for ALSA 1.x

* Fri Oct 17 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.4-1ark
- 0.8.4

* Wed Oct 01 2003 Gary Greene <greeneg@arklinux.org> 0.8.3-4ark
- Make sure that libao.la isn't left out.
- Also, testing out the workaround for faulty oss emulation in 
  alsa 0.9.x

* Wed Mar 26 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.3-3ark
- Add ALSA support

* Mon Aug 26 2002 Ark Linux Team <arklinux@arklinux.org> 0.8.3-2ark
- automated rebuild

* Sat Aug 17 2002 Bernhard Rosenkraenzer <bero@arklinux.org> 0.8.3-1ark
- Don't use esd

* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> 0.8.3-1
- update to 0.8.3

* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* 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

* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
- split this off from the vorbis package, as something else now requires it

* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
- own %%{_libdir}/ao
- I love libtool

* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add links from library major version numbers in rpms

* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
- update to rc1

* Fri May  4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- fixed perl line in spec file to set optims correctly

* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64, again
- use optflags, not -O20 -ffast-math (especially on alpha...)

* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- fix license tag

* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- beta4

* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64

* Thu Feb  8 2001 Bill Nottingham <notting@redhat.com>
- update CVS in prep for beta4

* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
  none was specified.

* Tue Jan  9 2001 Bill Nottingham <notting@redhat.com>
- update CVS, grab aRts backend for libao

* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
- update CVS

* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils

* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
- hack up specfile some, merge some packages

* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created