* [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/, app-emulation/dxvk/, app-emulation/vkd3d-proton/, ...
@ 2025-02-09 16:13 Ionen Wolkens
0 siblings, 0 replies; only message in thread
From: Ionen Wolkens @ 2025-02-09 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 1b8a89d3ab64ce91c63b6c29ee6b9a0df9ef7d2b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 16:04:45 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:11:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8a89d3
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 <ionen <AT> gentoo.org>
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 bcd095ee95b9..292ce261879c 100644
--- a/app-emulation/dxvk/metadata.xml
+++ b/app-emulation/dxvk/metadata.xml
@@ -8,7 +8,8 @@
<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)
+ <pkg>dev-util/mingw64-toolchain</pkg> (requires manual setting up
+ and is mostly unsupported, try disabling if have issues)
</flag>
<flag name="d3d8">Enable support for DirectX 8 (d3d8.dll)</flag>
<flag name="d3d9">Enable support for DirectX 9 (d3d9.dll)</flag>
diff --git a/app-emulation/vkd3d-proton/metadata.xml b/app-emulation/vkd3d-proton/metadata.xml
index 65a03f88f50d..40d54a318008 100644
--- a/app-emulation/vkd3d-proton/metadata.xml
+++ b/app-emulation/vkd3d-proton/metadata.xml
@@ -8,7 +8,8 @@
<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)
+ <pkg>dev-util/mingw64-toolchain</pkg> (requires manual setting up
+ and is mostly unsupported, try disabling if have issues)
</flag>
<flag name="extras">Install extra tools and demos in /usr/lib/vkd3d-proton</flag>
</use>
diff --git a/app-emulation/wine-proton/metadata.xml b/app-emulation/wine-proton/metadata.xml
index cc21bdb8ce89..3eb642f0a513 100644
--- a/app-emulation/wine-proton/metadata.xml
+++ b/app-emulation/wine-proton/metadata.xml
@@ -12,7 +12,8 @@
<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)
+ <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="mono">Enable .NET support using <pkg>app-emulation/wine-mono</pkg></flag>
diff --git a/app-emulation/wine-staging/metadata.xml b/app-emulation/wine-staging/metadata.xml
index e20c128974c9..814d877adcbe 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.
<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)
+ <pkg>dev-util/mingw64-toolchain</pkg> (requires manual setting up
+ and is mostly unsupported, try disabling if have issues)
</flag>
<flag name="dos">Pull in <pkg>games-emulation/dosbox</pkg> to run DOS applications</flag>
<flag name="gecko">Enable mshtml support using <pkg>app-emulation/wine-gecko</pkg></flag>
diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml
index 99ab7d2e9aab..04c6a41bee45 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
<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)
+ <pkg>dev-util/mingw64-toolchain</pkg> (requires manual setting up
+ and is mostly unsupported, try disabling if have issues)
</flag>
<flag name="dos">Pull in <pkg>games-emulation/dosbox</pkg> to run DOS applications</flag>
<flag name="gecko">Enable mshtml support using <pkg>app-emulation/wine-gecko</pkg></flag>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-09 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-09 16:13 [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/, app-emulation/dxvk/, app-emulation/vkd3d-proton/, Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox