SPECS: libao.spec - updated to 0.8.8 - removed obsolete polypaudio...

qboosh qboosh at pld-linux.org
Sat May 26 21:51:10 CEST 2007


Author: qboosh                       Date: Sat May 26 19:51:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.8.8
- removed obsolete polypaudio-0_8 patch
- polyp plugin has been replaced with pulse; but let's stick to libao-pulse.spec
  for now (sources are identical)

---- Files affected:
SPECS:
   libao.spec (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/libao.spec
diff -u SPECS/libao.spec:1.64 SPECS/libao.spec:1.65
--- SPECS/libao.spec:1.64	Tue Feb 13 07:46:50 2007
+++ SPECS/libao.spec	Sat May 26 21:51:05 2007
@@ -4,7 +4,7 @@
 %bcond_without	alsa		# don't build ALSA plugin
 %bcond_without	arts		# don't build aRts plugin
 %bcond_without	nas 		# don't build NAS plugin
-%bcond_with	polypaudio	# build Polypaudio plugin (obsoleted by libao-pulse)
+%bcond_with	pulseaudio	# build Pulseaudio plugin (currently available in libao-pulse.spec)
 %bcond_without	static_libs	# don't build static library
 #
 Summary:	Cross Platform Audio Output Library
@@ -12,23 +12,23 @@
 Summary(pl.UTF-8):	Międzyplatformowa biblioteka do odtwarzania dźwięku
 Summary(pt_BR.UTF-8):	Biblioteca libao
 Name:		libao
-Version:	0.8.6
-Release:	4
+Version:	0.8.8
+Release:	1
 Epoch:		1
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
-# Source0-md5:	12e136a4c0995068ff134997c84421ed
-Patch0:		%{name}-polypaudio-0_8.patch
+# Source0-md5:	b92cba3cbcf1ee9bc221118a85d23dcd
 URL:		http://www.xiph.org/ao/
 %{?with_alsa:BuildRequires:	alsa-lib-devel >= 1.0.0}
 %{?with_arts:BuildRequires:	artsc-devel}
-BuildRequires:	autoconf
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake >= 1.6
 BuildRequires:	esound-devel >= 0.2.8
 BuildRequires:	libtool
 %{?with_nas:BuildRequires:	nas-devel}
-%{?with_polypaudio:BuildRequires:	polypaudio-devel >= 0.8}
+BuildRequires:	pkgconfig
+%{?with_pulseaudio:BuildRequires:	pulseaudio-devel >= 0.9}
 Obsoletes:	libao2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -149,21 +149,21 @@
 %description nas -l pl.UTF-8
 Wtyczka libao dla Network Audio System (NAS).
 
-%package polyp
-Summary:	Polypaudio plugin for libao
-Summary(pl.UTF-8):	Wtyczka Polypaudio dla libao
+%package pulse
+Summary:	Pulseaudio plugin for libao
+Summary(pl.UTF-8):	Wtyczka Pulseaudio dla libao
 Group:		Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Obsoletes:	libao-polyp
 
-%description polyp
-Polypaudio plugin for libao.
+%description pulse
+Pulseaudio plugin for libao.
 
-%description polyp -l pl.UTF-8
-Wtyczka Polypaudio dla libao.
+%description pulse -l pl.UTF-8
+Wtyczka Pulseaudio dla libao.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # just AM_PATH_ESD copy
@@ -184,8 +184,8 @@
 %if !%{with nas}
 	--disable-nas \
 %endif
-%if !%{with polypaudio}
-	--disable-polyp \
+%if !%{with pulseaudio}
+	--disable-pulse \
 %endif
 	--%{!?with_static_libs:dis}%{?with_static_libs:en}able-static
 
@@ -252,10 +252,10 @@
 %attr(755,root,root) %{_libdir}/ao/plugins-2/libnas.so
 %endif
 
-%if %{with polypaudio}
-%files polyp
+%if %{with pulseaudio}
+%files pulse
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/ao/plugins-2/libpolyp.so
+%attr(755,root,root) %{_libdir}/ao/plugins-2/libpulse.so
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -264,6 +264,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2007/05/26 19:51:05  qboosh
+- updated to 0.8.8
+- removed obsolete polypaudio-0_8 patch
+- polyp plugin has been replaced with pulse; but let's stick to libao-pulse.spec
+  for now (sources are identical)
+
 Revision 1.64  2007/02/13 06:46:50  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libao.spec?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list