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: Mon, 28 May 2018 15:51:41
Message-Id: 1527522509.763399215b34d84250ee52aab82ede59579a6736.sarnex@gentoo
1 commit: 763399215b34d84250ee52aab82ede59579a6736
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 15:40:19 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 15:48:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=76339921
7
8 app-emulation/wine-any: Add vkd3d USE
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/wine-any/metadata.xml | 1 +
13 app-emulation/wine-any/wine-any-3.9.ebuild | 4 +++-
14 app-emulation/wine-any/wine-any-9999.ebuild | 4 +++-
15 3 files changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/wine-any/metadata.xml b/app-emulation/wine-any/metadata.xml
18 index 4f3128c..928f2a8 100644
19 --- a/app-emulation/wine-any/metadata.xml
20 +++ b/app-emulation/wine-any/metadata.xml
21 @@ -49,6 +49,7 @@ This variant of the wine packaging allows for the use of the Wine-Staging patchs
22 <flag name="staging">Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet</flag>
23 <flag name="themes">Support GTK+:3 window theming through Wine-Staging</flag>
24 <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
25 + <flag name="vkd3d">Use <pkg>app-emulation/vkd3d</pkg> to provide Direct3D 12 support</flag>
26 <flag name="vulkan">Enable Vulkan drivers</flag>
27 </use>
28 <upstream>
29
30 diff --git a/app-emulation/wine-any/wine-any-3.9.ebuild b/app-emulation/wine-any/wine-any-3.9.ebuild
31 index 11a4e31..17171df 100644
32 --- a/app-emulation/wine-any/wine-any-3.9.ebuild
33 +++ b/app-emulation/wine-any/wine-any-3.9.ebuild
34 @@ -48,7 +48,7 @@ fi
35
36 LICENSE="LGPL-2.1"
37 SLOT="${PV}"
38 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
39 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml"
40 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
41 X? ( truetype )
42 elibc_glibc? ( threads )
43 @@ -122,6 +122,7 @@ COMMON_DEPEND="
44 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
45 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
46 vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
47 + vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
48 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
49 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
50 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
51 @@ -489,6 +490,7 @@ multilib_src_configure() {
52 $(use_with truetype freetype)
53 $(use_with udev)
54 $(use_with v4l)
55 + $(use_with vkd3d)
56 $(use_with vulkan)
57 $(use_with X x)
58 $(use_with X xfixes)
59
60 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
61 index 11a4e31..17171df 100644
62 --- a/app-emulation/wine-any/wine-any-9999.ebuild
63 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
64 @@ -48,7 +48,7 @@ fi
65
66 LICENSE="LGPL-2.1"
67 SLOT="${PV}"
68 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
69 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml"
70 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
71 X? ( truetype )
72 elibc_glibc? ( threads )
73 @@ -122,6 +122,7 @@ COMMON_DEPEND="
74 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
75 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
76 vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
77 + vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
78 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
79 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
80 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
81 @@ -489,6 +490,7 @@ multilib_src_configure() {
82 $(use_with truetype freetype)
83 $(use_with udev)
84 $(use_with v4l)
85 + $(use_with vkd3d)
86 $(use_with vulkan)
87 $(use_with X x)
88 $(use_with X xfixes)