|
@@ -1,13 +1,13 @@
|
|
Summary: Cross Platform Audio Output Library.
|
|
Summary: Cross Platform Audio Output Library.
|
|
Name: libao
|
|
Name: libao
|
|
Version: 0.8.8
|
|
Version: 0.8.8
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Release: 4%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: GPL
|
|
License: GPL
|
|
URL: http://www.xiph.org/ao/
|
|
URL: http://www.xiph.org/ao/
|
|
Source: http://downloads.xiph.org/releases/ao/libao-%{version}.tar.gz
|
|
Source: http://downloads.xiph.org/releases/ao/libao-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: perl audiofile esound-devel >= 0.2.8 arts-devel >= 1:1.1
|
|
|
|
|
|
+BuildRequires: perl audiofile
|
|
BuildRequires: glib2-devel alsa-lib-devel pulseaudio-libs-devel
|
|
BuildRequires: glib2-devel alsa-lib-devel pulseaudio-libs-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -16,8 +16,6 @@ audio using a simple API on a wide variety of platforms. It currently
|
|
supports:
|
|
supports:
|
|
* Null output
|
|
* Null output
|
|
* WAV files
|
|
* WAV files
|
|
- * OSS (Open Sound System)
|
|
|
|
- * ESD (ESounD or Enlightened Sound Daemon)
|
|
|
|
* ALSA (Advanced Linux Sound Architecture)
|
|
* ALSA (Advanced Linux Sound Architecture)
|
|
* pulseaudio (next generation GNOME sound server)
|
|
* pulseaudio (next generation GNOME sound server)
|
|
* AIX
|
|
* AIX
|
|
@@ -43,7 +41,11 @@ perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
|
perl -p -i -e "s/-ffast-math//" configure
|
|
perl -p -i -e "s/-ffast-math//" configure
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-broken-oss
|
|
|
|
|
|
+%configure \
|
|
|
|
+ --disable-broken-oss \
|
|
|
|
+ --disable-esd \
|
|
|
|
+ --disable-arts \
|
|
|
|
+ --disable-nas
|
|
make
|
|
make
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -78,6 +80,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jul 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.8-4
|
|
|
|
+- disable arts, nas, esd
|
|
|
|
+
|
|
* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-3
|
|
* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-3
|
|
- rebuild with rpm-4.8.1 for pkg-config file
|
|
- rebuild with rpm-4.8.1 for pkg-config file
|
|
|
|
|