SPECS: mpg123.spec - one step closer to get SDL work, but it still...

shadzik shadzik at pld-linux.org
Wed Oct 25 14:05:07 CEST 2006


Author: shadzik                      Date: Wed Oct 25 12:05:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- one step closer to get SDL work, but it still doesn't, ENOIDEA why :/

---- Files affected:
SPECS:
   mpg123.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: SPECS/mpg123.spec
diff -u SPECS/mpg123.spec:1.66 SPECS/mpg123.spec:1.67
--- SPECS/mpg123.spec:1.66	Mon Oct 23 15:15:13 2006
+++ SPECS/mpg123.spec	Wed Oct 25 14:05:02 2006
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
 #
+# TODO: check why SDL still doesn't work :/
+#
 # Conditional build:
 %bcond_with	mmx	# use MMX to decode stream (won't run without MMX)
 %bcond_without	esd	# disable esound supprot
@@ -22,8 +24,11 @@
 Source0:	http://dl.sourceforge.net/mpg123/%{name}-%{version}.tar.bz2
 # Source0-md5:	13b505ec04e5afb10399c89f24e99f0e
 Patch0:		%{name}-audio_nas.patch
+Patch1:		%{name}-audio_sdl.patch
 URL:		http://www.mpg123.de/
-%{?with_sdl:BuildRequires:	SDL_sound-devel}
+BuildRequires:	autoconf
+BuildRequires:	automake
+%{?with_sdl:BuildRequires:	SDL-devel}
 %{?with_alsa:BuildRequires:	alsa-lib-devel}
 %{?with_esd:BuildRequires:	esound-devel}
 %{?with_jack:BuildRequires:	jack-audio-connection-kit-devel}
@@ -195,8 +200,13 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--with-audio=oss \
 	%{?with_mmx:--with-cpu=mmx}
@@ -324,6 +334,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2006/10/25 12:05:02  shadzik
+- one step closer to get SDL work, but it still doesn't, ENOIDEA why :/
+
 Revision 1.66  2006/10/23 13:15:13  shadzik
 - license
 
================================================================

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



More information about the pld-cvs-commit mailing list