Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 656748 Details for
Bug 733612
app-emulation/qemu: 5.1 will have optional JACK dependency (needed for 9999?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qemu-5.1.0 jack support
qemu-5.1.0-jack-support.patch (text/plain), 1.83 KB, created by
Ionen Wolkens
on 2020-08-25 19:57:48 UTC
(
hide
)
Description:
qemu-5.1.0 jack support
Filename:
MIME Type:
Creator:
Ionen Wolkens
Created:
2020-08-25 19:57:48 UTC
Size:
1.83 KB
patch
obsolete
>From 1aea14754af636092148bfecbc2f71bac84220ec Mon Sep 17 00:00:00 2001 >From: Ionen Wolkens <sudinave@gmail.com> >Date: Tue, 25 Aug 2020 15:27:08 -0400 >Subject: [PATCH] app-emulation/qemu: add jack support > >Signed-off-by: Ionen Wolkens <sudinave@gmail.com> >--- > app-emulation/qemu/qemu-5.1.0.ebuild | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/app-emulation/qemu/qemu-5.1.0.ebuild b/app-emulation/qemu/qemu-5.1.0.ebuild >index dc2c1447afa0..b61be88f1178 100644 >--- a/app-emulation/qemu/qemu-5.1.0.ebuild >+++ b/app-emulation/qemu/qemu-5.1.0.ebuild >@@ -34,7 +34,7 @@ SLOT="0" > > IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug doc > +fdt glusterfs gnutls gtk infiniband iscsi io-uring >- jemalloc +jpeg kernel_linux >+ jack jemalloc +jpeg kernel_linux > kernel_FreeBSD lzo multipath > ncurses nfs nls numa opengl +oss +pin-upstream-blobs > plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux >@@ -67,7 +67,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} > qemu_softmmu_targets_ppc? ( fdt ) > qemu_softmmu_targets_riscv32? ( fdt ) > qemu_softmmu_targets_riscv64? ( fdt ) >- static? ( static-user !alsa !gtk !opengl !pulseaudio !plugins !rbd !snappy ) >+ static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) > static-user? ( !plugins ) > virtfs? ( caps xattr ) > vte? ( gtk ) >@@ -122,6 +122,7 @@ SOFTMMU_TOOLS_DEPEND=" > ) > iscsi? ( net-libs/libiscsi ) > io-uring? ( sys-libs/liburing[static-libs(+)] ) >+ jack? ( virtual/jack ) > jemalloc? ( dev-libs/jemalloc ) > jpeg? ( virtual/jpeg:0=[static-libs(+)] ) > lzo? ( dev-libs/lzo:2[static-libs(+)] ) >@@ -507,6 +508,7 @@ qemu_src_configure() { > # Note: backend order matters here: #716202 > # We iterate from higher-level to lower level. > $(usex pulseaudio pa "") >+ $(usev jack) > $(usev sdl) > $(usev alsa) > $(usev oss) >-- >2.28.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 733612
:
656748
|
656752