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: Sat, 06 Nov 2021 19:05:56
Message-Id: 1636225513.e8bdc9396c6584693f4759dce70199574400d627.sarnex@gentoo
1 commit: e8bdc9396c6584693f4759dce70199574400d627
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 19:03:14 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 19:05:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bdc939
7
8 app-emulation/wine-vanilla: Sync with ::wine
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-vanilla/Manifest | 1 +
14 .../wine-vanilla/wine-vanilla-6.21.ebuild | 558 +++++++++++++++++++++
15 2 files changed, 559 insertions(+)
16
17 diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest
18 index 57cff95fde0..b7c3392ae1e 100644
19 --- a/app-emulation/wine-vanilla/Manifest
20 +++ b/app-emulation/wine-vanilla/Manifest
21 @@ -6,3 +6,4 @@ DIST wine-6.17.tar.xz 24838704 BLAKE2B 98014c8226db703a62e7c9e73eb5d76a10eb751e8
22 DIST wine-6.18.tar.xz 24860880 BLAKE2B 411b74e92bf895f20e53ad7a203bd3fe84f1b414d8720b402bc17150fd663161e65be05b1fd5630dcc7a32fc6eba27dd0685f7b852dfb5852ea4f7fdb5af15a5 SHA512 d8f54f8fbb61b4af2a6f97328d33b0389ab0fb6a9dac97b2832af3d911a9f23c08653f40ec77f7c0eedd694c4a1c1228fe9dd4d859d8b3d7419e21847de7bcfe
23 DIST wine-6.19.tar.xz 24894356 BLAKE2B 227424c5ff4887b8adca1452ded242d20793d8b5ea8cc8fc94d73f18d294bda5674d48102d6f61e6a5b0e1f76aaa4885ec530bd96b1ea70923bae479254d59d2 SHA512 6d58bca9a4b8ed94f34a532da6403341f325a30d8e1b78997de009ecaafad655d15733823d7d1c8bd906efc568a649f8b7bee5c10f2e271e449d6e1eaa8f7ce4
24 DIST wine-6.20.tar.xz 26921644 BLAKE2B 2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49 SHA512 dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
25 +DIST wine-6.21.tar.xz 26973172 BLAKE2B 7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096 SHA512 2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220
26
27 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild
28 new file mode 100644
29 index 00000000000..5209a25f537
30 --- /dev/null
31 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.21.ebuild
32 @@ -0,0 +1,558 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +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"
39 +PLOCALE_BACKUP="en"
40 +
41 +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale 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"
56 +fi
57 +S="${WORKDIR}/${MY_P}"
58 +
59 +GWP_V="20210925"
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/~sarnex/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 +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"
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 + faudio? ( app-emulation/faudio:=[${MULTILIB_USEDEP}] )
95 + fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
96 + gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
97 + gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
98 + gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
99 + gstreamer? (
100 + media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
101 + media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
102 + )
103 + jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
104 + kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
105 + lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
106 + ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
107 + mp3? ( >=media-sound/mpg123-1.5.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/opengl[${MULTILIB_USEDEP}]
115 + )
116 + osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
117 + pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
118 + png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
119 + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
120 + scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
121 + sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
122 + ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
123 + truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
124 + udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
125 + udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
126 + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
127 + usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
128 + v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
129 + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] )
130 + vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
131 + xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
132 + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
133 + xml? (
134 + dev-libs/libxml2[${MULTILIB_USEDEP}]
135 + dev-libs/libxslt[${MULTILIB_USEDEP}]
136 + )"
137 +
138 +RDEPEND="${COMMON_DEPEND}
139 + app-emulation/wine-desktop-common
140 + >app-eselect/eselect-wine-0.3
141 + !app-emulation/wine:0
142 + dos? ( >=games-emulation/dosbox-0.74_p20160629 )
143 + gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
144 + mono? ( app-emulation/wine-mono:6.4.0 )
145 + perl? (
146 + dev-lang/perl
147 + dev-perl/XML-Simple
148 + )
149 + pulseaudio? (
150 + realtime? ( sys-auth/rtkit )
151 + )
152 + samba? ( >=net-fs/samba-3.0.25[winbind] )
153 + selinux? ( sec-policy/selinux-wine )
154 + udisks? ( sys-fs/udisks:2 )"
155 +
156 +# tools/make_requests requires perl
157 +DEPEND="${COMMON_DEPEND}
158 + sys-devel/flex
159 + >=sys-kernel/linux-headers-2.6
160 + virtual/pkgconfig
161 + virtual/yacc
162 + X? ( x11-base/xorg-proto )
163 + prelink? ( sys-devel/prelink )
164 + xinerama? ( x11-base/xorg-proto )"
165 +
166 +# These use a non-standard "Wine" category, which is provided by
167 +# /etc/xdg/applications-merged/wine.menu
168 +QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
169 +usr/share/applications/wine-notepad.desktop
170 +usr/share/applications/wine-uninstaller.desktop
171 +usr/share/applications/wine-winecfg.desktop"
172 +
173 +PATCHES=(
174 + "${PATCHDIR}/patches/${MY_PN}-5.0-winegcc.patch" #260726
175 + "${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
176 + "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
177 + "${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch"
178 +)
179 +PATCHES_BIN=()
180 +
181 +# https://bugs.gentoo.org/show_bug.cgi?id=635222
182 +if [[ ${#PATCHES_BIN[@]} -ge 1 ]] || [[ ${PV} == 9999 ]]; then
183 + DEPEND+=" dev-util/patchbin"
184 +fi
185 +
186 +wine_compiler_check() {
187 + # GCC-specific bugs
188 + if tc-is-gcc; then
189 + # bug #549768
190 + if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) -le 2 ]]; then
191 + ebegin "Checking for gcc-5 ms_abi compiler bug"
192 + $(tc-getCC) -O2 "${PATCHDIR}/files/pr66838.c" -o "${T}"/pr66838 || die
193 + # Run in subshell to prevent "Aborted" message
194 + ( "${T}"/pr66838 || false ) >/dev/null 2>&1
195 + if ! eend $?; then
196 + eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0"
197 + eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild,"
198 + eerror "or use gcc-config to select a different compiler version."
199 + eerror "See https://bugs.gentoo.org/549768"
200 + eerror
201 + return 1
202 + fi
203 + fi
204 + # bug #574044
205 + if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then
206 + ebegin "Checking for gcc-5-3 stack realignment compiler bug"
207 + # Compile in subshell to prevent "Aborted" message
208 + ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${PATCHDIR}/files/pr69140.c" -o "${T}"/pr69140 ) >/dev/null 2>&1
209 + if ! eend $?; then
210 + eerror "Wine cannot be built with this version of gcc-5.3"
211 + eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
212 + eerror "or use gcc-config to select a different compiler version."
213 + eerror "See https://bugs.gentoo.org/574044"
214 + eerror
215 + return 1
216 + fi
217 + fi
218 + fi
219 +
220 + # Ensure compiler support
221 + if use abi_x86_64; then
222 + ebegin "Checking for 64-bit compiler with builtin_ms_va_list support"
223 + # Compile in subshell to prevent "Aborted" message
224 + ( $(tc-getCC) -O2 "${PATCHDIR}/files/builtin_ms_va_list.c" -o "${T}"/builtin_ms_va_list >/dev/null 2>&1)
225 + if ! eend $?; then
226 + eerror "This version of $(tc-getCC) does not support builtin_ms_va_list, can't enable 64-bit wine"
227 + eerror
228 + eerror "You need gcc-4.4+ or clang 3.8+ to build 64-bit wine"
229 + eerror
230 + return 1
231 + fi
232 + fi
233 +}
234 +
235 +wine_build_environment_check() {
236 + [[ ${MERGE_TYPE} = "binary" ]] && return 0
237 +
238 + if use abi_x86_64; then
239 + if tc-is-gcc && [[ $(gcc-major-version) -lt 4 || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ) ]]; then
240 + eerror "You need gcc-4.4+ to compile 64-bit wine"
241 + die
242 + elif tc-is-clang && [[ $(clang-major-version) -lt 3 || ( $(clang-major-version) -eq 3 && $(clang-minor-version) -lt 8 ) ]]; then
243 + eerror "You need clang-3.8+ to compile 64-bit wine"
244 + die
245 + fi
246 + fi
247 + if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) -le 3 ]]; then
248 + ewarn "GCC-5.0-5.3 suffered from compiler bugs and are no longer supported by"
249 + ewarn "Gentoo's Toolchain Team. If your ebuild fails the compiler checks in"
250 + ewarn "the configure phase, either update your compiler or switch to <5.0 || >=5.4"
251 + fi
252 + if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) -eq 4 ]]; then
253 + if has "-march=i686" ${CFLAGS} && ! has "-mtune=generic" ${CFLAGS}; then
254 + ewarn "Compilation can hang with CFLAGS=\"-march=i686\". You can temporarily work"
255 + ewarn "around this by adding \"-mtune=generic\" to your CFLAGS for wine."
256 + ewarn "See package.env in man 5 portage for more information on how to do this."
257 + ewarn "See https://bugs.gentoo.org/show_bug.cgi?id=613128 for more details"
258 + fi
259 + fi
260 +
261 + if use abi_x86_32 && use opencl && [[ "$(eselect opencl show 2> /dev/null)" == "intel" ]]; then
262 + eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only."
263 + eerror "See https://bugs.gentoo.org/487864 for more details."
264 + eerror
265 + return 1
266 + fi
267 +}
268 +
269 +wine_env_vcs_vars() {
270 + local pn_live_var="${PN//[-+]/_}_LIVE_COMMIT"
271 + local pn_live_val="${pn_live_var}"
272 + eval pn_live_val='$'${pn_live_val}
273 + if [[ ! -z ${EGIT_COMMIT} ]]; then
274 + eerror "Commits must now be specified using the environmental variables"
275 + eerror "EGIT_OVERRIDE_COMMIT_WINE"
276 + eerror
277 + return 1
278 + fi
279 +}
280 +
281 +pkg_pretend() {
282 + wine_build_environment_check || die
283 +
284 + # Verify OSS support
285 + if use oss && ! use kernel_FreeBSD; then
286 + if ! has_version ">=media-sound/oss-4"; then
287 + eerror "You cannot build wine with USE=oss without having support from a"
288 + eerror "FreeBSD kernel or >=media-sound/oss-4 (only available through external repos)"
289 + eerror
290 + die
291 + fi
292 + fi
293 +
294 + if use mingw && use abi_x86_32 && ! has_version "cross-i686-w64-mingw32/gcc"; then
295 + eerror
296 + eerror "USE=\"mingw\" is currently experimental, and requires the"
297 + eerror "'cross-i686-w64-mingw32' compiler and its runtime for 32-bit builds."
298 + eerror
299 + eerror "These can be installed by using 'sys-devel/crossdev':"
300 + eerror
301 + eerror "crossdev --target i686-w64-mingw32"
302 + eerror
303 + eerror "For more information on setting up MinGW, see: https://wiki.gentoo.org/wiki/Mingw"
304 + eerror
305 + die "MinGW build was enabled, but no compiler to support it was found."
306 + fi
307 +
308 + if use mingw && use abi_x86_64 && ! has_version "cross-x86_64-w64-mingw32/gcc"; then
309 + eerror
310 + eerror "USE=\"mingw\" is currently experimental, and requires the"
311 + eerror "'cross-x86_64-w64-mingw32' compiler and its runtime for 64-bit builds."
312 + eerror
313 + eerror "These can be installed by using 'sys-devel/crossdev':"
314 + eerror
315 + eerror "crossdev --target x86_64-w64-mingw32"
316 + eerror
317 + eerror "For more information on setting up MinGW, see: https://wiki.gentoo.org/wiki/Mingw"
318 + eerror
319 + die "MinGW build was enabled, but no compiler to support it was found."
320 + fi
321 +}
322 +
323 +pkg_setup() {
324 + wine_build_environment_check || die
325 + wine_env_vcs_vars || die
326 +
327 + WINE_VARIANT="${PN#wine}-${PV}"
328 + WINE_VARIANT="${WINE_VARIANT#-}"
329 +
330 + MY_PREFIX="${EPREFIX}/usr/lib/wine-${WINE_VARIANT}"
331 + MY_DATAROOTDIR="${EPREFIX}/usr/share/wine-${WINE_VARIANT}"
332 + MY_DATADIR="${MY_DATAROOTDIR}"
333 + MY_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
334 + MY_INCLUDEDIR="${EPREFIX}/usr/include/wine-${WINE_VARIANT}"
335 + MY_LIBEXECDIR="${EPREFIX}/usr/libexec/wine-${WINE_VARIANT}"
336 + MY_LOCALSTATEDIR="${EPREFIX}/var/wine-${WINE_VARIANT}"
337 + MY_MANDIR="${MY_DATADIR}/man"
338 +}
339 +
340 +src_unpack() {
341 + if [[ ${PV} == "9999" ]] ; then
342 + EGIT_CHECKOUT_DIR="${S}" git-r3_src_unpack
343 + fi
344 +
345 + default
346 +
347 + plocale_find_changes "${S}/po" "" ".po"
348 +}
349 +
350 +src_prepare() {
351 +
352 + eapply_bin(){
353 + local patch
354 + for patch in ${PATCHES_BIN[@]}; do
355 + patchbin --nogit < "${patch}" || die
356 + done
357 + }
358 +
359 + local md5="$(md5sum server/protocol.def)"
360 +
361 + default
362 + eapply_bin
363 + eautoreconf
364 +
365 + # Modification of the server protocol requires regenerating the server requests
366 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
367 + einfo "server/protocol.def was patched; running tools/make_requests"
368 + tools/make_requests || die #432348
369 + fi
370 + sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
371 + if ! use run-exes; then
372 + sed -i '/^MimeType/d' loader/wine.desktop || die #117785
373 + fi
374 +
375 + # Edit wine.desktop to work for specific variant
376 + sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
377 +
378 + # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
379 + cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die
380 +
381 + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
382 +
383 + # Fix manpage generation for locales #469418 and abi_x86_64 #617864
384 +
385 + # Duplicate manpages input files for wine64
386 + local f
387 + for f in loader/*.man.in; do
388 + cp ${f} ${f/wine/wine64} || die
389 + done
390 + # Add wine64 manpages to Makefile
391 + if use abi_x86_64; then
392 + sed -i "/wine.man.in/i \
393 + \\\twine64.man.in \\\\" loader/Makefile.in || die
394 + sed -i -E 's/(.*wine)(.*\.UTF-8\.man\.in.*)/&\
395 +\164\2/' loader/Makefile.in || die
396 + fi
397 +
398 + rm_man_file(){
399 + local file="${1}"
400 + loc=${2}
401 + sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
402 + }
403 +
404 + while read f; do
405 + plocale_for_each_disabled_locale rm_man_file "${f}"
406 + done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print)
407 +}
408 +
409 +src_configure() {
410 + wine_compiler_check || die
411 +
412 + export LDCONFIG=/bin/true
413 + use custom-cflags || strip-flags
414 + if use mingw; then
415 + export CROSSCFLAGS="${CFLAGS}"
416 + fi
417 +
418 + multilib-minimal_src_configure
419 +}
420 +
421 +multilib_src_configure() {
422 + local myconf=(
423 + --prefix="${MY_PREFIX}"
424 + --datarootdir="${MY_DATAROOTDIR}"
425 + --datadir="${MY_DATADIR}"
426 + --docdir="${MY_DOCDIR}"
427 + --includedir="${MY_INCLUDEDIR}"
428 + --libdir="${EPREFIX}/usr/$(get_libdir)/wine-${WINE_VARIANT}"
429 + --libexecdir="${MY_LIBEXECDIR}"
430 + --localstatedir="${MY_LOCALSTATEDIR}"
431 + --mandir="${MY_MANDIR}"
432 + --sysconfdir="${EPREFIX}/etc/wine"
433 + $(use_with alsa)
434 + $(use_with capi)
435 + $(use_with lcms cms)
436 + $(use_with cups)
437 + $(use_with udisks dbus)
438 + $(use_with faudio)
439 + $(use_with fontconfig)
440 + $(use_with ssl gnutls)
441 + $(use_enable gecko mshtml)
442 + $(use_with gphoto2 gphoto)
443 + $(use_with gsm)
444 + $(use_with gssapi)
445 + $(use_with gstreamer)
446 + --without-hal
447 + $(use_with jpeg)
448 + $(use_with kerberos krb5)
449 + $(use_with ldap)
450 + # TODO: Will bug 685172 still need special handling?
451 + $(use_with mingw)
452 + $(use_enable mono mscoree)
453 + $(use_with mp3 mpg123)
454 + $(use_with netapi)
455 + $(use_with nls gettext)
456 + $(use_with openal)
457 + $(use_with opencl)
458 + $(use_with opengl)
459 + $(use_with osmesa)
460 + $(use_with oss)
461 + $(use_with pcap)
462 + $(use_with png)
463 + $(use_with pulseaudio pulse)
464 + $(use_with threads pthread)
465 + $(use_with scanner sane)
466 + $(use_with sdl)
467 + $(use_enable test tests)
468 + $(use_with truetype freetype)
469 + $(use_with udev)
470 + $(use_with unwind)
471 + $(use_with usb)
472 + $(use_with v4l v4l2)
473 + $(use_with vkd3d)
474 + $(use_with vulkan)
475 + $(use_with X x)
476 + $(use_with X xfixes)
477 + $(use_with xcomposite)
478 + $(use_with xinerama)
479 + $(use_with xml)
480 + $(use_with xml xslt)
481 + )
482 +
483 + local PKG_CONFIG
484 + # Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038
485 + tc-export PKG_CONFIG
486 +
487 + if use amd64; then
488 + if [[ ${ABI} == amd64 ]]; then
489 + myconf+=( --enable-win64 )
490 + else
491 + myconf+=( --disable-win64 )
492 + fi
493 +
494 + # Note: using --with-wine64 results in problems with multilib.eclass
495 + # CC/LD hackery. We're using separate tools instead.
496 + fi
497 +
498 + ECONF_SOURCE=${S} \
499 + econf "${myconf[@]}"
500 + emake depend
501 +}
502 +
503 +multilib_src_test() {
504 + # FIXME: win32-only; wine64 tests fail with "could not find the Wine loader"
505 + if [[ ${ABI} == x86 ]]; then
506 + if [[ $(id -u) == 0 ]]; then
507 + ewarn "Skipping tests since they cannot be run under the root user."
508 + ewarn "To run the test ${MY_PN} suite, add userpriv to FEATURES in make.conf"
509 + return
510 + fi
511 +
512 + WINEPREFIX="${T}/.wine-${ABI}" \
513 + virtx emake test
514 + fi
515 +}
516 +
517 +multilib_src_install_all() {
518 + local DOCS=( ANNOUNCE AUTHORS README )
519 + add_locale_docs() {
520 + local locale_doc="documentation/README.$1"
521 + [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} )
522 + }
523 + plocale_for_each_locale add_locale_docs
524 +
525 + einstalldocs
526 + find "${ED}" -name *.la -delete || die
527 +
528 + if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
529 + rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
530 + "${D%/}${MY_MANDIR}"/man1/wine{dump,maker}.1 || die
531 + fi
532 +
533 + use abi_x86_32 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine{,-preloader} #255055
534 + use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}
535 +
536 + # Avoid double prefix from dosym and make_wrapper
537 + MY_PREFIX=${MY_PREFIX#${EPREFIX}}
538 +
539 + if use abi_x86_64 && ! use abi_x86_32; then
540 + dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
541 + dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
542 + fi
543 +
544 + # Failglob for binloops, shouldn't be necessary, but including to stay safe
545 + eshopts_push -s failglob #615218
546 + # Make wrappers for binaries for handling multiple variants
547 + # Note: wrappers instead of symlinks because some are shell which use basename
548 + local b
549 + for b in "${ED%/}${MY_PREFIX}"/bin/*; do
550 + make_wrapper "${b##*/}-${WINE_VARIANT}" "${MY_PREFIX}/bin/${b##*/}"
551 + done
552 + eshopts_pop
553 +}
554 +
555 +pkg_postinst() {
556 + eselect wine register ${P}
557 + if [[ ${PN} == "wine-vanilla" ]]; then
558 + eselect wine register --vanilla ${P} || die
559 + fi
560 +
561 + eselect wine update --all --if-unset || die
562 +
563 + xdg_desktop_database_update
564 +
565 + if ! use gecko; then
566 + ewarn "Without Wine Gecko, wine prefixes will not have a default"
567 + ewarn "implementation of iexplore. Many older windows applications"
568 + ewarn "rely upon the existence of an iexplore implementation, so"
569 + ewarn "you will likely need to install an external one, like via winetricks"
570 + fi
571 + if ! use mono; then
572 + ewarn "Without Wine Mono, wine prefixes will not have a default"
573 + ewarn "implementation of .NET. Many windows applications rely upon"
574 + ewarn "the existence of a .NET implementation, so you will likely need"
575 + ewarn "to install an external one, like via winetricks"
576 + fi
577 +}
578 +
579 +pkg_prerm() {
580 + eselect wine deregister ${P}
581 + if [[ ${PN} == "wine-vanilla" ]]; then
582 + eselect wine deregister --vanilla ${P} || die
583 + fi
584 +
585 + eselect wine update --all --if-unset || die
586 +}
587 +
588 +pkg_postrm() {
589 + xdg_desktop_database_update
590 +}