Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/
Date: Mon, 22 Oct 2018 23:29:32
Message-Id: 1540250911.e5ca5e151234a1e3dfa607148406f2bae88f667c.sarnex@gentoo
1 commit: e5ca5e151234a1e3dfa607148406f2bae88f667c
2 Author: Rob Walker <bob.mt.wya <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 21 13:38:05 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 23:28:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e5ca5e15
7
8 app-emulation/wine-staging: update/fix metadata.xml
9
10 Use alternative URLs for NTLM WineHQ Wiki pages.
11 Remove reference to Wine 1.7.55 (has been out of the tree, for months).
12
13 Closes: https://github.com/gentoo-mirror/wine/pull/2
14
15 Signed-off-by: Rob Walker <bob.mt.wya <AT> gmail.com>
16
17 app-emulation/wine-staging/metadata.xml | 9 +++++----
18 1 file changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/app-emulation/wine-staging/metadata.xml b/app-emulation/wine-staging/metadata.xml
21 index 116d565..4cd2b35 100644
22 --- a/app-emulation/wine-staging/metadata.xml
23 +++ b/app-emulation/wine-staging/metadata.xml
24 @@ -32,13 +32,14 @@ This variant of the Wine packaging includes the Wine-Staging patchset.
25 <flag name="perl">Install helpers written in perl (winedump/winemaker)</flag>
26 <flag name="pipelight">Apply Wine-Staging patches for Pipelight/Silverlight support</flag>
27 <flag name="prelink">Run prelink on DLLs during build;
28 - For versions before wine-1.7.55 or hardened, do not disable if you do not know what this means as it can break things at runtime</flag>
29 + For Gentoo hardened, do not disable if you do not know what this means as it can break things at runtime</flag>
30 <flag name="realtime">Pull in <pkg>sys-auth/rtkit</pkg> for low-latency pulseaudio support</flag>
31 <flag name="run-exes">Use Wine to open and run .EXE and .MSI files</flag>
32 <flag name="s3tc">Pull in <pkg>media-libs/libtxc_dxtn</pkg> for DXTn texture compression, needed for many games</flag>
33 - <flag name="samba">Add support for NTLM auth. see
34 - http://wiki.winehq.org/NtlmAuthSetupGuide and
35 - http://wiki.winehq.org/NtlmSigningAndSealing</flag>
36 + <flag name="samba">Add support for NTLM auth. See:
37 + https://web.archive.org/web/20160108123008/http://wiki.winehq.org:80/NtlmAuthSetupGuide and
38 + https://web.archive.org/web/20150906013746/http://wiki.winehq.org/NtlmSigningAndSealing
39 + (these pages are not currently in the updated WineHQ Wiki).</flag>
40 <flag name="sdl">Add support for gamepad detection using SDL</flag>
41 <flag name="staging">Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet</flag>
42 <flag name="themes">Support GTK+:3 window theming through Wine-Staging</flag>