From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8E65158012 for ; Sat, 10 Sep 2022 09:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B6DE0929; Sat, 10 Sep 2022 09:48:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03C9E0929 for ; Sat, 10 Sep 2022 09:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20D85340F3A for ; Sat, 10 Sep 2022 09:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F5A5D5 for ; Sat, 10 Sep 2022 09:48:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1662803234.e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/metadata.xml X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7 X-VCS-Branch: master Date: Sat, 10 Sep 2022 09:48:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88f63421-6c04-442c-ac62-ee2942707f01 X-Archives-Hash: 4ea1ba0384774468b0934876b24f4c50 commit: e8d1adc14fe0d7edcbfdc9c405f3e2d7ccce0cb7 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Sep 9 14:25:00 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Sep 10 09:47:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d1adc1 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 gentoo.org> app-emulation/wine-vanilla/metadata.xml | 28 ++++++++++------------------ 1 file 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 - Enable ISDN support via CAPI + Enable ISDN support using net-libs/libcapi Use sys-devel/crossdev for the toolchain rather than dev-util/mingw64-toolchain (requires manual setting up) - Bypass strip-flags; use at your own peril Pull in games-emulation/dosbox to run DOS applications - Add support for the Gecko engine when using iexplore + Enable mshtml support using app-emulation/wine-gecko Use GSSAPI (Kerberos SSP support) - Use media-libs/gstreamer to provide DirectShow functionality; - Build PE files using a MinGW cross compiler - Add support for .NET using Wine's Mono add-on - Use libnetapi from net-fs/samba to support Windows networks in netapi32.dll + Build PE files using a MinGW toolchain for better compatibility + Enable .NET support using app-emulation/wine-mono + Enable support for configuring remote shares using net-fs/samba Enable OpenCL support - Add support for OpenGL in bitmaps using libOSMesa + Enable off-screen rendering (OpenGL in bitmaps) support Support packet capture software (e.g. wireshark) - Install helpers written in perl (winedump/winemaker) + Install helpers that require perl (winedump/winemaker) Pull in sys-auth/rtkit for low-latency pulseaudio support Use Wine to open and run .EXE and .MSI files - 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). - Add support for gamepad detection using SDL - Use virtual/libudev to provide plug and play support - Use sys-libs/libunwind to unwind the stack - Use virtual/libusb to provide USB support - Use app-emulation/vkd3d to provide Direct3D 12 support + Pull in net-fs/samba with winbind for NTLM auth support + Enable gamepad support using media-libs/libsdl2 + Enable DirectX 12 support using app-emulation/vkd3d Enable Vulkan drivers