From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5410315800D for ; Tue, 11 Jul 2023 05:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92458E081A; Tue, 11 Jul 2023 05:37:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79C0EE081A for ; Tue, 11 Jul 2023 05:37:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 984E5340D09 for ; Tue, 11 Jul 2023 05:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED3F0AC2 for ; Tue, 11 Jul 2023 05:37:26 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1689053802.68d292c1a404a227ff30b0ec81b8ea09bfef8623.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-proton/wine-proton-8.0.9999.ebuild X-VCS-Directories: app-emulation/wine-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 68d292c1a404a227ff30b0ec81b8ea09bfef8623 X-VCS-Branch: master Date: Tue, 11 Jul 2023 05:37:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6f5703f-5473-43cf-97c7-a99eb2df8aa5 X-Archives-Hash: cb430329ffb5cab08d0ef799340d25f3 commit: 68d292c1a404a227ff30b0ec81b8ea09bfef8623 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jul 11 05:28:28 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 11 05:36:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d292c1 app-emulation/wine-proton: update live wrt vosk aven't looked at it, but could consider to if there's interest. Believe this is rather niche (for voice recognition in Wine it sounds like) and won't go out of my way unless I know someone wants it. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 e5ff1bbe7cce..d44d6d421587 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic multilib multilib-build python-any-r1 inherit readme.gentoo-r1 toolchain-funcs wrapper WINE_GECKO=2.47.3 -WINE_MONO=7.4.1 +WINE_MONO=8.0.0 WINE_PV=$(ver_rs 2 -) if [[ ${PV} == *9999 ]]; then @@ -213,6 +213,8 @@ src_configure() { $(use_with v4l v4l2) $(use_with xcomposite) $(use_with xinerama) + + --without-vosk # unpackaged, file a bug if you need this ) tc-ld-force-bfd # builds with non-bfd but broken at runtime (bug #867097)