gentoo-ebuilds/app-emulation/wine-proton/metadata.xml
Sasha Finkelstein 553c4c53a4
app-emulation/wine-proton: Tweak wow64 flag description
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42514
Closes: https://github.com/gentoo/gentoo/pull/42514
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-06-09 09:10:25 -04:00

41 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
<maintainer type="project">
<email>wine@gentoo.org</email>
<name>Wine</name>
</maintainer>
<use>
<flag name="crossdev-mingw">
Use <pkg>sys-devel/crossdev</pkg> for the toolchain rather than
<pkg>dev-util/mingw64-toolchain</pkg> (requires manual setting up
and is mostly unsupported, try disabling if have issues)
</flag>
<flag name="gecko">Enable mshtml support using <pkg>app-emulation/wine-gecko</pkg></flag>
<flag name="mingw">Build PE files using <pkg>dev-util/mingw64-toolchain</pkg> (more tested) rather than <pkg>llvm-core/clang</pkg> (newer)</flag>
<flag name="mono">Enable .NET support using <pkg>app-emulation/wine-mono</pkg></flag>
<flag name="perl">Install helpers that require perl (winedump/winemaker)</flag>
<flag name="sdl">Enable gamepad support using <pkg>media-libs/libsdl2</pkg></flag>
<flag name="wow64">
Enable the "new" wow64 mode that allows running 32bit
applications without 32bit ELF multilib by mapping to
64bit calls (experimental, *may* have worse/unusable
OpenGL performance or other issues compared to
USE=abi_x86_32 aka "old" wow64, also lacks 16bit
support) -- if USE=mingw is set, still need the default
abi_x86_32 set on <pkg>dev-util/mingw64-toolchain</pkg>
but that can be done even with /no-multilib/ profiles.
This can also be enabled on arm64 to allow running
x86 applications via binary translation.
</flag>
</use>
<upstream>
<changelog>https://github.com/ValveSoftware/Proton/wiki/Changelog</changelog>
<remote-id type="github">ValveSoftware/wine</remote-id>
</upstream>
</pkgmetadata>