SPECS: mpg123.spec - kill double-checking audio output support

shadzik shadzik at pld-linux.org
Fri Apr 27 01:38:33 CEST 2007


Author: shadzik                      Date: Thu Apr 26 23:38:33 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill double-checking audio output support

---- Files affected:
SPECS:
   mpg123.spec (1.79 -> 1.80) 

---- Diffs:

================================================================
Index: SPECS/mpg123.spec
diff -u SPECS/mpg123.spec:1.79 SPECS/mpg123.spec:1.80
--- SPECS/mpg123.spec:1.79	Fri Apr 27 00:19:05 2007
+++ SPECS/mpg123.spec	Fri Apr 27 01:38:27 2007
@@ -222,7 +222,7 @@
 %if %{with alsa}
 %{__make} clean
 %configure \
-	%{?with_alsa:--with-audio=alsa} \
+	--with-audio=alsa \
 	%{?with_mmx:--with-cpu=mmx}
 %{__make}
 mv -f src/mpg123 src/mpg123-alsa
@@ -231,7 +231,7 @@
 %if %{with esd}
 %{__make} clean
 %configure \
-	%{?with_esd:--with-audio=esd} \
+	--with-audio=esd \
 	%{?with_mmx:--with-cpu=mmx}
 %{__make}
 mv -f src/mpg123 src/mpg123-esd
@@ -240,7 +240,7 @@
 %if %{with jack}
 %{__make} clean
 %configure \
-	%{?with_jack:--with-audio=jack} \
+	--with-audio=jack \
 	%{?with_mmx:--with-cpu=mmx}
 %{__make}
 mv -f src/mpg123 src/mpg123-jack
@@ -249,7 +249,7 @@
 %if %{with nas}
 %{__make} clean
 %configure \
-	%{?with_nas:--with-audio=nas} \
+	--with-audio=nas \
 	%{?with_mmx:--with-cpu=mmx}
 %{__make}
 mv -f src/mpg123 src/mpg123-nas
@@ -258,7 +258,7 @@
 %if %{with sdl}
 %{__make} clean
 %configure \
-	%{?with_sdl:--with-audio=sdl} \
+	--with-audio=sdl \
 	%{?with_mmx:--with-cpu=mmx}
 %{__make}
 mv -f src/mpg123 src/mpg123-sdl
@@ -340,6 +340,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.80  2007/04/26 23:38:27  shadzik
+- kill double-checking audio output support
+
 Revision 1.79  2007/04/26 22:19:05  qboosh
 - CVE reference for 0.61
 - package NEWS file (as doc)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpg123.spec?r1=1.79&r2=1.80&f=u



More information about the pld-cvs-commit mailing list