GNU bug report logs -
#29678
[PATCH] gnu: qemu: Add pulseaudio support.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Tue, 12 Dec 2017 17:26:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 29678 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Oleg Pykhalov <go.wigust <at> gmail.com> writes:
> From 2eff4caca543d9909758a4f2eb6f953467a309d7 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Fri, 8 Dec 2017 18:51:10 +0300
> Subject: [PATCH] gnu: qemu: Add pulseaudio support.
>
> * gnu/packages/virtualization.scm (qemu): Add pulseaudio support.
Please mention the change to [inputs] and [arguments] here.
[...]
> @@ -98,7 +99,11 @@
> '(;; Running tests in parallel can occasionally lead to failures, like:
> ;; boot_sector_test: assertion failed (signature == SIGNATURE): (0x00000000 == 0x0000dead)
> #:parallel-tests? #f
> - #:configure-flags '("--enable-usb-redir" "--enable-opengl")
> + #:configure-flags
> + (list "--enable-usb-redir"
> + "--enable-opengl"
> + (string-append "--audio-drv-list="
> + (string-join (list "alsa" "pa" "sdl") ",")))
OK!
> #:phases
> (modify-phases %standard-phases
> (replace 'configure
> @@ -166,6 +171,7 @@
> ("ncurses" ,ncurses)
> ;; ("pciutils" ,pciutils)
> ("pixman" ,pixman)
> + ("pulseaudio" ,pulseaudio)
I see pulseaudio is already in Qemus closure, so this does not add
anything. LGTM!
> ("sdl" ,sdl)
> ("spice" ,spice)
> ("usbredir" ,usbredir)
> --
> 2.15.1
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.