gentoo-ebuilds/app-emulation/86Box/metadata.xml
Thomas Schneider 7a12017c5b
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>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-02-10 22:09:35 +01:00

24 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
86Box is a low level x86 emulator that runs older operating systems and software
designed for IBM PC systems and compatibles from 1981 through
fairly recent system designs based on the PCI bus.
</longdescription>
<use>
<flag name="experimental">Enable hardware from devbranch, which may be unstable or unusable.</flag>
<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>
<remote-id type="github">86Box/86Box</remote-id>
</upstream>
</pkgmetadata>