diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2018-09-01 12:43:47 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2018-09-01 12:43:47 -0400 |
commit | 9ea7721787835a18b48efe33af60916568b62574 (patch) | |
tree | faa81faf81537ab3d1066441b2e778f9c7bdfebf /app-emulation/wine-staging | |
parent | app-emulation/wine-d3d9: Sync with ::wine (diff) | |
download | gentoo-9ea7721787835a18b48efe33af60916568b62574.tar.gz gentoo-9ea7721787835a18b48efe33af60916568b62574.tar.bz2 gentoo-9ea7721787835a18b48efe33af60916568b62574.zip |
app-emulation/wine-staging: Sync with ::wine
Require vulkan for vkd3d
Bump to 3.14
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-emulation/wine-staging')
5 files changed, 11 insertions, 6 deletions
diff --git a/app-emulation/wine-staging/wine-staging-3.11.ebuild b/app-emulation/wine-staging/wine-staging-3.11.ebuild index 54b66bc499b1..3075b9350fca 100644 --- a/app-emulation/wine-staging/wine-staging-3.11.ebuild +++ b/app-emulation/wine-staging/wine-staging-3.11.ebuild @@ -52,7 +52,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) test? ( abi_x86_32 ) themes? ( staging ) - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124 + vaapi? ( staging ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-staging/wine-staging-3.12.ebuild b/app-emulation/wine-staging/wine-staging-3.12.ebuild index e7da95dd642e..5f2b2ece3de8 100644 --- a/app-emulation/wine-staging/wine-staging-3.12.ebuild +++ b/app-emulation/wine-staging/wine-staging-3.12.ebuild @@ -53,7 +53,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) test? ( abi_x86_32 ) themes? ( staging ) - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124 + vaapi? ( staging ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild b/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild index 5a5e118f347f..2977288b1ee9 100644 --- a/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild +++ b/app-emulation/wine-staging/wine-staging-3.13-r1.ebuild @@ -53,7 +53,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) test? ( abi_x86_32 ) themes? ( staging ) - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124 + vaapi? ( staging ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. diff --git a/app-emulation/wine-staging/wine-staging-3.13.ebuild b/app-emulation/wine-staging/wine-staging-3.13.ebuild index e7da95dd642e..2977288b1ee9 100644 --- a/app-emulation/wine-staging/wine-staging-3.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-3.13.ebuild @@ -53,7 +53,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) test? ( abi_x86_32 ) themes? ( staging ) - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124 + vaapi? ( staging ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. @@ -128,7 +129,7 @@ RDEPEND="${COMMON_DEPEND} !app-emulation/wine:0 dos? ( >=games-emulation/dosbox-0.74_p20160629 ) gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] ) - mono? ( app-emulation/wine-mono:4.7.1 ) + mono? ( app-emulation/wine-mono:4.7.3 ) perl? ( dev-lang/perl dev-perl/XML-Simple diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 5a5e118f347f..2977288b1ee9 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -53,7 +53,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) test? ( abi_x86_32 ) themes? ( staging ) - vaapi? ( staging )" # osmesa-opengl #286560 # X-truetype #551124 + vaapi? ( staging ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. |