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-staging/
Date: Sat, 06 Nov 2021 21:47:56
Message-Id: 1636235204.593a7fd4916c3d899a5c3bb6d02abcd5fb2ef0bf.sarnex@gentoo
1 commit: 593a7fd4916c3d899a5c3bb6d02abcd5fb2ef0bf
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 21:46:44 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 21:46:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=593a7fd4
7
8 app-emulation/wine-staging: 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-staging/wine-staging-6.21.ebuild | 39 ++++------------------
14 1 file changed, 6 insertions(+), 33 deletions(-)
15
16 diff --git a/app-emulation/wine-staging/wine-staging-6.21.ebuild b/app-emulation/wine-staging/wine-staging-6.21.ebuild
17 index a6c1ddd..123600c 100644
18 --- a/app-emulation/wine-staging/wine-staging-6.21.ebuild
19 +++ b/app-emulation/wine-staging/wine-staging-6.21.ebuild
20 @@ -48,15 +48,13 @@ fi
21
22 LICENSE="LGPL-2.1"
23 SLOT="${MY_PV}"
24 -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gcrypt +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks +unwind usb v4l vaapi 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 pipelight prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging 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 osmesa? ( opengl )
30 pipelight? ( staging )
31 test? ( abi_x86_32 )
32 - themes? ( staging )
33 - vaapi? ( staging )
34 vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
35
36 # FIXME: the test suite is unsuitable for us; many tests require net access
37 @@ -75,21 +73,18 @@ COMMON_DEPEND="
38 alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
39 capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
40 cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
41 - faudio? ( app-emulation/faudio:=[${MULTILIB_USEDEP}] )
42 fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
43 - gcrypt? ( dev-libs/libgcrypt:=[${MULTILIB_USEDEP}] )
44 - gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
45 - gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
46 + gphoto2? (
47 + media-libs/libgphoto2:=[${MULTILIB_USEDEP}]
48 + virtual/jpeg:0=[${MULTILIB_USEDEP}]
49 + )
50 gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
51 gstreamer? (
52 media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
53 media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
54 )
55 - jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
56 kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
57 - lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
58 ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
59 - mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
60 netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
61 nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
62 odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
63 @@ -100,32 +95,21 @@ COMMON_DEPEND="
64 )
65 osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
66 pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
67 - png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
68 pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
69 scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
70 sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
71 ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
72 staging? ( sys-apps/attr[${MULTILIB_USEDEP}] )
73 - themes? (
74 - dev-libs/glib:2[${MULTILIB_USEDEP}]
75 - x11-libs/cairo[${MULTILIB_USEDEP}]
76 - x11-libs/gtk+:3[${MULTILIB_USEDEP}]
77 - )
78 truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
79 udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
80 udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
81 unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
82 usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
83 v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
84 - vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
85 vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] )
86 vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
87 xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
88 - xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
89 - xml? (
90 - dev-libs/libxml2[${MULTILIB_USEDEP}]
91 - dev-libs/libxslt[${MULTILIB_USEDEP}]
92 - )"
93 + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )"
94
95 RDEPEND="${COMMON_DEPEND}
96 app-emulation/wine-desktop-common
97 @@ -472,26 +456,20 @@ multilib_src_configure() {
98 --sysconfdir="${EPREFIX}/etc/wine"
99 $(use_with alsa)
100 $(use_with capi)
101 - $(use_with lcms cms)
102 $(use_with cups)
103 $(use_with udisks dbus)
104 - $(use_with faudio)
105 $(use_with fontconfig)
106 $(use_with ssl gnutls)
107 $(use_enable gecko mshtml)
108 - $(use_with gcrypt)
109 $(use_with gphoto2 gphoto)
110 - $(use_with gsm)
111 $(use_with gssapi)
112 $(use_with gstreamer)
113 --without-hal
114 - $(use_with jpeg)
115 $(use_with kerberos krb5)
116 $(use_with ldap)
117 # TODO: Will bug 685172 still need special handling?
118 $(use_with mingw)
119 $(use_enable mono mscoree)
120 - $(use_with mp3 mpg123)
121 $(use_with netapi)
122 $(use_with nls gettext)
123 $(use_with openal)
124 @@ -500,7 +478,6 @@ multilib_src_configure() {
125 $(use_with osmesa)
126 $(use_with oss)
127 $(use_with pcap)
128 - $(use_with png)
129 $(use_with pulseaudio pulse)
130 $(use_with threads pthread)
131 $(use_with scanner sane)
132 @@ -517,14 +494,10 @@ multilib_src_configure() {
133 $(use_with X xfixes)
134 $(use_with xcomposite)
135 $(use_with xinerama)
136 - $(use_with xml)
137 - $(use_with xml xslt)
138 )
139
140 use staging && myconf+=(
141 --with-xattr
142 - $(use_with themes gtk3)
143 - $(use_with vaapi va)
144 )
145
146 local PKG_CONFIG