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-vanilla/
Date: Mon, 28 May 2018 15:51:42
Message-Id: 1527522509.1b37ff25d9c03ac8b8146e47e33d0016c81a8ae2.sarnex@gentoo
1 commit: 1b37ff25d9c03ac8b8146e47e33d0016c81a8ae2
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 15:32:22 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=1b37ff25
7
8 app-emulation/wine-vanilla: Add vkd3d USE
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/wine-vanilla/metadata.xml | 1 +
13 app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild | 4 +++-
14 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 +++-
15 3 files changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml
18 index 78e3646..4fe7411 100644
19 --- a/app-emulation/wine-vanilla/metadata.xml
20 +++ b/app-emulation/wine-vanilla/metadata.xml
21 @@ -38,6 +38,7 @@ This variant of the Wine packaging does not include external patchsets
22 http://wiki.winehq.org/NtlmSigningAndSealing</flag>
23 <flag name="sdl">Add support for gamepad detection using SDL</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-vanilla/wine-vanilla-3.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild
31 index 9bebca2..cdb123c 100644
32 --- a/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild
33 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.9.ebuild
34 @@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
35
36 LICENSE="LGPL-2.1"
37 SLOT="${PV}"
38 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags 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 +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vulkan +X +xcomposite xinerama +xml"
39 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags 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 +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X +xcomposite xinerama +xml"
40 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
41 X? ( truetype )
42 elibc_glibc? ( threads )
43 @@ -92,6 +92,7 @@ COMMON_DEPEND="
44 udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
45 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
46 v4l? ( media-libs/libv4l[${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 @@ -402,6 +403,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-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
61 index 9bebca2..cdb123c 100644
62 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
63 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
64 @@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
65
66 LICENSE="LGPL-2.1"
67 SLOT="${PV}"
68 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags 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 +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vulkan +X +xcomposite xinerama +xml"
69 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags 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 +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X +xcomposite xinerama +xml"
70 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
71 X? ( truetype )
72 elibc_glibc? ( threads )
73 @@ -92,6 +92,7 @@ COMMON_DEPEND="
74 udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
75 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
76 v4l? ( media-libs/libv4l[${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 @@ -402,6 +403,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)