Subject: qemu: enable adlib audio Package: qemu Version: 0.9.0-1 Severity: normal Tags: patch
many applications on certain operating systems use the adlib audio output device. the following is a simple patch to debian/rules to enable this feature in qemu. please apply. thanks. mike -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable'), (400, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages qemu depends on: ii bochsbios 2.3-2 BIOS for the Bochs emulator ii libasound2 1.0.13-2 ALSA library ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand ii libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer ii openhackware 0.4.1-2 OpenFirmware emulator for PowerPC ii proll 18-2 JavaStation PROM 2.x compatible re ii vgabios 0.6a-1 VGA BIOS software for the Bochs an ii zlib1g 1:1.2.3-13 compression library - runtime Versions of packages qemu recommends: pn debootstrap <none> (no description available) ii sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode pn vde2 <none> (no description available) -- no debconf information
--- rules.orig 2007-04-14 01:50:23.000000000 -0400 +++ rules 2007-04-14 01:39:39.000000000 -0400 @@ -16,7 +16,7 @@ endif ifeq ($(DEB_HOST_ARCH_OS),linux) - conf_arch += --enable-alsa + conf_arch += --enable-alsa --enable-adlib endif D = $(CURDIR)/debian/qemu