diff options
author | Minecrell <minecrell@minecrell.net> | 2020-01-13 00:08:13 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-18 19:34:33 +0100 |
commit | ce2fe2f08e0061f5c39829a9c86b9cbb6a7a0a4c (patch) | |
tree | 06ecb66930bbb528fef97d23b338206b709a999d /community/qemu | |
parent | 461a358682202116f0fd1e664d6bb25d0b1a3873 (diff) | |
download | aports-ce2fe2f08e0061f5c39829a9c86b9cbb6a7a0a4c.tar.bz2 aports-ce2fe2f08e0061f5c39829a9c86b9cbb6a7a0a4c.tar.xz |
community/qemu: add pulseaudio support
Diffstat (limited to 'community/qemu')
-rw-r--r-- | community/qemu/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/qemu/APKBUILD b/community/qemu/APKBUILD index 7595297f6e..c1f1a0f7dd 100644 --- a/community/qemu/APKBUILD +++ b/community/qemu/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qemu pkgver=4.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="QEMU is a generic machine emulator and virtualizer" url="https://qemu.org/" arch="all" @@ -33,6 +33,7 @@ makedepends=" ncurses-dev paxmark perl + pulseaudio-dev python3 py3-sphinx sdl2-dev @@ -132,6 +133,7 @@ done _modules=" audio-alsa audio-oss + audio-pa audio-sdl block-curl block-dmg-bz2 @@ -254,7 +256,7 @@ build() { cd "$builddir"/build _compile_common \ --disable-linux-user \ - --audio-drv-list=oss,alsa,sdl \ + --audio-drv-list=oss,alsa,sdl,pa \ --enable-cap-ng \ --enable-curl \ --enable-curses \ |