SPECS: qemu.spec - added ALSA driver support

charles charles at pld-linux.org
Wed Dec 21 04:15:33 CET 2005


Author: charles                      Date: Wed Dec 21 03:15:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added ALSA driver support

---- Files affected:
SPECS:
   qemu.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.40 SPECS/qemu.spec:1.41
--- SPECS/qemu.spec:1.40	Wed Dec 21 02:19:22 2005
+++ SPECS/qemu.spec	Wed Dec 21 04:15:28 2005
@@ -43,6 +43,7 @@
 Patch10:	%{name}-gcc33.patch
 URL:		http://fabrice.bellard.free.fr/qemu/
 BuildRequires:	SDL-devel >= 1.2.1
+BuildRequires:	alsa-lib-devel
 %if %{with kqemu} && %{with dist_kernel}
 BuildRequires:	kernel-module-build >= 2.6.7
 %endif
@@ -184,6 +185,7 @@
 ./configure \
 	--prefix=%{_prefix} \
 	--cc="%{__cc}" \
+	--enable-alsa \
 	%{!?with_kqemu:--disable-kqemu} \
 	--make="%{__make}"
 %{__make}
@@ -267,14 +269,14 @@
 %if %{with kernel}
 %files -n kernel-misc-kqemu
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/misc/kqemu.ko*
 %doc kqemu/LICENSE
+/lib/modules/%{_kernel_ver}/misc/kqemu.ko*
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel-smp-misc-kqemu
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}smp/misc/kqemu.ko*
 %doc kqemu/LICENSE
+/lib/modules/%{_kernel_ver}smp/misc/kqemu.ko*
 %endif
 %endif
 
@@ -284,6 +286,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2005/12/21 03:15:28  charles
+- added ALSA driver support
+
 Revision 1.40  2005/12/21 01:19:22  undefine
 - qemu-gcc33.patch - small workaround to gcc33
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qemu.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list