Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 918530 Details for
Bug 949556
app-emulation/86Box: Add support for virtual networking through net-misc/vde
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
0001-app-emulation-86Box-Add-support-for-virtual-networki.patch (text/plain), 2.38 KB, created by
Thomas Schneider
on 2025-02-10 16:00:08 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Thomas Schneider
Created:
2025-02-10 16:00:08 UTC
Size:
2.38 KB
patch
obsolete
>From 9f83fc8040bbecbb5c27cd3939f1c6d3268eea73 Mon Sep 17 00:00:00 2001 >From: Thomas Schneider <qsx@chaotikum.eu> >Date: Mon, 10 Feb 2025 16:58:39 +0100 >Subject: [PATCH] app-emulation/86Box: Add support for virtual networking > through net-misc/vde > >The strange `-DHAS_VDE=...` CMake argument is because upstream searches >for vde headers and libraries on its own, instead of using pkg-config. > >Closes: https://bugs.gentoo.org/949556 >Signed-off-by: Thomas Schneider <qsx@chaotikum.eu> >--- > app-emulation/86Box/86Box-4.2.1.ebuild | 6 ++++-- > app-emulation/86Box/metadata.xml | 1 + > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/app-emulation/86Box/86Box-4.2.1.ebuild b/app-emulation/86Box/86Box-4.2.1.ebuild >index 1be46ab052ba..d31e28f23805 100644 >--- a/app-emulation/86Box/86Box-4.2.1.ebuild >+++ b/app-emulation/86Box/86Box-4.2.1.ebuild >@@ -1,4 +1,4 @@ >-# Copyright 1999-2024 Gentoo Authors >+# Copyright 1999-2025 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI=8 >@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}. > LICENSE="GPL-2+" > SLOT="0" > KEYWORDS="~amd64" >-IUSE="experimental +fluidsynth +munt new-dynarec +openal +qt6 +threads" >+IUSE="experimental +fluidsynth +munt new-dynarec +openal +qt6 +threads vde" > > DEPEND=" > app-emulation/faudio >@@ -25,6 +25,7 @@ DEPEND=" > net-libs/libslirp > sys-libs/zlib > qt6? ( x11-libs/libXi ) >+ vde? ( net-misc/vde ) > " > > RDEPEND=" >@@ -62,6 +63,7 @@ src_configure() { > -DQT="$(usex qt6)" > -DRELEASE="ON" > $(usex qt6 '-DUSE_QT6=ON' '') >+ -DHAS_VDE="$(usex vde "${EPREFIX}/usr/$(get_libdir)/libvdeplug.so" "HAS_VDE-NOTFOUND")" > ) > > cmake_src_configure >diff --git a/app-emulation/86Box/metadata.xml b/app-emulation/86Box/metadata.xml >index 7988953f183d..34264c7eee87 100644 >--- a/app-emulation/86Box/metadata.xml >+++ b/app-emulation/86Box/metadata.xml >@@ -15,6 +15,7 @@ > <flag name="fluidsynth">Enable MIDI support through <pkg>media-sound/fluidsynth</pkg>.</flag> > <flag name="munt">Enable MIDI MT-32 support through <pkg>media-libs/munt-mt32emu</pkg>.</flag> > <flag name="new-dynarec">Enable new dynamic recompiler from PCem 15, which should provide an even better emulation speed.</flag> >+ <flag name="vde">Enable virtual networking through <pkg>net-misc/vde</pkg>.</flag> > </use> > <upstream> > <bugs-to>https://github.com/86Box/86Box/issues</bugs-to> >-- >2.45.2 >
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 949556
: 918530