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: Sat, 06 Nov 2021 21:47:55
Message-Id: 1636235149.d1b53cd21dd683763d823685b107597176c05a08.sarnex@gentoo
1 commit: d1b53cd21dd683763d823685b107597176c05a08
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 21:45:49 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 21:45:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=d1b53cd2
7
8 app-emulation/wine-vanilla: Fix 6.21 deps
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 .../wine-vanilla/wine-vanilla-6.21.ebuild | 27 +++++-----------------
14 1 file changed, 6 insertions(+), 21 deletions(-)
15
16 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild
17 index 5209a25..37f3515 100644
18 --- a/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild
19 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild
20 @@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
21
22 LICENSE="LGPL-2.1"
23 SLOT="${PV}"
24 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap mingw +mono mp3 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 +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama +xml"
25 +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gssapi gstreamer kerberos kernel_FreeBSD ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d vulkan +X +xcomposite xinerama"
26 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
27 X? ( truetype )
28 elibc_glibc? ( threads )
29 @@ -59,20 +59,18 @@ COMMON_DEPEND="
30 alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
31 capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
32 cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
33 - faudio? ( app-emulation/faudio:=[${MULTILIB_USEDEP}] )
34 fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
35 - gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
36 - gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
37 + gphoto2? (
38 + media-libs/libgphoto2:=[${MULTILIB_USEDEP}]
39 + virtual/jpeg:0=[${MULTILIB_USEDEP}]
40 + )
41 gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
42 gstreamer? (
43 media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
44 media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
45 )
46 - jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
47 kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
48 - lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
49 ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
50 - mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
51 netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
52 nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
53 odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
54 @@ -83,7 +81,6 @@ COMMON_DEPEND="
55 )
56 osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
57 pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
58 - png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
59 pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
60 scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
61 sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
62 @@ -97,11 +94,7 @@ COMMON_DEPEND="
63 vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] )
64 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
65 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
66 - xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
67 - xml? (
68 - dev-libs/libxml2[${MULTILIB_USEDEP}]
69 - dev-libs/libxslt[${MULTILIB_USEDEP}]
70 - )"
71 + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )"
72
73 RDEPEND="${COMMON_DEPEND}
74 app-emulation/wine-desktop-common
75 @@ -400,25 +393,20 @@ multilib_src_configure() {
76 --sysconfdir="${EPREFIX}/etc/wine"
77 $(use_with alsa)
78 $(use_with capi)
79 - $(use_with lcms cms)
80 $(use_with cups)
81 $(use_with udisks dbus)
82 - $(use_with faudio)
83 $(use_with fontconfig)
84 $(use_with ssl gnutls)
85 $(use_enable gecko mshtml)
86 $(use_with gphoto2 gphoto)
87 - $(use_with gsm)
88 $(use_with gssapi)
89 $(use_with gstreamer)
90 --without-hal
91 - $(use_with jpeg)
92 $(use_with kerberos krb5)
93 $(use_with ldap)
94 # TODO: Will bug 685172 still need special handling?
95 $(use_with mingw)
96 $(use_enable mono mscoree)
97 - $(use_with mp3 mpg123)
98 $(use_with netapi)
99 $(use_with nls gettext)
100 $(use_with openal)
101 @@ -427,7 +415,6 @@ multilib_src_configure() {
102 $(use_with osmesa)
103 $(use_with oss)
104 $(use_with pcap)
105 - $(use_with png)
106 $(use_with pulseaudio pulse)
107 $(use_with threads pthread)
108 $(use_with scanner sane)
109 @@ -444,8 +431,6 @@ multilib_src_configure() {
110 $(use_with X xfixes)
111 $(use_with xcomposite)
112 $(use_with xinerama)
113 - $(use_with xml)
114 - $(use_with xml xslt)
115 )
116
117 local PKG_CONFIG