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-vanilla/
Date: Sun, 21 Oct 2018 19:58:12
Message-Id: 1540151535.9017aead3abd61bda5cab8d8dc319d3540a08046.sarnex@gentoo
1 commit: 9017aead3abd61bda5cab8d8dc319d3540a08046
2 Author: Rob Walker <bob.mt.wya <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 20 23:33:21 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 19:52:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=9017aead
7
8 app-emulation/wine-vanilla: update/fix metadata.xml
9
10 Remove wine-staging repository. This package doesn't support
11 wine-staging.
12 Use alternative URLs for NTLM WineHQ Wiki pages.
13 Remove reference to Wine 1.7.55 (has been out of the tree, for months).
14
15 Closes: https://github.com/gentoo-mirror/wine/pull/1
16
17 Signed-off-by: Rob Walker <bob.mt.wya <AT> gmail.com>
18
19 app-emulation/wine-vanilla/metadata.xml | 10 +++++-----
20 1 file changed, 5 insertions(+), 5 deletions(-)
21
22 diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml
23 index 4fe7411..c601705 100644
24 --- a/app-emulation/wine-vanilla/metadata.xml
25 +++ b/app-emulation/wine-vanilla/metadata.xml
26 @@ -30,19 +30,19 @@ This variant of the Wine packaging does not include external patchsets
27 <flag name="pcap">Support packet capture software (e.g. wireshark)</flag>
28 <flag name="perl">Install helpers written in perl (winedump/winemaker)</flag>
29 <flag name="prelink">Run prelink on DLLs during build;
30 - 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>
31 + For Gentoo hardened, do not disable if you do not know what this means as it can break things at runtime</flag>
32 <flag name="realtime">Pull in <pkg>sys-auth/rtkit</pkg> for low-latency pulseaudio support</flag>
33 <flag name="run-exes">Use Wine to open and run .EXE and .MSI files</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="sdl">Add support for gamepad detection using SDL</flag>
42 <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
43 <flag name="vkd3d">Use <pkg>app-emulation/vkd3d</pkg> to provide Direct3D 12 support</flag>
44 <flag name="vulkan">Enable Vulkan drivers</flag>
45 </use>
46 <upstream>
47 - <remote-id type="github">wine-compholio/wine-staging</remote-id>
48 <remote-id type="sourceforge">wine</remote-id>
49 </upstream>
50 </pkgmetadata>