From bc3875d3a71ac3fdb07c0fcf863843b4fdfcf0c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Jun 2023 09:28:30 +0100 Subject: gentoo auto-resync : 02:06:2023 - 09:28:30 --- app-emulation/wine-proton/Manifest | 2 +- app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'app-emulation/wine-proton') diff --git a/app-emulation/wine-proton/Manifest b/app-emulation/wine-proton/Manifest index 4419e2818a88..fcefa2f71e3b 100644 --- a/app-emulation/wine-proton/Manifest +++ b/app-emulation/wine-proton/Manifest @@ -11,5 +11,5 @@ DIST proton-wine-8.0-2c.tar.gz 48207888 BLAKE2B 8dc37f136c6d8758c521c0e5c2f16c88 EBUILD wine-proton-7.0.6.ebuild 10516 BLAKE2B 4aecf029f90652d994efbb79ebed8e6567f6add0b2fed9732908974967b54abf6862be565152967ccd5b311b093ec97950b14ba3e6b81315a2ffaf130f439908 SHA512 0b07f79b89832155ef0d162d0e575a23f2aa1b4a835a4562cc13a237dc2bb006e1f2f6ca9c1c8cbf305df43a237e1a0215abb66e35d8d5a3e98a05988e38aaf6 EBUILD wine-proton-8.0.1d.ebuild 10521 BLAKE2B d4477aef4170fec144820aa9b436c953f18ab87fb0d60d2cf23d5c3a164bdb7db6a0ac365bb49b07ee54bc257f092fc791d8a53c720b6bbe231c31250412d550 SHA512 fbc418c9917020429c7f2dfc5fb4855337a7860c217c1fb32e4521c73de6fbe72eb3b9292f24dd3364b1e15fa6dffb0b53af80b8569741fc4f7a15aeb6eb285b EBUILD wine-proton-8.0.2c.ebuild 10521 BLAKE2B d4477aef4170fec144820aa9b436c953f18ab87fb0d60d2cf23d5c3a164bdb7db6a0ac365bb49b07ee54bc257f092fc791d8a53c720b6bbe231c31250412d550 SHA512 fbc418c9917020429c7f2dfc5fb4855337a7860c217c1fb32e4521c73de6fbe72eb3b9292f24dd3364b1e15fa6dffb0b53af80b8569741fc4f7a15aeb6eb285b -EBUILD wine-proton-8.0.9999.ebuild 10521 BLAKE2B d4477aef4170fec144820aa9b436c953f18ab87fb0d60d2cf23d5c3a164bdb7db6a0ac365bb49b07ee54bc257f092fc791d8a53c720b6bbe231c31250412d550 SHA512 fbc418c9917020429c7f2dfc5fb4855337a7860c217c1fb32e4521c73de6fbe72eb3b9292f24dd3364b1e15fa6dffb0b53af80b8569741fc4f7a15aeb6eb285b +EBUILD wine-proton-8.0.9999.ebuild 10588 BLAKE2B 673842697dd9941bc14113b5bfda0c3d561ebd350f5f3a3796e1b8a106a94c655b0b26e8552576e4dbf127da9d3abe5cc558d148de8272b1aecd9e1a8c1c5553 SHA512 cf765c9a776fcce1affd46aae624726346ab9106bf9fea5160f7f49e265c75589f91af7f49bcb8268bd46ece9f60e0e760423e7f873e7b0f5cfcf0b270e904fe MISC metadata.xml 1222 BLAKE2B 75e8a33a16e4d718c5299ae719cdd009e9ac6f0d2eafb112c9e38e7d860a51d7f4d5be14912c1c812718b36fd4d71a9d3ddf2c68f5a076fc71f5d47fab120736 SHA512 3fc770b9d6f1e7cb7cba7fc28f90d5f51ad431f38e757dcb47b03543985d0919e29b6648b8c3f6bb6e1c7b172bb164cde35e2fea24564e476088c1a91e6131c8 diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index b2b9a61de3ff..4939eacc3879 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -28,10 +28,10 @@ HOMEPAGE="https://github.com/ValveSoftware/wine/" LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff" SLOT="${PV}" IUSE=" - +abi_x86_32 +abi_x86_64 +alsa crossdev-mingw custom-cflags debug + +abi_x86_32 +abi_x86_64 +alsa crossdev-mingw custom-cflags +fontconfig +gecko +gstreamer llvm-libunwind +mono nls osmesa - perl pulseaudio +sdl selinux +ssl udev udisks +unwind usb v4l - +xcomposite xinerama" + perl pulseaudio +sdl selinux +ssl +strip udev udisks +unwind + usb v4l +xcomposite xinerama" # tests are non-trivial to run, can hang easily, don't play well with # sandbox, and several need real opengl/vulkan or network access @@ -305,9 +305,13 @@ src_install() { # don't let portage try to strip PE files with the wrong # strip executable and instead handle it here (saves ~120MB) dostrip -x ${WINE_PREFIX}/wine/{i386,x86_64}-windows - use debug || + + if use strip; then + ebegin "Stripping Windows (PE) binaries" find "${ED}"${WINE_PREFIX}/wine/*-windows -regex '.*\.\(a\|dll\|exe\)' \ - -exec $(usex abi_x86_64 x86_64 i686)-w64-mingw32-strip --strip-unneeded {} + || die + -exec $(usex abi_x86_64 x86_64 i686)-w64-mingw32-strip --strip-unneeded {} + + eend ${?} || die + fi dodoc ANNOUNCE AUTHORS README* documentation/README* readme.gentoo_create_doc -- cgit v1.2.3