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