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-any/
Date: Sat, 01 Sep 2018 16:19:51
Message-Id: 1535818737.f01596098dafc54110f55a2d5161bff2e2246883.sarnex@gentoo
1 commit: f01596098dafc54110f55a2d5161bff2e2246883
2 Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
3 AuthorDate: Sat Jul 21 16:20:25 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 16:18:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f0159609
7
8 app-emulation/wine-any: Require vulkan for vkd3d
9
10 Closes: https://github.com/gentoo/repo-proj-wine/pull/6
11
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 app-emulation/wine-any/wine-any-3.10.ebuild | 3 ++-
15 app-emulation/wine-any/wine-any-3.11.ebuild | 3 ++-
16 app-emulation/wine-any/wine-any-3.12.ebuild | 3 ++-
17 app-emulation/wine-any/wine-any-3.13.ebuild | 3 ++-
18 app-emulation/wine-any/wine-any-3.9.ebuild | 3 ++-
19 app-emulation/wine-any/wine-any-9999.ebuild | 3 ++-
20 6 files changed, 12 insertions(+), 6 deletions(-)
21
22 diff --git a/app-emulation/wine-any/wine-any-3.10.ebuild b/app-emulation/wine-any/wine-any-3.10.ebuild
23 index 17171df..b040fb2 100644
24 --- a/app-emulation/wine-any/wine-any-3.10.ebuild
25 +++ b/app-emulation/wine-any/wine-any-3.10.ebuild
26 @@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
27 s3tc? ( staging )
28 test? ( abi_x86_32 )
29 themes? ( staging )
30 - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
31 + vaapi? ( staging )
32 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
33
34 # FIXME: the test suite is unsuitable for us; many tests require net access
35 # or fail due to Xvfb's opengl limitations.
36
37 diff --git a/app-emulation/wine-any/wine-any-3.11.ebuild b/app-emulation/wine-any/wine-any-3.11.ebuild
38 index e713de9..453023e 100644
39 --- a/app-emulation/wine-any/wine-any-3.11.ebuild
40 +++ b/app-emulation/wine-any/wine-any-3.11.ebuild
41 @@ -56,7 +56,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
42 pipelight? ( staging )
43 test? ( abi_x86_32 )
44 themes? ( staging )
45 - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
46 + vaapi? ( staging )
47 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
48
49 # FIXME: the test suite is unsuitable for us; many tests require net access
50 # or fail due to Xvfb's opengl limitations.
51
52 diff --git a/app-emulation/wine-any/wine-any-3.12.ebuild b/app-emulation/wine-any/wine-any-3.12.ebuild
53 index 6380a95..b418c48 100644
54 --- a/app-emulation/wine-any/wine-any-3.12.ebuild
55 +++ b/app-emulation/wine-any/wine-any-3.12.ebuild
56 @@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
57 pipelight? ( staging )
58 test? ( abi_x86_32 )
59 themes? ( staging )
60 - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
61 + vaapi? ( staging )
62 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
63
64 # FIXME: the test suite is unsuitable for us; many tests require net access
65 # or fail due to Xvfb's opengl limitations.
66
67 diff --git a/app-emulation/wine-any/wine-any-3.13.ebuild b/app-emulation/wine-any/wine-any-3.13.ebuild
68 index 8d4e1a7..66208fb 100644
69 --- a/app-emulation/wine-any/wine-any-3.13.ebuild
70 +++ b/app-emulation/wine-any/wine-any-3.13.ebuild
71 @@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
72 pipelight? ( staging )
73 test? ( abi_x86_32 )
74 themes? ( staging )
75 - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
76 + vaapi? ( staging )
77 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
78
79 # FIXME: the test suite is unsuitable for us; many tests require net access
80 # or fail due to Xvfb's opengl limitations.
81
82 diff --git a/app-emulation/wine-any/wine-any-3.9.ebuild b/app-emulation/wine-any/wine-any-3.9.ebuild
83 index 17171df..b040fb2 100644
84 --- a/app-emulation/wine-any/wine-any-3.9.ebuild
85 +++ b/app-emulation/wine-any/wine-any-3.9.ebuild
86 @@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
87 s3tc? ( staging )
88 test? ( abi_x86_32 )
89 themes? ( staging )
90 - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
91 + vaapi? ( staging )
92 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
93
94 # FIXME: the test suite is unsuitable for us; many tests require net access
95 # or fail due to Xvfb's opengl limitations.
96
97 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
98 index 8d4e1a7..66208fb 100644
99 --- a/app-emulation/wine-any/wine-any-9999.ebuild
100 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
101 @@ -57,7 +57,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
102 pipelight? ( staging )
103 test? ( abi_x86_32 )
104 themes? ( staging )
105 - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124
106 + vaapi? ( staging )
107 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
108
109 # FIXME: the test suite is unsuitable for us; many tests require net access
110 # or fail due to Xvfb's opengl limitations.