Author: wiget                        Date: Thu Feb  3 11:14:49 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- revert pulseaudio bcond (pulse plugin from libao-pulse.spec is incompatible 
with libao 1.0.0)
- use %__enable_disable macro
- release 4

---- Files affected:
packages/libao:
   libao.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: packages/libao/libao.spec
diff -u packages/libao/libao.spec:1.70 packages/libao/libao.spec:1.71
--- packages/libao/libao.spec:1.70      Wed Aug 18 09:37:33 2010
+++ packages/libao/libao.spec   Thu Feb  3 12:14:43 2011
@@ -6,7 +6,7 @@
 %bcond_with    arts            # build aRts plugin
 %bcond_with    esd             # build ESD plugin
 %bcond_without nas             # don't build NAS plugin
-%bcond_with    pulseaudio      # build Pulseaudio plugin (currently available 
in libao-pulse.spec)
+%bcond_without pulseaudio      # don't build Pulseaudio plugin
 %bcond_without static_libs     # don't build static library
 #
 Summary:       Cross Platform Audio Output Library
@@ -15,7 +15,7 @@
 Summary(pt_BR.UTF-8):  Biblioteca libao
 Name:          libao
 Version:       1.0.0
-Release:       3
+Release:       4
 Epoch:         1
 License:       GPL v2+
 Group:         Libraries
@@ -174,24 +174,12 @@
 %{__autoconf}
 %{__automake}
 %configure \
-%if !%{with alsa}
-       --disable-alsa \
-%else
-       --enable-alsa \
-%endif
-%if !%{with arts}
-       --disable-arts \
-%endif
-%if !%{with esd}
-       --disable-esd \
-%endif
-%if !%{with nas}
-       --disable-nas \
-%endif
-%if !%{with pulseaudio}
-       --disable-pulse \
-%endif
-       --%{!?with_static_libs:dis}%{?with_static_libs:en}able-static
+       %{__enable_disable alsa} \
+       %{__enable_disable arts} \
+       %{__enable_disable esd} \
+       %{__enable_disable nas} \
+       %{__enable_disable pulseaudio pulse} \
+       %{__enable_disable static_libs static}
 
 %{__make}
 
@@ -271,6 +259,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2011/02/03 11:14:43  wiget
+- revert pulseaudio bcond (pulse plugin from libao-pulse.spec is incompatible 
with libao 1.0.0)
+- use %__enable_disable macro
+- release 4
+
 Revision 1.70  2010/08/18 07:37:33  arekm
 - release 3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libao/libao.spec?r1=1.70&r2=1.71&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to