SPECS: mpg123.spec - added multi-ao patch, default to alsa with fa...

qboosh qboosh at pld-linux.org
Thu Jan 24 23:17:37 CET 2008


Author: qboosh                       Date: Thu Jan 24 22:17:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added multi-ao patch, default to alsa with fallback to oss
  (so mpg123 works with default options when -alsa module is not installed)
- release 0.3

---- Files affected:
SPECS:
   mpg123.spec (1.86 -> 1.87) 

---- Diffs:

================================================================
Index: SPECS/mpg123.spec
diff -u SPECS/mpg123.spec:1.86 SPECS/mpg123.spec:1.87
--- SPECS/mpg123.spec:1.86	Thu Jan 24 22:31:56 2008
+++ SPECS/mpg123.spec	Thu Jan 24 23:17:32 2008
@@ -1,8 +1,5 @@
 # $Revision$, $Date$
 #
-# TODO: fix dlopen (in progress)
-# TODO: recheck SDL ("still didn't work :/" before)
-#
 # Conditional build:
 %bcond_with	mmx	# use MMX-only code to decode stream instead of runtime detection
 %bcond_without	esd	# disable esound supprot
@@ -23,7 +20,7 @@
 Summary(uk.UTF-8):	Програвач MPEG аудіофайлів
 Name:		mpg123
 Version:	1.1.0
-Release:	0.2
+Release:	0.3
 # some old parts are GPLed, but they are not included in package
 License:	LGPL v2.1
 Group:		Applications/Sound
@@ -31,7 +28,8 @@
 # Source0-md5:	4a200fd83ad1e64b34d711349cd65f23
 Patch0:		%{name}-am.patch
 Patch1:		%{name}-no-la.patch
-Patch2:		%{name}-i486.patch
+Patch2:		%{name}-multi-ao.patch
+Patch3:		%{name}-i486.patch
 URL:		http://www.mpg123.de/
 %{?with_sdl:BuildRequires:	SDL-devel >= 1.2.11}
 %{?with_alsa:BuildRequires:	alsa-lib-devel}
@@ -223,6 +221,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -235,6 +234,7 @@
 	--enable-modules \
 	--enable-static \
 	%{?with_mmx:--with-cpu=mmx} \
+	--with-default-audio=alsa,oss \
 	--with-optimization=0
 %{__make}
 
@@ -330,6 +330,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.87  2008-01-24 22:17:32  qboosh
+- added multi-ao patch, default to alsa with fallback to oss
+  (so mpg123 works with default options when -alsa module is not installed)
+- release 0.3
+
 Revision 1.86  2008-01-24 21:31:56  arekm
 - add missing i486 bits from project svn
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mpg123.spec?r1=1.86&r2=1.87&f=u



More information about the pld-cvs-commit mailing list