SPECS: alsa-driver.spec - snd_asihpi is broken on ppc and alpha, d...

hawk hawk at pld-linux.org
Sun Jun 11 15:31:19 CEST 2006


Author: hawk                         Date: Sun Jun 11 13:31:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- snd_asihpi is broken on ppc and alpha, disabled

---- Files affected:
SPECS:
   alsa-driver.spec (1.175 -> 1.176) 

---- Diffs:

================================================================
Index: SPECS/alsa-driver.spec
diff -u SPECS/alsa-driver.spec:1.175 SPECS/alsa-driver.spec:1.176
--- SPECS/alsa-driver.spec:1.175	Sat Apr 22 01:54:29 2006
+++ SPECS/alsa-driver.spec	Sun Jun 11 15:31:11 2006
@@ -21,7 +21,7 @@
 Summary(pl):	Advanced Linux Sound Architecture (ALSA) - sterowniki
 Name:		alsa-driver
 Version:	1.0.11
-%define	_rel	1
+%define	_rel	2
 Release:	%{_rel}
 License:	GPL
 Group:		Base/Kernel
@@ -177,6 +177,12 @@
 # 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
 
+# since 1.0.11 snd_asihpi is broken on ppc and alpha
+# no fix is available yet so disable this module
+%ifarch alpha ppc
+sed -i -e 's/CONFIG_SND_ASIHPI="m"/CONFIG_SND_ASIHPI=""/' acinclude.m4
+%endif
+
 %build
 %{__aclocal}
 %{__autoconf}
@@ -320,6 +326,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.176  2006/06/11 13:31:11  hawk
+- snd_asihpi is broken on ppc and alpha, disabled
+
 Revision 1.175  2006/04/21 23:54:29  qboosh
 - reverted breakage
 - updated to 1.0.11, updated processor,bluezsco,noebus patches, added gcc4 patch
================================================================

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



More information about the pld-cvs-commit mailing list