diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-11 01:28:28 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-11 01:36:42 -0400 |
commit | 68d292c1a404a227ff30b0ec81b8ea09bfef8623 (patch) | |
tree | 23e4ebbbc21be6f1ae06204b171f858126a89a43 /app-emulation | |
parent | games-board/pysolfc: add 2.21.0 (diff) | |
download | gentoo-68d292c1a404a227ff30b0ec81b8ea09bfef8623.tar.gz gentoo-68d292c1a404a227ff30b0ec81b8ea09bfef8623.tar.bz2 gentoo-68d292c1a404a227ff30b0ec81b8ea09bfef8623.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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) |