rpms/kvm/devel kvm.spec,1.82,1.83

Warren Togami 砥上勇 wtogami at fedoraproject.org
Tue Jan 20 23:03:45 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/kvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16726

Modified Files:
	kvm.spec 
Log Message:
sdl sound output to avoid grabbing OSS and causing pulseaudio failure



Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvm/devel/kvm.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- kvm.spec	15 Jan 2009 17:24:44 -0000	1.82
+++ kvm.spec	20 Jan 2009 23:03:14 -0000	1.83
@@ -1,7 +1,7 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
 Version: 83
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://%{name}.sf.net
@@ -77,7 +77,10 @@
    --prefix=%{_prefix} \
    --qemu-ldflags=$qemuldflags \
    --disable-blobs \
-   --audio-drv-list=oss,alsa
+   --audio-drv-list=sdl,alsa,oss
+# sdl outputs to alsa or pulseaudio directly depending on what the system has configured
+# alsa works, but causes huge CPU load due to bugs
+# oss works, but is very problematic because it grabs exclusive control of the device causing other apps to go haywire
 
 # build the bios, and fix it's makefile
 sed -i 's/gcc -m32/gcc/' bios/Makefile
@@ -172,6 +175,9 @@
 
 
 %changelog
+* Tue Jan 20 2009 Warren Togami <wtogami at redhat.com> - 83-2
+- sdl sound output to avoid grabbing OSS and causing pulseaudio failure
+
 * Thu Jan 15 2009 Mark McLoughlin <markmc at redhat.com> - 83-1
 - Update to kvm-83
 - Change how we delete pre-built blobs now that qemu/pc-bios has




More information about the fedora-extras-commits mailing list