Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Sun, 01 Mar 2020 03:26:18
Message-Id: 1583033029.4a32285648a553a62246c89bd033a736ca989319.sarnex@gentoo
1 commit: 4a32285648a553a62246c89bd033a736ca989319
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 03:23:49 2020 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 03:23:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a322856
7
8 app-emulation/wine-vanilla: Sync with ::wine
9
10 Bump to 5.3
11
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 app-emulation/wine-vanilla/Manifest | 1 +
16 app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild | 538 +++++++++++++++++++++
17 2 files changed, 539 insertions(+)
18
19 diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest
20 index 27bd65f3ffa..a086835bb28 100644
21 --- a/app-emulation/wine-vanilla/Manifest
22 +++ b/app-emulation/wine-vanilla/Manifest
23 @@ -11,3 +11,4 @@ DIST wine-4.21.tar.xz 22395844 BLAKE2B 1b9c1fd8f4a1ff0527b4d4a02b1dfffa4f6887f2f
24 DIST wine-5.0.tar.xz 22469428 BLAKE2B d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276 SHA512 681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
25 DIST wine-5.1.tar.xz 22500180 BLAKE2B bf77f24e4be2402afd083c28624e41761d63c1248c314870e0c5a6879fb1393992fe9d99bcafcea0a91599500d745a3ad199e31e857590707f026f1cf740ad31 SHA512 b842b533884f15a8fb71373258671d74aee997d9ed9ee0fb36f945cd2006b494f6cc6c91a8ca47e0ea5b0b39b108f2c4f155918823a7ddf3cd44b4e26ede9171
26 DIST wine-5.2.tar.xz 22837712 BLAKE2B ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d SHA512 57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
27 +DIST wine-5.3.tar.xz 22918612 BLAKE2B dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3 SHA512 40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6
28
29 diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild
30 new file mode 100644
31 index 00000000000..ab4b0c11da2
32 --- /dev/null
33 +++ b/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild
34 @@ -0,0 +1,538 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
41 +PLOCALE_BACKUP="en"
42 +
43 +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
44 +
45 +MY_PN="${PN%%-*}"
46 +MY_P="${MY_PN}-${PV}"
47 +
48 +if [[ ${PV} == "9999" ]] ; then
49 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
50 + EGIT_BRANCH="master"
51 + inherit git-r3
52 + SRC_URI=""
53 + #KEYWORDS=""
54 +else
55 + MAJOR_V=$(ver_cut 1)
56 + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"
57 + KEYWORDS="-* ~amd64 ~x86"
58 +fi
59 +S="${WORKDIR}/${MY_P}"
60 +
61 +GWP_V="20191222"
62 +PATCHDIR="${WORKDIR}/gentoo-wine-patches"
63 +
64 +DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets"
65 +HOMEPAGE="https://www.winehq.org/"
66 +SRC_URI="${SRC_URI}
67 + https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
68 +"
69 +
70 +LICENSE="LGPL-2.1"
71 +SLOT="${PV}"
72 +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 +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 vkd3d vulkan +X +xcomposite xinerama +xml"
73 +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
74 + X? ( truetype )
75 + elibc_glibc? ( threads )
76 + osmesa? ( opengl )
77 + test? ( abi_x86_32 )
78 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
79 +
80 +# FIXME: the test suite is unsuitable for us; many tests require net access
81 +# or fail due to Xvfb's opengl limitations.
82 +RESTRICT="test"
83 +
84 +COMMON_DEPEND="
85 + X? (
86 + x11-libs/libXcursor[${MULTILIB_USEDEP}]
87 + x11-libs/libXext[${MULTILIB_USEDEP}]
88 + x11-libs/libXfixes[${MULTILIB_USEDEP}]
89 + x11-libs/libXrandr[${MULTILIB_USEDEP}]
90 + x11-libs/libXi[${MULTILIB_USEDEP}]
91 + x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
92 + )
93 + alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
94 + capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
95 + cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
96 + faudio? ( app-emulation/faudio:=[${MULTILIB_USEDEP}] )
97 + fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
98 + gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
99 + gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
100 + gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
101 + gstreamer? (
102 + media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
103 + media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
104 + )
105 + jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
106 + kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
107 + lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
108 + ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
109 + mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
110 + ncurses? ( >=sys-libs/ncurses-5.2:0=[${MULTILIB_USEDEP}] )
111 + netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
112 + nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
113 + odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
114 + openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
115 + opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
116 + opengl? (
117 + virtual/glu[${MULTILIB_USEDEP}]
118 + virtual/opengl[${MULTILIB_USEDEP}]
119 + )
120 + osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
121 + pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
122 + png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
123 + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
124 + scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
125 + sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
126 + ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
127 + truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
128 + udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
129 + udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
130 + v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
131 + vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
132 + vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
133 + xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
134 + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
135 + xml? (
136 + dev-libs/libxml2[${MULTILIB_USEDEP}]
137 + dev-libs/libxslt[${MULTILIB_USEDEP}]
138 + )"
139 +
140 +RDEPEND="${COMMON_DEPEND}
141 + app-emulation/wine-desktop-common
142 + >app-eselect/eselect-wine-0.3
143 + !app-emulation/wine:0
144 + dos? ( >=games-emulation/dosbox-0.74_p20160629 )
145 + gecko? ( app-emulation/wine-gecko:2.47.1[abi_x86_32?,abi_x86_64?] )
146 + mono? ( app-emulation/wine-mono:4.9.4 )
147 + perl? (
148 + dev-lang/perl
149 + dev-perl/XML-Simple
150 + )
151 + pulseaudio? (
152 + realtime? ( sys-auth/rtkit )
153 + )
154 + samba? ( >=net-fs/samba-3.0.25[winbind] )
155 + selinux? ( sec-policy/selinux-wine )
156 + udisks? ( sys-fs/udisks:2 )"
157 +
158 +# tools/make_requests requires perl
159 +DEPEND="${COMMON_DEPEND}
160 + sys-devel/flex
161 + >=sys-kernel/linux-headers-2.6
162 + virtual/pkgconfig
163 + virtual/yacc
164 + X? ( x11-base/xorg-proto )
165 + prelink? ( sys-devel/prelink )
166 + xinerama? ( x11-base/xorg-proto )"
167 +
168 +# These use a non-standard "Wine" category, which is provided by
169 +# /etc/xdg/applications-merged/wine.menu
170 +QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
171 +usr/share/applications/wine-notepad.desktop
172 +usr/share/applications/wine-uninstaller.desktop
173 +usr/share/applications/wine-winecfg.desktop"
174 +
175 +PATCHES=(
176 + "${PATCHDIR}/patches/${MY_PN}-5.0-winegcc.patch" #260726
177 + "${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
178 + "${PATCHDIR}/patches/${MY_PN}-5.0-memset-O3.patch" #480508
179 + "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
180 +)
181 +PATCHES_BIN=()
182 +
183 +# https://bugs.gentoo.org/show_bug.cgi?id=635222
184 +if [[ ${#PATCHES_BIN[@]} -ge 1 ]] || [[ ${PV} == 9999 ]]; then
185 + DEPEND+=" dev-util/patchbin"
186 +fi
187 +
188 +wine_compiler_check() {
189 + [[ ${MERGE_TYPE} = "binary" ]] && return 0
190 +
191 + # GCC-specific bugs
192 + if tc-is-gcc; then
193 + # bug #549768
194 + if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) -le 2 ]]; then
195 + ebegin "Checking for gcc-5 ms_abi compiler bug"
196 + $(tc-getCC) -O2 "${PATCHDIR}/files/pr66838.c" -o "${T}"/pr66838 || die
197 + # Run in subshell to prevent "Aborted" message
198 + ( "${T}"/pr66838 || false ) >/dev/null 2>&1
199 + if ! eend $?; then
200 + eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0"
201 + eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild,"
202 + eerror "or use gcc-config to select a different compiler version."
203 + eerror "See https://bugs.gentoo.org/549768"
204 + eerror
205 + return 1
206 + fi
207 + fi
208 + # bug #574044
209 + if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then
210 + ebegin "Checking for gcc-5-3 stack realignment compiler bug"
211 + # Compile in subshell to prevent "Aborted" message
212 + ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${PATCHDIR}/files/pr69140.c" -o "${T}"/pr69140 ) >/dev/null 2>&1
213 + if ! eend $?; then
214 + eerror "Wine cannot be built with this version of gcc-5.3"
215 + eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
216 + eerror "or use gcc-config to select a different compiler version."
217 + eerror "See https://bugs.gentoo.org/574044"
218 + eerror
219 + return 1
220 + fi
221 + fi
222 + fi
223 +
224 + # Ensure compiler support
225 + if use abi_x86_64; then
226 + ebegin "Checking for 64-bit compiler with builtin_ms_va_list support"
227 + # Compile in subshell to prevent "Aborted" message
228 + ( $(tc-getCC) -O2 "${PATCHDIR}/files/builtin_ms_va_list.c" -o "${T}"/builtin_ms_va_list >/dev/null 2>&1)
229 + if ! eend $?; then
230 + eerror "This version of $(tc-getCC) does not support builtin_ms_va_list, can't enable 64-bit wine"
231 + eerror
232 + eerror "You need gcc-4.4+ or clang 3.8+ to build 64-bit wine"
233 + eerror
234 + return 1
235 + fi
236 + fi
237 +}
238 +
239 +wine_build_environment_check() {
240 + [[ ${MERGE_TYPE} = "binary" ]] && return 0
241 +
242 + if use abi_x86_64; then
243 + if tc-is-gcc && [[ $(gcc-major-version) -lt 4 || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ) ]]; then
244 + eerror "You need gcc-4.4+ to compile 64-bit wine"
245 + die
246 + elif tc-is-clang && [[ $(clang-major-version) -lt 3 || ( $(clang-major-version) -eq 3 && $(clang-minor-version) -lt 8 ) ]]; then
247 + eerror "You need clang-3.8+ to compile 64-bit wine"
248 + die
249 + fi
250 + fi
251 + if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) -le 3 ]]; then
252 + ewarn "GCC-5.0-5.3 suffered from compiler bugs and are no longer supported by"
253 + ewarn "Gentoo's Toolchain Team. If your ebuild fails the compiler checks in"
254 + ewarn "the configure phase, either update your compiler or switch to <5.0 || >=5.4"
255 + fi
256 + if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) -eq 4 ]]; then
257 + if has "-march=i686" ${CFLAGS} && ! has "-mtune=generic" ${CFLAGS}; then
258 + ewarn "Compilation can hang with CFLAGS=\"-march=i686\". You can temporarily work"
259 + ewarn "around this by adding \"-mtune=generic\" to your CFLAGS for wine."
260 + ewarn "See package.env in man 5 portage for more information on how to do this."
261 + ewarn "See https://bugs.gentoo.org/show_bug.cgi?id=613128 for more details"
262 + fi
263 + fi
264 +
265 + if use abi_x86_32 && use opencl && [[ "$(eselect opencl show 2> /dev/null)" == "intel" ]]; then
266 + eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only."
267 + eerror "See https://bugs.gentoo.org/487864 for more details."
268 + eerror
269 + return 1
270 + fi
271 +}
272 +
273 +wine_env_vcs_vars() {
274 + local pn_live_var="${PN//[-+]/_}_LIVE_COMMIT"
275 + local pn_live_val="${pn_live_var}"
276 + eval pn_live_val='$'${pn_live_val}
277 + if [[ ! -z ${EGIT_COMMIT} ]]; then
278 + eerror "Commits must now be specified using the environmental variables"
279 + eerror "EGIT_OVERRIDE_COMMIT_WINE"
280 + eerror
281 + return 1
282 + fi
283 +}
284 +
285 +pkg_pretend() {
286 + wine_build_environment_check || die
287 +
288 + # Verify OSS support
289 + if use oss && ! use kernel_FreeBSD; then
290 + if ! has_version ">=media-sound/oss-4"; then
291 + eerror "You cannot build wine with USE=oss without having support from a"
292 + eerror "FreeBSD kernel or >=media-sound/oss-4 (only available through external repos)"
293 + eerror
294 + die
295 + fi
296 + fi
297 +}
298 +
299 +pkg_setup() {
300 + wine_build_environment_check || die
301 + wine_env_vcs_vars || die
302 +
303 + WINE_VARIANT="${PN#wine}-${PV}"
304 + WINE_VARIANT="${WINE_VARIANT#-}"
305 +
306 + MY_PREFIX="${EPREFIX}/usr/lib/wine-${WINE_VARIANT}"
307 + MY_DATAROOTDIR="${EPREFIX}/usr/share/wine-${WINE_VARIANT}"
308 + MY_DATADIR="${MY_DATAROOTDIR}"
309 + MY_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
310 + MY_INCLUDEDIR="${EPREFIX}/usr/include/wine-${WINE_VARIANT}"
311 + MY_LIBEXECDIR="${EPREFIX}/usr/libexec/wine-${WINE_VARIANT}"
312 + MY_LOCALSTATEDIR="${EPREFIX}/var/wine-${WINE_VARIANT}"
313 + MY_MANDIR="${MY_DATADIR}/man"
314 +}
315 +
316 +src_unpack() {
317 + if [[ ${PV} == "9999" ]] ; then
318 + EGIT_CHECKOUT_DIR="${S}" git-r3_src_unpack
319 + fi
320 +
321 + default
322 +
323 + l10n_find_plocales_changes "${S}/po" "" ".po"
324 +}
325 +
326 +src_prepare() {
327 +
328 + eapply_bin(){
329 + local patch
330 + for patch in ${PATCHES_BIN[@]}; do
331 + patchbin --nogit < "${patch}" || die
332 + done
333 + }
334 +
335 + local md5="$(md5sum server/protocol.def)"
336 +
337 + default
338 + eapply_bin
339 + eautoreconf
340 +
341 + # Modification of the server protocol requires regenerating the server requests
342 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
343 + einfo "server/protocol.def was patched; running tools/make_requests"
344 + tools/make_requests || die #432348
345 + fi
346 + sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
347 + if ! use run-exes; then
348 + sed -i '/^MimeType/d' loader/wine.desktop || die #117785
349 + fi
350 +
351 + # Edit wine.desktop to work for specific variant
352 + sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
353 +
354 + # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
355 + cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die
356 +
357 + l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
358 +
359 + # Fix manpage generation for locales #469418 and abi_x86_64 #617864
360 +
361 + # Duplicate manpages input files for wine64
362 + local f
363 + for f in loader/*.man.in; do
364 + cp ${f} ${f/wine/wine64} || die
365 + done
366 + # Add wine64 manpages to Makefile
367 + if use abi_x86_64; then
368 + sed -i "/wine.man.in/i \
369 + \\\twine64.man.in \\\\" loader/Makefile.in || die
370 + sed -i -E 's/(.*wine)(.*\.UTF-8\.man\.in.*)/&\
371 +\164\2/' loader/Makefile.in || die
372 + fi
373 +
374 + rm_man_file(){
375 + local file="${1}"
376 + loc=${2}
377 + sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
378 + }
379 +
380 + while read f; do
381 + l10n_for_each_disabled_locale_do rm_man_file "${f}"
382 + done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print)
383 +}
384 +
385 +src_configure() {
386 + wine_compiler_check || die
387 +
388 + export LDCONFIG=/bin/true
389 + use custom-cflags || strip-flags
390 +
391 + multilib-minimal_src_configure
392 +}
393 +
394 +multilib_src_configure() {
395 + local myconf=(
396 + --prefix="${MY_PREFIX}"
397 + --datarootdir="${MY_DATAROOTDIR}"
398 + --datadir="${MY_DATADIR}"
399 + --docdir="${MY_DOCDIR}"
400 + --includedir="${MY_INCLUDEDIR}"
401 + --libdir="${EPREFIX}/usr/$(get_libdir)/wine-${WINE_VARIANT}"
402 + --libexecdir="${MY_LIBEXECDIR}"
403 + --localstatedir="${MY_LOCALSTATEDIR}"
404 + --mandir="${MY_MANDIR}"
405 + --sysconfdir="${EPREFIX}/etc/wine"
406 + $(use_with alsa)
407 + $(use_with capi)
408 + $(use_with lcms cms)
409 + $(use_with cups)
410 + $(use_with ncurses curses)
411 + $(use_with udisks dbus)
412 + $(use_with faudio)
413 + $(use_with fontconfig)
414 + $(use_with ssl gnutls)
415 + $(use_enable gecko mshtml)
416 + $(use_with gphoto2 gphoto)
417 + $(use_with gsm)
418 + $(use_with gssapi)
419 + $(use_with gstreamer)
420 + --without-hal
421 + $(use_with jpeg)
422 + $(use_with kerberos krb5)
423 + $(use_with ldap)
424 + --without-mingw # linux LDFLAGS leak in mingw32: bug #685172
425 + $(use_enable mono mscoree)
426 + $(use_with mp3 mpg123)
427 + $(use_with netapi)
428 + $(use_with nls gettext)
429 + $(use_with openal)
430 + $(use_with opencl)
431 + $(use_with opengl)
432 + $(use_with osmesa)
433 + $(use_with oss)
434 + $(use_with pcap)
435 + $(use_with png)
436 + $(use_with pulseaudio pulse)
437 + $(use_with threads pthread)
438 + $(use_with scanner sane)
439 + $(use_with sdl)
440 + $(use_enable test tests)
441 + $(use_with truetype freetype)
442 + $(use_with udev)
443 + $(use_with v4l v4l2)
444 + $(use_with vkd3d)
445 + $(use_with vulkan)
446 + $(use_with X x)
447 + $(use_with X xfixes)
448 + $(use_with xcomposite)
449 + $(use_with xinerama)
450 + $(use_with xml)
451 + $(use_with xml xslt)
452 + )
453 +
454 + local PKG_CONFIG AR RANLIB
455 + # Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038
456 + # set AR and RANLIB to make QA scripts happy; #483342
457 + tc-export PKG_CONFIG AR RANLIB
458 +
459 + if use amd64; then
460 + if [[ ${ABI} == amd64 ]]; then
461 + myconf+=( --enable-win64 )
462 + else
463 + myconf+=( --disable-win64 )
464 + fi
465 +
466 + # Note: using --with-wine64 results in problems with multilib.eclass
467 + # CC/LD hackery. We're using separate tools instead.
468 + fi
469 +
470 + ECONF_SOURCE=${S} \
471 + econf "${myconf[@]}"
472 + emake depend
473 +}
474 +
475 +multilib_src_test() {
476 + # FIXME: win32-only; wine64 tests fail with "could not find the Wine loader"
477 + if [[ ${ABI} == x86 ]]; then
478 + if [[ $(id -u) == 0 ]]; then
479 + ewarn "Skipping tests since they cannot be run under the root user."
480 + ewarn "To run the test ${MY_PN} suite, add userpriv to FEATURES in make.conf"
481 + return
482 + fi
483 +
484 + WINEPREFIX="${T}/.wine-${ABI}" \
485 + Xemake test
486 + fi
487 +}
488 +
489 +multilib_src_install_all() {
490 + local DOCS=( ANNOUNCE AUTHORS README )
491 + add_locale_docs() {
492 + local locale_doc="documentation/README.$1"
493 + [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} )
494 + }
495 + l10n_for_each_locale_do add_locale_docs
496 +
497 + einstalldocs
498 + prune_libtool_files --all
499 +
500 + if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
501 + rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
502 + "${D%/}${MY_MANDIR}"/man1/wine{dump,maker}.1 || die
503 + fi
504 +
505 + # Remove wineconsole if neither backend is installed #551124
506 + if ! use X && ! use ncurses; then
507 + rm "${D%/}${MY_PREFIX}"/bin/wineconsole* || die
508 + rm "${D%/}${MY_MANDIR}"/man1/wineconsole* || die
509 + rm_wineconsole() {
510 + rm "${D%/}${MY_PREFIX}/$(get_libdir)"/wine/{,fakedlls/}wineconsole.exe* || die
511 + }
512 + multilib_foreach_abi rm_wineconsole
513 + fi
514 +
515 + use abi_x86_32 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine{,-preloader} #255055
516 + use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}
517 +
518 + # Avoid double prefix from dosym and make_wrapper
519 + MY_PREFIX=${MY_PREFIX#${EPREFIX}}
520 +
521 + if use abi_x86_64 && ! use abi_x86_32; then
522 + dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
523 + dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
524 + fi
525 +
526 + # Failglob for binloops, shouldn't be necessary, but including to stay safe
527 + eshopts_push -s failglob #615218
528 + # Make wrappers for binaries for handling multiple variants
529 + # Note: wrappers instead of symlinks because some are shell which use basename
530 + local b
531 + for b in "${ED%/}${MY_PREFIX}"/bin/*; do
532 + make_wrapper "${b##*/}-${WINE_VARIANT}" "${MY_PREFIX}/bin/${b##*/}"
533 + done
534 + eshopts_pop
535 +}
536 +
537 +pkg_postinst() {
538 + eselect wine register ${P}
539 + if [[ ${PN} == "wine-vanilla" ]]; then
540 + eselect wine register --vanilla ${P} || die
541 + fi
542 +
543 + eselect wine update --all --if-unset || die
544 +
545 + xdg_desktop_database_update
546 +
547 + if ! use gecko; then
548 + ewarn "Without Wine Gecko, wine prefixes will not have a default"
549 + ewarn "implementation of iexplore. Many older windows applications"
550 + ewarn "rely upon the existence of an iexplore implementation, so"
551 + ewarn "you will likely need to install an external one, like via winetricks"
552 + fi
553 + if ! use mono; then
554 + ewarn "Without Wine Mono, wine prefixes will not have a default"
555 + ewarn "implementation of .NET. Many windows applications rely upon"
556 + ewarn "the existence of a .NET implementation, so you will likely need"
557 + ewarn "to install an external one, like via winetricks"
558 + fi
559 +}
560 +
561 +pkg_prerm() {
562 + eselect wine deregister ${P}
563 + if [[ ${PN} == "wine-vanilla" ]]; then
564 + eselect wine deregister --vanilla ${P} || die
565 + fi
566 +
567 + eselect wine update --all --if-unset || die
568 +}
569 +
570 +pkg_postrm() {
571 + xdg_desktop_database_update
572 +}