Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/
Date: Fri, 02 Mar 2018 02:02:22
Message-Id: 1519954974.65be4bdcf92624ffd55e4713a053a311921bd496.np-hardass@gentoo
1 commit: 65be4bdcf92624ffd55e4713a053a311921bd496
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 01:29:04 2018 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 01:42:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=65be4bdc
7
8 app-emulation/wine-vanilla: Add vulkan support to 9999
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emulation/wine-vanilla/metadata.xml | 1 +
13 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 +++-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml
17 index b3a7a03..f0d3a46 100644
18 --- a/app-emulation/wine-vanilla/metadata.xml
19 +++ b/app-emulation/wine-vanilla/metadata.xml
20 @@ -37,6 +37,7 @@ This variant of the Wine packaging does not include external patchsets
21 http://wiki.winehq.org/NtlmAuthSetupGuide and
22 http://wiki.winehq.org/NtlmSigningAndSealing</flag>
23 <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
24 + <flag name="vulkan">Enable Vulkan drivers</flag>
25 </use>
26 <upstream>
27 <remote-id type="github">wine-compholio/wine-staging</remote-id>
28
29 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
30 index a108e7f..8126d64 100644
31 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
32 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
33 @@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
34
35 LICENSE="LGPL-2.1"
36 SLOT="${PV}"
37 -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 selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
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 selinux +ssl test +threads +truetype udev +udisks v4l vulkan +X +xcomposite xinerama +xml"
39 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
40 X? ( truetype )
41 elibc_glibc? ( threads )
42 @@ -91,6 +91,7 @@ COMMON_DEPEND="
43 udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
44 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
45 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
46 + vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
47 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
48 xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
49 xml? (
50 @@ -419,6 +420,7 @@ multilib_src_configure() {
51 $(use_with truetype freetype)
52 $(use_with udev)
53 $(use_with v4l)
54 + $(use_with vulkan)
55 $(use_with X x)
56 $(use_with X xfixes)
57 $(use_with xcomposite)