From 1b8a89d3ab64ce91c63b6c29ee6b9a0df9ef7d2b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 9 Feb 2025 11:04:45 -0500 Subject: [PATCH] app-emulation/*: note USE=crossdev-mingw is unsupported Or mostly anyway, issues would have low priority given primarily only testing/supporting mingw64-toolchain which would not use gcc/binutils versions that are known to break its revdeps. Gives time to upstream(s) to fix issues without any particular downstream urgency. Not that it hurts to know when something is wrong, so users can still report bugs downstream though. Signed-off-by: Ionen Wolkens --- app-emulation/dxvk/metadata.xml | 3 ++- app-emulation/vkd3d-proton/metadata.xml | 3 ++- app-emulation/wine-proton/metadata.xml | 3 ++- app-emulation/wine-staging/metadata.xml | 3 ++- app-emulation/wine-vanilla/metadata.xml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/app-emulation/dxvk/metadata.xml b/app-emulation/dxvk/metadata.xml index bcd095ee95b9a..292ce261879c2 100644 --- a/app-emulation/dxvk/metadata.xml +++ b/app-emulation/dxvk/metadata.xml @@ -8,7 +8,8 @@ Use sys-devel/crossdev for the toolchain rather than - dev-util/mingw64-toolchain (requires manual setting up) + dev-util/mingw64-toolchain (requires manual setting up + and is mostly unsupported, try disabling if have issues) Enable support for DirectX 8 (d3d8.dll) Enable support for DirectX 9 (d3d9.dll) diff --git a/app-emulation/vkd3d-proton/metadata.xml b/app-emulation/vkd3d-proton/metadata.xml index 65a03f88f50d7..40d54a3180088 100644 --- a/app-emulation/vkd3d-proton/metadata.xml +++ b/app-emulation/vkd3d-proton/metadata.xml @@ -8,7 +8,8 @@ Use sys-devel/crossdev for the toolchain rather than - dev-util/mingw64-toolchain (requires manual setting up) + dev-util/mingw64-toolchain (requires manual setting up + and is mostly unsupported, try disabling if have issues) Install extra tools and demos in /usr/lib/vkd3d-proton diff --git a/app-emulation/wine-proton/metadata.xml b/app-emulation/wine-proton/metadata.xml index cc21bdb8ce89e..3eb642f0a513a 100644 --- a/app-emulation/wine-proton/metadata.xml +++ b/app-emulation/wine-proton/metadata.xml @@ -12,7 +12,8 @@ Use sys-devel/crossdev for the toolchain rather than - dev-util/mingw64-toolchain (requires manual setting up) + dev-util/mingw64-toolchain (requires manual setting up + and is mostly unsupported, try disabling if have issues) Enable mshtml support using app-emulation/wine-gecko Enable .NET support using app-emulation/wine-mono diff --git a/app-emulation/wine-staging/metadata.xml b/app-emulation/wine-staging/metadata.xml index e20c128974c94..814d877adcbed 100644 --- a/app-emulation/wine-staging/metadata.xml +++ b/app-emulation/wine-staging/metadata.xml @@ -16,7 +16,8 @@ This variant of the Wine packaging includes the Wine-Staging patchset. Enable ISDN support using net-libs/libcapi Use sys-devel/crossdev for the toolchain rather than - dev-util/mingw64-toolchain (requires manual setting up) + dev-util/mingw64-toolchain (requires manual setting up + and is mostly unsupported, try disabling if have issues) Pull in games-emulation/dosbox to run DOS applications Enable mshtml support using app-emulation/wine-gecko diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index 99ab7d2e9aab8..04c6a41bee458 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -16,7 +16,8 @@ This variant of the Wine packaging does not include external patchsets Enable ISDN support using net-libs/libcapi Use sys-devel/crossdev for the toolchain rather than - dev-util/mingw64-toolchain (requires manual setting up) + dev-util/mingw64-toolchain (requires manual setting up + and is mostly unsupported, try disabling if have issues) Pull in games-emulation/dosbox to run DOS applications Enable mshtml support using app-emulation/wine-gecko