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-staging/
Date: Tue, 02 Mar 2021 05:11:17
Message-Id: 1614661863.8ccde1eb20813097fa8a3321e1ffa6e9e13f40be.sarnex@gentoo
1 commit: 8ccde1eb20813097fa8a3321e1ffa6e9e13f40be
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 2 05:10:26 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 2 05:11:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccde1eb
7
8 app-emulation/wine-staging: Sync with ::wine
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-staging/Manifest | 1 +
14 .../wine-staging/wine-staging-6.3-r1.ebuild | 668 +++++++++++++++++++++
15 2 files changed, 669 insertions(+)
16
17 diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest
18 index 3c1cd9c18d5..c5a4c4ec14b 100644
19 --- a/app-emulation/wine-staging/Manifest
20 +++ b/app-emulation/wine-staging/Manifest
21 @@ -1,4 +1,5 @@
22 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98 SHA512 46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
23 +DIST gentoo-wine-patches-20210302.tar.xz 60112 BLAKE2B 993cc671da00e5f44022af14f7b14f41155db4f2a02a971d17e7d40c3aece59e6b0dcd2793157c91bfe1f240a4b9e59a731f07dcb3314688f978e2f79e8062f1 SHA512 623cfa1420350d76d4b3897310bb81ce86740306a16ec974762cae886ae6717194b726cb4bfa588ea451414b399c50cca72125020738cdc3e13f6cc84983f858
24 DIST wine-6.0.tar.xz 24192280 BLAKE2B baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e SHA512 c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
25 DIST wine-6.1.tar.xz 24227160 BLAKE2B 968405fb8a4060732a6070687e28aecc9169692bf18e058d358e859a2626281b5adb67b94d849628ecbfa87ad772a367f62fd3c5f45aecdf7d0a7e7aa8167c33 SHA512 49ee77c41e2fb1c4f22417117b26f8a467ec6c99583fca66f147003f776fcaf5ca42227153c7ca3325dfe70141ae9bfb88e3eb6e4cf25dd31a5ba5115d2685d0
26 DIST wine-6.2.tar.xz 24270924 BLAKE2B b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635 SHA512 d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
27
28 diff --git a/app-emulation/wine-staging/wine-staging-6.3-r1.ebuild b/app-emulation/wine-staging/wine-staging-6.3-r1.ebuild
29 new file mode 100644
30 index 00000000000..dd1fc435646
31 --- /dev/null
32 +++ b/app-emulation/wine-staging/wine-staging-6.3-r1.ebuild
33 @@ -0,0 +1,668 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +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"
40 +PLOCALE_BACKUP="en"
41 +
42 +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
43 +MY_PN="${PN%%-*}"
44 +MY_PV="${PV/_/-}"
45 +MY_P="${MY_PN}-${MY_PV}"
46 +
47 +if [[ ${MY_PV} == "9999" ]] ; then
48 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
49 + EGIT_BRANCH="master"
50 + inherit git-r3
51 + SRC_URI=""
52 + #KEYWORDS=""
53 +else
54 + MAJOR_V=$(ver_cut 1)
55 + MINOR_V=$(ver_cut 2)
56 + if [[ ${MINOR_V} != "0" ]] ; then
57 + MINOR_V="x"
58 + fi
59 + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz"
60 + KEYWORDS="-* ~amd64 ~x86"
61 +fi
62 +S="${WORKDIR}/${MY_P}"
63 +
64 +STAGING_P="wine-staging-${MY_PV}"
65 +STAGING_DIR="${WORKDIR}/${STAGING_P}"
66 +GWP_V="20210302"
67 +PATCHDIR="${WORKDIR}/gentoo-wine-patches"
68 +
69 +DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset"
70 +HOMEPAGE="https://www.winehq.org/"
71 +SRC_URI="${SRC_URI}
72 + https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
73 +"
74 +
75 +if [[ ${MY_PV} == "9999" ]] ; then
76 + STAGING_EGIT_REPO_URI="https://github.com/wine-staging/wine-staging.git"
77 +else
78 + SRC_URI="${SRC_URI}
79 + staging? ( https://github.com/wine-staging/wine-staging/archive/v${MY_PV}.tar.gz -> ${STAGING_P}.tar.gz )"
80 +fi
81 +
82 +LICENSE="LGPL-2.1"
83 +SLOT="${MY_PV}"
84 +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"
85 +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
86 + X? ( truetype )
87 + elibc_glibc? ( threads )
88 + osmesa? ( opengl )
89 + pipelight? ( staging )
90 + test? ( abi_x86_32 )
91 + themes? ( staging )
92 + vaapi? ( staging )
93 + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
94 +
95 +# FIXME: the test suite is unsuitable for us; many tests require net access
96 +# or fail due to Xvfb's opengl limitations.
97 +RESTRICT="test"
98 +
99 +COMMON_DEPEND="
100 + X? (
101 + x11-libs/libXcursor[${MULTILIB_USEDEP}]
102 + x11-libs/libXext[${MULTILIB_USEDEP}]
103 + x11-libs/libXfixes[${MULTILIB_USEDEP}]
104 + x11-libs/libXrandr[${MULTILIB_USEDEP}]
105 + x11-libs/libXi[${MULTILIB_USEDEP}]
106 + x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
107 + )
108 + alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
109 + capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
110 + cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
111 + faudio? ( app-emulation/faudio:=[${MULTILIB_USEDEP}] )
112 + fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
113 + gcrypt? ( dev-libs/libgcrypt:=[${MULTILIB_USEDEP}] )
114 + gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
115 + gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
116 + gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
117 + gstreamer? (
118 + media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
119 + media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
120 + )
121 + jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
122 + kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
123 + lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
124 + ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
125 + mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
126 + netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
127 + nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
128 + odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
129 + openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
130 + opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
131 + opengl? (
132 + virtual/glu[${MULTILIB_USEDEP}]
133 + virtual/opengl[${MULTILIB_USEDEP}]
134 + )
135 + osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
136 + pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
137 + png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
138 + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
139 + scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
140 + sdl? ( media-libs/libsdl2:=[haptic,joystick,${MULTILIB_USEDEP}] )
141 + ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
142 + staging? ( sys-apps/attr[${MULTILIB_USEDEP}] )
143 + themes? (
144 + dev-libs/glib:2[${MULTILIB_USEDEP}]
145 + x11-libs/cairo[${MULTILIB_USEDEP}]
146 + x11-libs/gtk+:3[${MULTILIB_USEDEP}]
147 + )
148 + truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
149 + udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
150 + udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
151 + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
152 + usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
153 + v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
154 + vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
155 + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] )
156 + vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
157 + xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
158 + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
159 + xml? (
160 + dev-libs/libxml2[${MULTILIB_USEDEP}]
161 + dev-libs/libxslt[${MULTILIB_USEDEP}]
162 + )"
163 +
164 +RDEPEND="${COMMON_DEPEND}
165 + app-emulation/wine-desktop-common
166 + >app-eselect/eselect-wine-0.3
167 + !app-emulation/wine:0
168 + dos? ( >=games-emulation/dosbox-0.74_p20160629 )
169 + gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
170 + mono? ( app-emulation/wine-mono:6.0.0 )
171 + perl? (
172 + dev-lang/perl
173 + dev-perl/XML-Simple
174 + )
175 + pulseaudio? (
176 + realtime? ( sys-auth/rtkit )
177 + )
178 + samba? ( >=net-fs/samba-3.0.25[winbind] )
179 + selinux? ( sec-policy/selinux-wine )
180 + udisks? ( sys-fs/udisks:2 )"
181 +
182 +# tools/make_requests requires perl
183 +DEPEND="${COMMON_DEPEND}
184 + sys-devel/flex
185 + >=sys-kernel/linux-headers-2.6
186 + virtual/pkgconfig
187 + virtual/yacc
188 + X? ( x11-base/xorg-proto )
189 + prelink? ( sys-devel/prelink )
190 + staging? (
191 + dev-lang/perl
192 + dev-perl/XML-Simple
193 + )
194 + xinerama? ( x11-base/xorg-proto )"
195 +
196 +# These use a non-standard "Wine" category, which is provided by
197 +# /etc/xdg/applications-merged/wine.menu
198 +QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
199 +usr/share/applications/wine-notepad.desktop
200 +usr/share/applications/wine-uninstaller.desktop
201 +usr/share/applications/wine-winecfg.desktop"
202 +
203 +PATCHES=(
204 + "${PATCHDIR}/patches/${MY_PN}-5.0-winegcc.patch" #260726
205 + "${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
206 + "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
207 + "${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch"
208 + "${PATCHDIR}/patches/${MY_PN}-6.3-Fix-nine.patch"
209 +)
210 +PATCHES_BIN=()
211 +
212 +# https://bugs.gentoo.org/show_bug.cgi?id=635222
213 +if [[ ${#PATCHES_BIN[@]} -ge 1 ]] || [[ ${MY_PV} == 9999 ]]; then
214 + DEPEND+=" dev-util/patchbin"
215 +fi
216 +
217 +wine_compiler_check() {
218 + [[ ${MERGE_TYPE} = "binary" ]] && return 0
219 +
220 + # GCC-specific bugs
221 + if tc-is-gcc; then
222 + # bug #549768
223 + if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) -le 2 ]]; then
224 + ebegin "Checking for gcc-5 ms_abi compiler bug"
225 + $(tc-getCC) -O2 "${PATCHDIR}/files/pr66838.c" -o "${T}"/pr66838 || die
226 + # Run in subshell to prevent "Aborted" message
227 + ( "${T}"/pr66838 || false ) >/dev/null 2>&1
228 + if ! eend $?; then
229 + eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0"
230 + eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild,"
231 + eerror "or use gcc-config to select a different compiler version."
232 + eerror "See https://bugs.gentoo.org/549768"
233 + eerror
234 + return 1
235 + fi
236 + fi
237 + # bug #574044
238 + if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then
239 + ebegin "Checking for gcc-5-3 stack realignment compiler bug"
240 + # Compile in subshell to prevent "Aborted" message
241 + ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${PATCHDIR}/files/pr69140.c" -o "${T}"/pr69140 ) >/dev/null 2>&1
242 + if ! eend $?; then
243 + eerror "Wine cannot be built with this version of gcc-5.3"
244 + eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
245 + eerror "or use gcc-config to select a different compiler version."
246 + eerror "See https://bugs.gentoo.org/574044"
247 + eerror
248 + return 1
249 + fi
250 + fi
251 + fi
252 +
253 + # Ensure compiler support
254 + if use abi_x86_64; then
255 + ebegin "Checking for 64-bit compiler with builtin_ms_va_list support"
256 + # Compile in subshell to prevent "Aborted" message
257 + ( $(tc-getCC) -O2 "${PATCHDIR}/files/builtin_ms_va_list.c" -o "${T}"/builtin_ms_va_list >/dev/null 2>&1)
258 + if ! eend $?; then
259 + eerror "This version of $(tc-getCC) does not support builtin_ms_va_list, can't enable 64-bit wine"
260 + eerror
261 + eerror "You need gcc-4.4+ or clang 3.8+ to build 64-bit wine"
262 + eerror
263 + return 1
264 + fi
265 + fi
266 +}
267 +
268 +wine_build_environment_check() {
269 + [[ ${MERGE_TYPE} = "binary" ]] && return 0
270 +
271 + if use abi_x86_64; then
272 + if tc-is-gcc && [[ $(gcc-major-version) -lt 4 || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ) ]]; then
273 + eerror "You need gcc-4.4+ to compile 64-bit wine"
274 + die
275 + elif tc-is-clang && [[ $(clang-major-version) -lt 3 || ( $(clang-major-version) -eq 3 && $(clang-minor-version) -lt 8 ) ]]; then
276 + eerror "You need clang-3.8+ to compile 64-bit wine"
277 + die
278 + fi
279 + fi
280 + if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) -le 3 ]]; then
281 + ewarn "GCC-5.0-5.3 suffered from compiler bugs and are no longer supported by"
282 + ewarn "Gentoo's Toolchain Team. If your ebuild fails the compiler checks in"
283 + ewarn "the configure phase, either update your compiler or switch to <5.0 || >=5.4"
284 + fi
285 + if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) -eq 4 ]]; then
286 + if has "-march=i686" ${CFLAGS} && ! has "-mtune=generic" ${CFLAGS}; then
287 + ewarn "Compilation can hang with CFLAGS=\"-march=i686\". You can temporarily work"
288 + ewarn "around this by adding \"-mtune=generic\" to your CFLAGS for wine."
289 + ewarn "See package.env in man 5 portage for more information on how to do this."
290 + ewarn "See https://bugs.gentoo.org/show_bug.cgi?id=613128 for more details"
291 + fi
292 + fi
293 +
294 + if use abi_x86_32 && use opencl && [[ "$(eselect opencl show 2> /dev/null)" == "intel" ]]; then
295 + eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only."
296 + eerror "See https://bugs.gentoo.org/487864 for more details."
297 + eerror
298 + return 1
299 + fi
300 +}
301 +
302 +wine_env_vcs_vars() {
303 + local pn_live_var="${PN//[-+]/_}_LIVE_COMMIT"
304 + local pn_live_val="${pn_live_var}"
305 + eval pn_live_val='$'${pn_live_val}
306 + if [[ ! -z ${pn_live_val} ]]; then
307 + if use staging; then
308 + eerror "Because of the multi-repo nature of ${MY_PN}, ${pn_live_var}"
309 + eerror "cannot be used to set the commit. Instead, you may use the"
310 + eerror "environment variables:"
311 + eerror " EGIT_OVERRIDE_COMMIT_WINE"
312 + eerror " EGIT_OVERRIDE_COMMIT_WINE_STAGING_WINE_STAGING"
313 + eerror
314 + return 1
315 + fi
316 + fi
317 + if [[ ! -z ${EGIT_COMMIT} ]]; then
318 + eerror "Commits must now be specified using the environment variables:"
319 + eerror " EGIT_OVERRIDE_COMMIT_WINE"
320 + eerror " EGIT_OVERRIDE_COMMIT_WINE_STAGING_WINE_STAGING"
321 + eerror
322 + return 1
323 + fi
324 +}
325 +
326 +pkg_pretend() {
327 + if [[ ${MERGE_TYPE} != binary ]] ; then
328 + wine_build_environment_check || die
329 +
330 + # Verify OSS support
331 + if use oss && ! use kernel_FreeBSD; then
332 + if ! has_version ">=media-sound/oss-4"; then
333 + eerror "You cannot build wine with USE=oss without having support from a"
334 + eerror "FreeBSD kernel or >=media-sound/oss-4 (only available through external repos)"
335 + eerror
336 + die
337 + fi
338 + fi
339 +
340 + if use mingw && use abi_x86_32 && ! has_version "cross-i686-w64-mingw32/gcc"; then
341 + eerror
342 + eerror "USE=\"mingw\" is currently experimental, and requires the"
343 + eerror "'cross-i686-w64-mingw32' compiler and its runtime for 32-bit builds."
344 + eerror
345 + eerror "These can be installed by using 'sys-devel/crossdev':"
346 + eerror
347 + eerror "crossdev --target i686-w64-mingw32"
348 + eerror
349 + eerror "For more information on setting up MinGW, see: https://wiki.gentoo.org/wiki/Mingw"
350 + eerror
351 + die "MinGW build was enabled, but no compiler to support it was found."
352 + fi
353 +
354 + if use mingw && use abi_x86_64 && ! has_version "cross-x86_64-w64-mingw32/gcc"; then
355 + eerror
356 + eerror "USE=\"mingw\" is currently experimental, and requires the"
357 + eerror "'cross-x86_64-w64-mingw32' compiler and its runtime for 64-bit builds."
358 + eerror
359 + eerror "These can be installed by using 'sys-devel/crossdev':"
360 + eerror
361 + eerror "crossdev --target x86_64-w64-mingw32"
362 + eerror
363 + eerror "For more information on setting up MinGW, see: https://wiki.gentoo.org/wiki/Mingw"
364 + eerror
365 + die "MinGW build was enabled, but no compiler to support it was found."
366 + fi
367 + fi
368 +}
369 +
370 +pkg_setup() {
371 + wine_build_environment_check || die
372 + wine_env_vcs_vars || die
373 +
374 + WINE_VARIANT="${PN#wine}-${MY_PV}"
375 + WINE_VARIANT="${WINE_VARIANT#-}"
376 +
377 + MY_PREFIX="${EPREFIX}/usr/lib/wine-${WINE_VARIANT}"
378 + MY_DATAROOTDIR="${EPREFIX}/usr/share/wine-${WINE_VARIANT}"
379 + MY_DATADIR="${MY_DATAROOTDIR}"
380 + MY_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
381 + MY_INCLUDEDIR="${EPREFIX}/usr/include/wine-${WINE_VARIANT}"
382 + MY_LIBEXECDIR="${EPREFIX}/usr/libexec/wine-${WINE_VARIANT}"
383 + MY_LOCALSTATEDIR="${EPREFIX}/var/wine-${WINE_VARIANT}"
384 + MY_MANDIR="${MY_DATADIR}/man"
385 +}
386 +
387 +src_unpack() {
388 + if [[ ${MY_PV} == "9999" ]] ; then
389 + EGIT_CHECKOUT_DIR="${S}" git-r3_src_unpack
390 + if use staging; then
391 + local CURRENT_WINE_COMMIT=${EGIT_VERSION}
392 +
393 + EGIT_CHECKOUT_DIR="${STAGING_DIR}" EGIT_REPO_URI="${STAGING_EGIT_REPO_URI}" git-r3_src_unpack
394 +
395 + local COMPAT_WINE_COMMIT=$("${STAGING_DIR}/patches/patchinstall.sh" --upstream-commit) || die
396 +
397 + if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
398 + einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
399 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
400 + einfo "Example: EGIT_OVERRIDE_COMMIT_WINE=${COMPAT_WINE_COMMIT} emerge -1 wine"
401 + fi
402 + fi
403 + fi
404 +
405 + default
406 +
407 + l10n_find_plocales_changes "${S}/po" "" ".po"
408 +}
409 +
410 +src_prepare() {
411 +
412 + eapply_bin(){
413 + local patch
414 + for patch in ${PATCHES_BIN[@]}; do
415 + patchbin --nogit < "${patch}" || die
416 + done
417 + }
418 +
419 + local md5="$(md5sum server/protocol.def)"
420 +
421 + if use staging; then
422 + ewarn "Applying the Wine-Staging patchset. Any bug reports to the"
423 + ewarn "Wine bugzilla should explicitly state that staging was used."
424 +
425 + local STAGING_EXCLUDE="-W winemenubuilder-Desktop_Icon_Path" #652176
426 + use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight"
427 +
428 + # Launch wine-staging patcher in a subshell, using eapply as a backend, and gitapply.sh as a backend for binary patches
429 + ebegin "Running Wine-Staging patch installer"
430 + (
431 + set -- DESTDIR="${S}" --backend=eapply --no-autoconf --all ${STAGING_EXCLUDE}
432 + cd "${STAGING_DIR}/patches"
433 + source "${STAGING_DIR}/patches/patchinstall.sh"
434 + )
435 + eend $? || die "Failed to apply Wine-Staging patches"
436 + fi
437 +
438 + default
439 + eapply_bin
440 + eautoreconf
441 +
442 + # Modification of the server protocol requires regenerating the server requests
443 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
444 + einfo "server/protocol.def was patched; running tools/make_requests"
445 + tools/make_requests || die #432348
446 + fi
447 + sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
448 + if ! use run-exes; then
449 + sed -i '/^MimeType/d' loader/wine.desktop || die #117785
450 + fi
451 +
452 + # Edit wine.desktop to work for specific variant
453 + sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
454 +
455 + # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
456 + cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die
457 +
458 + l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
459 +
460 + # Fix manpage generation for locales #469418 and abi_x86_64 #617864
461 +
462 + # Duplicate manpages input files for wine64
463 + local f
464 + for f in loader/*.man.in; do
465 + cp ${f} ${f/wine/wine64} || die
466 + done
467 + # Add wine64 manpages to Makefile
468 + if use abi_x86_64; then
469 + sed -i "/wine.man.in/i \
470 + \\\twine64.man.in \\\\" loader/Makefile.in || die
471 + sed -i -E 's/(.*wine)(.*\.UTF-8\.man\.in.*)/&\
472 +\164\2/' loader/Makefile.in || die
473 + fi
474 +
475 + rm_man_file(){
476 + local file="${1}"
477 + loc=${2}
478 + sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die
479 + }
480 +
481 + while read f; do
482 + l10n_for_each_disabled_locale_do rm_man_file "${f}"
483 + done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print)
484 +}
485 +
486 +src_configure() {
487 + wine_compiler_check || die
488 +
489 + export LDCONFIG=/bin/true
490 + use custom-cflags || strip-flags
491 + if use mingw; then
492 + export CROSSCFLAGS="${CFLAGS}"
493 + fi
494 +
495 + multilib-minimal_src_configure
496 +}
497 +
498 +multilib_src_configure() {
499 + local myconf=(
500 + --prefix="${MY_PREFIX}"
501 + --datarootdir="${MY_DATAROOTDIR}"
502 + --datadir="${MY_DATADIR}"
503 + --docdir="${MY_DOCDIR}"
504 + --includedir="${MY_INCLUDEDIR}"
505 + --libdir="${EPREFIX}/usr/$(get_libdir)/wine-${WINE_VARIANT}"
506 + --libexecdir="${MY_LIBEXECDIR}"
507 + --localstatedir="${MY_LOCALSTATEDIR}"
508 + --mandir="${MY_MANDIR}"
509 + --sysconfdir="${EPREFIX}/etc/wine"
510 + $(use_with alsa)
511 + $(use_with capi)
512 + $(use_with lcms cms)
513 + $(use_with cups)
514 + $(use_with udisks dbus)
515 + $(use_with faudio)
516 + $(use_with fontconfig)
517 + $(use_with ssl gnutls)
518 + $(use_enable gecko mshtml)
519 + $(use_with gcrypt)
520 + $(use_with gphoto2 gphoto)
521 + $(use_with gsm)
522 + $(use_with gssapi)
523 + $(use_with gstreamer)
524 + --without-hal
525 + $(use_with jpeg)
526 + $(use_with kerberos krb5)
527 + $(use_with ldap)
528 + # TODO: Will bug 685172 still need special handling?
529 + $(use_with mingw)
530 + $(use_enable mono mscoree)
531 + $(use_with mp3 mpg123)
532 + $(use_with netapi)
533 + $(use_with nls gettext)
534 + $(use_with openal)
535 + $(use_with opencl)
536 + $(use_with opengl)
537 + $(use_with osmesa)
538 + $(use_with oss)
539 + $(use_with pcap)
540 + $(use_with png)
541 + $(use_with pulseaudio pulse)
542 + $(use_with threads pthread)
543 + $(use_with scanner sane)
544 + $(use_with sdl)
545 + $(use_enable test tests)
546 + $(use_with truetype freetype)
547 + $(use_with udev)
548 + $(use_with unwind)
549 + $(use_with usb)
550 + $(use_with v4l v4l2)
551 + $(use_with vkd3d)
552 + $(use_with vulkan)
553 + $(use_with X x)
554 + $(use_with X xfixes)
555 + $(use_with xcomposite)
556 + $(use_with xinerama)
557 + $(use_with xml)
558 + $(use_with xml xslt)
559 + )
560 +
561 + use staging && myconf+=(
562 + --with-xattr
563 + $(use_with themes gtk3)
564 + $(use_with vaapi va)
565 + )
566 +
567 + local PKG_CONFIG AR RANLIB
568 + # Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038
569 + # set AR and RANLIB to make QA scripts happy; #483342
570 + tc-export PKG_CONFIG AR RANLIB
571 +
572 + if use amd64; then
573 + if [[ ${ABI} == amd64 ]]; then
574 + myconf+=( --enable-win64 )
575 + else
576 + myconf+=( --disable-win64 )
577 + fi
578 +
579 + # Note: using --with-wine64 results in problems with multilib.eclass
580 + # CC/LD hackery. We're using separate tools instead.
581 + fi
582 +
583 + ECONF_SOURCE=${S} \
584 + econf "${myconf[@]}"
585 + emake depend
586 +}
587 +
588 +multilib_src_test() {
589 + # FIXME: win32-only; wine64 tests fail with "could not find the Wine loader"
590 + if [[ ${ABI} == x86 ]]; then
591 + if [[ $(id -u) == 0 ]]; then
592 + ewarn "Skipping tests since they cannot be run under the root user."
593 + ewarn "To run the test ${MY_PN} suite, add userpriv to FEATURES in make.conf"
594 + return
595 + fi
596 +
597 + WINEPREFIX="${T}/.wine-${ABI}" \
598 + Xemake test
599 + fi
600 +}
601 +
602 +multilib_src_install_all() {
603 + local DOCS=( ANNOUNCE AUTHORS README )
604 + add_locale_docs() {
605 + local locale_doc="documentation/README.$1"
606 + [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} )
607 + }
608 + l10n_for_each_locale_do add_locale_docs
609 +
610 + einstalldocs
611 + prune_libtool_files --all
612 +
613 + if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
614 + rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
615 + "${D%/}${MY_MANDIR}"/man1/wine{dump,maker}.1 || die
616 + fi
617 +
618 + # Remove wineconsole if neither backend is installed #551124
619 + if ! use X; then
620 + rm "${D%/}${MY_PREFIX}"/bin/wineconsole* || die
621 + rm "${D%/}${MY_MANDIR}"/man1/wineconsole* || die
622 +
623 + if ! use mingw; then
624 + rm_wineconsole() {
625 + rm "${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/{,fakedlls/}wineconsole.exe* || die
626 + }
627 + else
628 + rm_wineconsole() {
629 + rm "${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/wineconsole.exe* || die
630 + }
631 + fi
632 +
633 + multilib_foreach_abi rm_wineconsole
634 + fi
635 +
636 + use abi_x86_32 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine{,-preloader} #255055
637 + use abi_x86_64 && pax-mark psmr "${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}
638 +
639 + # Avoid double prefix from dosym and make_wrapper
640 + MY_PREFIX=${MY_PREFIX#${EPREFIX}}
641 +
642 + if use abi_x86_64 && ! use abi_x86_32; then
643 + dosym wine64 "${MY_PREFIX}"/bin/wine # 404331
644 + dosym wine64-preloader "${MY_PREFIX}"/bin/wine-preloader
645 + fi
646 +
647 + # Failglob for binloops, shouldn't be necessary, but including to stay safe
648 + eshopts_push -s failglob #615218
649 + # Make wrappers for binaries for handling multiple variants
650 + # Note: wrappers instead of symlinks because some are shell which use basename
651 + local b
652 + for b in "${ED%/}${MY_PREFIX}"/bin/*; do
653 + make_wrapper "${b##*/}-${WINE_VARIANT}" "${MY_PREFIX}/bin/${b##*/}"
654 + done
655 + eshopts_pop
656 +}
657 +
658 +pkg_postinst() {
659 + eselect wine register ${PN}-${MY_PV}
660 + if [[ ${PN} == "wine-vanilla" ]]; then
661 + eselect wine register --vanilla ${PN}-${MY_PV} || die
662 + else
663 + if use staging; then
664 + eselect wine register --staging ${PN}-${MY_PV} || die
665 + fi
666 + fi
667 +
668 + eselect wine update --all --if-unset || die
669 +
670 + xdg_desktop_database_update
671 +
672 + if ! use gecko; then
673 + ewarn "Without Wine Gecko, wine prefixes will not have a default"
674 + ewarn "implementation of iexplore. Many older windows applications"
675 + ewarn "rely upon the existence of an iexplore implementation, so"
676 + ewarn "you will likely need to install an external one, like via winetricks"
677 + fi
678 + if ! use mono; then
679 + ewarn "Without Wine Mono, wine prefixes will not have a default"
680 + ewarn "implementation of .NET. Many windows applications rely upon"
681 + ewarn "the existence of a .NET implementation, so you will likely need"
682 + ewarn "to install an external one, like via winetricks"
683 + fi
684 +}
685 +
686 +pkg_prerm() {
687 + eselect wine deregister ${PN}-${MY_PV}
688 + if [[ ${PN} == "wine-vanilla" ]]; then
689 + eselect wine deregister --vanilla ${PN}-${MY_PV} || die
690 + else
691 + if use staging; then
692 + eselect wine deregister --staging ${PN}-${MY_PV}|| die
693 + fi
694 + fi
695 +
696 + eselect wine update --all --if-unset || die
697 +}
698 +
699 +pkg_postrm() {
700 + xdg_desktop_database_update
701 +}