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-staging/
Date: Fri, 02 Mar 2018 02:02:21
Message-Id: 1519943120.6caa6ff57f2a3b291241bd10f57d793d16c3819a.np-hardass@gentoo
1 commit: 6caa6ff57f2a3b291241bd10f57d793d16c3819a
2 Author: Lucian Poston <lucian.poston <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 2 21:02:38 2018 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 22:25:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6caa6ff5
7
8 app-emulation/wine-staging: Add gssapi USE flag to 9999
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
12
13 app-emulation/wine-staging/metadata.xml | 1 +
14 app-emulation/wine-staging/wine-staging-9999.ebuild | 4 +++-
15 2 files changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/wine-staging/metadata.xml b/app-emulation/wine-staging/metadata.xml
18 index e9e3187..ef597cc 100644
19 --- a/app-emulation/wine-staging/metadata.xml
20 +++ b/app-emulation/wine-staging/metadata.xml
21 @@ -21,6 +21,7 @@ This variant of the Wine packaging includes the Wine-Staging patchset.
22 <flag name="custom-cflags">Bypass strip-flags; use at your own peril</flag>
23 <flag name="dos">Pull in <pkg>games-emulation/dosbox</pkg> to run DOS applications</flag>
24 <flag name="gecko">Add support for the Gecko engine when using iexplore</flag>
25 + <flag name="gssapi">Use GSSAPI (Kerberos SSP support)</flag>
26 <flag name="gstreamer">Use <pkg>media-libs/gstreamer</pkg> to provide DirectShow functionality;</flag>
27 <flag name="mono">Add support for .NET using Wine's Mono add-on</flag>
28 <flag name="netapi">Use libnetapi from <pkg>net-fs/samba</pkg> to support Windows networks in netapi32.dll</flag>
29
30 diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
31 index 9454c3d..2d35053 100644
32 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild
33 +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
34 @@ -44,7 +44,7 @@ fi
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 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 selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +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 pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
40 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
41 X? ( truetype )
42 elibc_glibc? ( threads )
43 @@ -74,6 +74,7 @@ COMMON_DEPEND="
44 fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
45 gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
46 gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
47 + gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
48 gstreamer? (
49 media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
50 media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
51 @@ -462,6 +463,7 @@ multilib_src_configure() {
52 $(use_enable gecko mshtml)
53 $(use_with gphoto2 gphoto)
54 $(use_with gsm)
55 + $(use_with gssapi)
56 $(use_with gstreamer)
57 --without-hal
58 $(use_with jpeg)