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