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/
Date: Mon, 22 Oct 2018 23:36:55
Message-Id: 1540251390.c830c19eba43f80c36a0bacafa0471ec1c658259.sarnex@gentoo
1 commit: c830c19eba43f80c36a0bacafa0471ec1c658259
2 Author: Rob Walker <bob.mt.wya <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 21 18:57:54 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 23:36:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c830c19e
7
8 app-emulation/wine: update/fix metadata.xml
9
10 Fix Upstream references. Add d3d9 as an Upstream.
11 Use alternative URLs for NTLM WineHQ Wiki pages.
12 Remove reference to Wine 1.7.55 (has been out of the tree, for months).
13
14 Closes: https://github.com/gentoo-mirror/wine/pull/6
15
16 Signed-off-by: Rob Walker <bob.mt.wya <AT> gmail.com>
17
18 app-emulation/wine/metadata.xml | 10 ++++++----
19 1 file changed, 6 insertions(+), 4 deletions(-)
20
21 diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml
22 index 309f99b..a3f7b53 100644
23 --- a/app-emulation/wine/metadata.xml
24 +++ b/app-emulation/wine/metadata.xml
25 @@ -31,18 +31,20 @@ Think of Wine as a compatibility layer for running Windows programs. Wine does n
26 <flag name="perl">Install helpers written in perl (winedump/winemaker)</flag>
27 <flag name="pipelight">Apply Wine-Staging patches for Pipelight/Silverlight support</flag>
28 <flag name="prelink">Run prelink on DLLs during build;
29 - 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>
30 + For Gentoo hardened, do not disable if you do not know what this means as it can break things at runtime</flag>
31 <flag name="realtime">Pull in <pkg>sys-auth/rtkit</pkg> for low-latency pulseaudio support</flag>
32 <flag name="run-exes">Use Wine to open and run .EXE and .MSI files</flag>
33 <flag name="s3tc">Pull in <pkg>media-libs/libtxc_dxtn</pkg> for DXTn texture compression, needed for many games</flag>
34 - <flag name="samba">Add support for NTLM auth. see
35 - http://wiki.winehq.org/NtlmAuthSetupGuide and
36 - http://wiki.winehq.org/NtlmSigningAndSealing</flag>
37 + <flag name="samba">Add support for NTLM auth. See:
38 + https://web.archive.org/web/20160108123008/http://wiki.winehq.org:80/NtlmAuthSetupGuide and
39 + https://web.archive.org/web/20150906013746/http://wiki.winehq.org/NtlmSigningAndSealing
40 + (these pages are not currently in the updated WineHQ Wiki).</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>
43 <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
44 </use>
45 <upstream>
46 + <remote-id type="github">sarnex/wine-d3d9-patches</remote-id>
47 <remote-id type="github">wine-compholio/wine-staging</remote-id>
48 <remote-id type="sourceforge">wine</remote-id>
49 </upstream>