SPECS: alsa-driver.spec - added ppc patch, disable snd_powermac mo...

qboosh qboosh at pld-linux.org
Mon Aug 1 20:17:25 CEST 2005


Author: qboosh                       Date: Mon Aug  1 18:17:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added ppc patch, disable snd_powermac module (no longer supports Linux 2.4)
- rel 2

---- Files affected:
SPECS:
   alsa-driver.spec (1.163 -> 1.164) 

---- Diffs:

================================================================
Index: SPECS/alsa-driver.spec
diff -u SPECS/alsa-driver.spec:1.163 SPECS/alsa-driver.spec:1.164
--- SPECS/alsa-driver.spec:1.163	Sun Jul 31 02:31:42 2005
+++ SPECS/alsa-driver.spec	Mon Aug  1 20:17:19 2005
@@ -21,7 +21,7 @@
 Summary(pl):	Advanced Linux Sound Architecture (ALSA) - sterowniki
 Name:		alsa-driver
 Version:	1.0.9a
-%define	_rel	1
+%define	_rel	2
 Release:	%{_rel}
 License:	GPL
 Group:		Base/Kernel
@@ -35,6 +35,7 @@
 Patch3:		%{name}-bluezsco.patch
 Patch4:		%{name}-linux24.patch
 Patch5:		%{name}-nopci.patch
+Patch6:		%{name}-ppc.patch
 URL:		http://www.alsa-project.org/
 %if %{with dist_kernel} && %{with kernel}
 BuildRequires:	kernel24-headers >= 2.4
@@ -170,9 +171,13 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 sed -i -e 's/-D__SMP__/-D__KERNEL_SMP/' configure.in
 
+# snd_powermac in 1.0.9* doesn't support Linux < 2.6 - disable
+sed -i -e 's/CONFIG_SND_POWERMAC="m"/CONFIG_SND_POWERMAC=""/' acinclude.m4
+
 %build
 %{__aclocal}
 %{__autoconf}
@@ -324,6 +329,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.164  2005/08/01 18:17:19  qboosh
+- added ppc patch, disable snd_powermac module (no longer supports Linux 2.4)
+- rel 2
+
 Revision 1.163  2005/07/31 00:31:42  qboosh
 - added nopci patch (fixes build without CONFIG_PCI, e.g. on sparc)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/alsa-driver.spec?r1=1.163&r2=1.164&f=u




More information about the pld-cvs-commit mailing list