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-d3d9/
Date: Wed, 02 May 2018 01:26:46
Message-Id: 1525221246.547f7225d81d286d469c8f326c43f8e803cb932c.sarnex@gentoo
1 commit: 547f7225d81d286d469c8f326c43f8e803cb932c
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 00:34:06 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 00:34:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=547f7225
7
8 app-emulation/wine-d3d9: Add sdl USE to 9999
9
10 Package-Manager: Portage-2.3.32, Repoman-2.3.9
11
12 app-emulation/wine-d3d9/metadata.xml | 1 +
13 app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 4 +++-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-d3d9/metadata.xml b/app-emulation/wine-d3d9/metadata.xml
17 index 0c11e37..cea9c51 100644
18 --- a/app-emulation/wine-d3d9/metadata.xml
19 +++ b/app-emulation/wine-d3d9/metadata.xml
20 @@ -42,6 +42,7 @@ This variant of the Wine packaging includes the Gallium Nine patchset.
21 <flag name="samba">Add support for NTLM auth. see
22 http://wiki.winehq.org/NtlmAuthSetupGuide and
23 http://wiki.winehq.org/NtlmSigningAndSealing</flag>
24 + <flag name="sdl">Add support for gamepad detection using SDL</flag>
25 <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
26 <flag name="vulkan">Enable Vulkan drivers</flag>
27 </use>
28
29 diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
30 index b48cb73..0fba831 100644
31 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
32 +++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
33 @@ -44,7 +44,7 @@ fi
34
35 LICENSE="LGPL-2.1"
36 SLOT="${PV}"
37 -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 +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads +truetype udev +udisks v4l vulkan +X +xcomposite xinerama +xml"
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 +png prelink pulseaudio +realtime +run-exes samba scanner sdl 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 @@ -101,6 +101,7 @@ COMMON_DEPEND="
43 png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
44 pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
45 scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
46 + sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
47 ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
48 truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
49 udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
50 @@ -429,6 +430,7 @@ multilib_src_configure() {
51 $(use_with pulseaudio pulse)
52 $(use_with threads pthread)
53 $(use_with scanner sane)
54 + $(use_with sdl)
55 $(use_enable test tests)
56 $(use_with truetype freetype)
57 $(use_with udev)