Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-any/
Date: Mon, 28 May 2018 16:02:12
Message-Id: 1527523199.304898d326f3290a4a3aee6b2e003f6686590ca6.sarnex@gentoo
1 commit: 304898d326f3290a4a3aee6b2e003f6686590ca6
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 15:59:59 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 15:59:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304898d3
7
8 app-emulation/wine-any: Sync with ::wine
9
10 Add vkd3d USE
11
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 app-emulation/wine-any/metadata.xml | 1 +
15 app-emulation/wine-any/wine-any-3.9.ebuild | 4 +++-
16 app-emulation/wine-any/wine-any-9999.ebuild | 4 +++-
17 3 files changed, 7 insertions(+), 2 deletions(-)
18
19 diff --git a/app-emulation/wine-any/metadata.xml b/app-emulation/wine-any/metadata.xml
20 index 4f3128c71c6..928f2a8c2b6 100644
21 --- a/app-emulation/wine-any/metadata.xml
22 +++ b/app-emulation/wine-any/metadata.xml
23 @@ -49,6 +49,7 @@ This variant of the wine packaging allows for the use of the Wine-Staging patchs
24 <flag name="staging">Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet</flag>
25 <flag name="themes">Support GTK+:3 window theming through Wine-Staging</flag>
26 <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
27 + <flag name="vkd3d">Use <pkg>app-emulation/vkd3d</pkg> to provide Direct3D 12 support</flag>
28 <flag name="vulkan">Enable Vulkan drivers</flag>
29 </use>
30 <upstream>
31
32 diff --git a/app-emulation/wine-any/wine-any-3.9.ebuild b/app-emulation/wine-any/wine-any-3.9.ebuild
33 index 11a4e315f58..17171df2844 100644
34 --- a/app-emulation/wine-any/wine-any-3.9.ebuild
35 +++ b/app-emulation/wine-any/wine-any-3.9.ebuild
36 @@ -48,7 +48,7 @@ fi
37
38 LICENSE="LGPL-2.1"
39 SLOT="${PV}"
40 -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"
41 +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"
42 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
43 X? ( truetype )
44 elibc_glibc? ( threads )
45 @@ -122,6 +122,7 @@ COMMON_DEPEND="
46 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
47 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
48 vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
49 + vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
50 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
51 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
52 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
53 @@ -489,6 +490,7 @@ multilib_src_configure() {
54 $(use_with truetype freetype)
55 $(use_with udev)
56 $(use_with v4l)
57 + $(use_with vkd3d)
58 $(use_with vulkan)
59 $(use_with X x)
60 $(use_with X xfixes)
61
62 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
63 index 11a4e315f58..17171df2844 100644
64 --- a/app-emulation/wine-any/wine-any-9999.ebuild
65 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
66 @@ -48,7 +48,7 @@ fi
67
68 LICENSE="LGPL-2.1"
69 SLOT="${PV}"
70 -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"
71 +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"
72 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
73 X? ( truetype )
74 elibc_glibc? ( threads )
75 @@ -122,6 +122,7 @@ COMMON_DEPEND="
76 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
77 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
78 vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
79 + vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
80 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
81 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
82 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
83 @@ -489,6 +490,7 @@ multilib_src_configure() {
84 $(use_with truetype freetype)
85 $(use_with udev)
86 $(use_with v4l)
87 + $(use_with vkd3d)
88 $(use_with vulkan)
89 $(use_with X x)
90 $(use_with X xfixes)