[Pkg-xen-devel] Bug#635166: Please enable audio support in xen-qemu

Thomas Goirand zigo at debian.org
Sat Jul 23 10:45:49 UTC 2011


Package: xen
Version: 4.1.1
Severity: wishlist

On the xen-qemu-dm-4.0 package, I enabled audio support, but since this
is packaged in 4.1, audio support is gone.

What I did for squeeze, is:

--- a/configure	2010-03-23 17:08:39.000000000 +0800
+++ b/configure	2010-03-23 17:09:30.000000000 +0800
@@ -1382,6 +1382,9 @@
   echo "#define CONFIG_VDE 1" >> $config_h
   echo "VDE_LIBS=-lvdeplug" >> $config_mak
 fi
+if ! test -z "$audio_card_list"; then
+  echo "CONFIG_AUDIO=yes" >> $config_mak
+fi

Then:

$(STAMPS_DIR)/setup: $(STAMPS_DIR)/source
        cd $(BUILD_DIR); ./xen-setup \
                --audio-drv-list="pa oss alsa sdl esd" \
                --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" \
                --enable-mixemu

You also need to build-depends on:

libasound2-dev, libesd0-dev, libpulse-dev

Please add the support for audio, it's otherwise a regression.

Having a build-depends on libbluetooth-dev would also be a good idea
to enable bluetooth support in xen-qemu-dm.

Thanks for considering the above,
Cheers,

Thomas Goirand

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash





More information about the Pkg-xen-devel mailing list