summaryrefslogtreecommitdiff
path: root/app-emulation/wine-proton/metadata.xml
blob: 2e414ed41543f12dc61f120c46fbce283cd6d42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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)
		</flag>
		<flag name="gecko">Enable mshtml support using <pkg>app-emulation/wine-gecko</pkg></flag>
		<flag name="mono">Enable .NET support using <pkg>app-emulation/wine-mono</pkg></flag>
		<flag name="osmesa">Enable off-screen rendering (OpenGL in bitmaps) support</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="vkd3d">Enable DirectX 12 support using <pkg>app-emulation/vkd3d</pkg></flag>
		<flag name="wow64">
			Enable running 32bit applications without 32bit ELF
			multilib by mapping to 64bit calls (experimental,
			may have slightly worse OpenGL performance or other
			issues compared to USE=abi_x86_32, also lacks 16bit
			support) -- still need <pkg>dev-util/mingw64-toolchain</pkg>
			with abi_x86_32 which itself does not need multilib
		</flag>
	</use>
	<upstream>
		<changelog>https://github.com/ValveSoftware/Proton/wiki/Changelog</changelog>
		<remote-id type="github">ValveSoftware/wine</remote-id>
	</upstream>
</pkgmetadata>