Browse Source

remove arts, esd plugin

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4310 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
221a240d11
1 changed files with 10 additions and 5 deletions
  1. 10 5
      lib/liba/libao/libao-vl.spec

+ 10 - 5
lib/liba/libao/libao-vl.spec

@@ -1,13 +1,13 @@
 Summary: Cross Platform Audio Output Library.
 Name: libao
 Version: 0.8.8
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Group: System Environment/Libraries
 License: GPL
 URL: http://www.xiph.org/ao/
 Source: http://downloads.xiph.org/releases/ao/libao-%{version}.tar.gz
 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
 
 %description
@@ -16,8 +16,6 @@ audio using a simple API on a wide variety of platforms.  It currently
 supports:
    * Null output
    * WAV files
-   * OSS (Open Sound System)
-   * ESD (ESounD or Enlightened Sound Daemon)
    * ALSA (Advanced Linux Sound Architecture)
    * pulseaudio (next generation GNOME sound server)
    * AIX
@@ -43,7 +41,11 @@ perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
 perl -p -i -e "s/-ffast-math//" configure
 
 %build
-%configure --disable-broken-oss
+%configure \
+  --disable-broken-oss \
+  --disable-esd \
+  --disable-arts \
+  --disable-nas
 make
 
 %install
@@ -78,6 +80,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %postun -p /sbin/ldconfig
 
 %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
 - rebuild with rpm-4.8.1 for pkg-config file