diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-09 10:25:00 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-10 05:47:14 -0400 |
commit | e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7 (patch) | |
tree | e4fd4310fff4ad2262cd232e1991b7e58028df87 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-vanilla: sync live (diff) | |
download | gentoo-e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7.tar.gz gentoo-e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7.tar.bz2 gentoo-e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7.zip |
app-emulation/wine-vanilla: update metadata.xml USE/desc
Sync descriptions with wine-proton and remove some globally
defined USE for which the description mostly work.
Note gssapi, realtime, and run-exes are due for an eventual
cleanup with new ebuilds (vkd3d too eventually, but still used
by stable 7.0 which likely won't be cleaned up anytime soon).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/metadata.xml | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index a0dae9aab09b..3210c15635f8 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -13,34 +13,26 @@ Think of Wine as a compatibility layer for running Windows programs. Wine does n This variant of the Wine packaging does not include external patchsets </longdescription> <use> - <flag name="capi">Enable ISDN support via CAPI</flag> + <flag name="capi">Enable ISDN support using <pkg>net-libs/libcapi</pkg></flag> <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="custom-cflags">Bypass strip-flags; use at your own peril</flag> <flag name="dos">Pull in <pkg>games-emulation/dosbox</pkg> to run DOS applications</flag> - <flag name="gecko">Add support for the Gecko engine when using iexplore</flag> + <flag name="gecko">Enable mshtml support using <pkg>app-emulation/wine-gecko</pkg></flag> <flag name="gssapi">Use GSSAPI (Kerberos SSP support)</flag> - <flag name="gstreamer">Use <pkg>media-libs/gstreamer</pkg> to provide DirectShow functionality;</flag> - <flag name="mingw">Build PE files using a MinGW cross compiler</flag> - <flag name="mono">Add support for .NET using Wine's Mono add-on</flag> - <flag name="netapi">Use libnetapi from <pkg>net-fs/samba</pkg> to support Windows networks in netapi32.dll</flag> + <flag name="mingw">Build PE files using a MinGW toolchain for better compatibility</flag> + <flag name="mono">Enable .NET support using <pkg>app-emulation/wine-mono</pkg></flag> + <flag name="netapi">Enable support for configuring remote shares using <pkg>net-fs/samba</pkg></flag> <flag name="opencl">Enable OpenCL support</flag> - <flag name="osmesa">Add support for OpenGL in bitmaps using libOSMesa</flag> + <flag name="osmesa">Enable off-screen rendering (OpenGL in bitmaps) support</flag> <flag name="pcap">Support packet capture software (e.g. wireshark)</flag> - <flag name="perl">Install helpers written in perl (winedump/winemaker)</flag> + <flag name="perl">Install helpers that require perl (winedump/winemaker)</flag> <flag name="realtime">Pull in <pkg>sys-auth/rtkit</pkg> for low-latency pulseaudio support</flag> <flag name="run-exes">Use Wine to open and run .EXE and .MSI files</flag> - <flag name="samba">Add support for NTLM auth. See: - https://web.archive.org/web/20160108123008/http://wiki.winehq.org:80/NtlmAuthSetupGuide and - https://web.archive.org/web/20150906013746/http://wiki.winehq.org/NtlmSigningAndSealing - (these pages are not currently in the updated WineHQ Wiki).</flag> - <flag name="sdl">Add support for gamepad detection using SDL</flag> - <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag> - <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> to unwind the stack</flag> - <flag name="usb">Use <pkg>virtual/libusb</pkg> to provide USB support</flag> - <flag name="vkd3d">Use <pkg>app-emulation/vkd3d</pkg> to provide Direct3D 12 support</flag> + <flag name="samba">Pull in <pkg>net-fs/samba</pkg> with winbind for NTLM auth support</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="vulkan">Enable Vulkan drivers</flag> </use> <upstream> |