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