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