Summary: | app-accessibility/speech-dispatcher: Add espeak-ng support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | hololeap <hololeap> |
Component: | Current packages | Assignee: | William Hubbs <williamh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | accessibility, sound |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=832160 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 877221 | ||
Attachments: | This ebuild adds a new espeak-ng USE flag |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0ae5f3b4382352ee4d53ea4d7208a2b0b885d6 commit 9b0ae5f3b4382352ee4d53ea4d7208a2b0b885d6 Author: William Hubbs <williamh@gentoo.org> AuthorDate: 2021-12-04 03:37:59 +0000 Commit: William Hubbs <williamh@gentoo.org> CommitDate: 2022-01-27 06:12:01 +0000 app-accessibility/speech-dispatcher: 0.11.1 bump Closes: https://bugs.gentoo.org/557932 Closes: https://bugs.gentoo.org/719014 Closes: https://bugs.gentoo.org/829875 Closes: http://github.com/gentoo/gentoo/pull/23175 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh@gentoo.org> app-accessibility/speech-dispatcher/Manifest | 1 + app-accessibility/speech-dispatcher/metadata.xml | 1 + .../speech-dispatcher-0.11.1.ebuild | 117 +++++++++++++++++++++ 3 files changed, 119 insertions(+) |
Created attachment 760159 [details] This ebuild adds a new espeak-ng USE flag espeak blocks espeak-ng, so there are issues when trying to install applications which require espeak-ng if speech-dispatcher[espeak] is also installed. speech-dispatcher-0.9.1 has support for espeak-ng, which can be toggled during the configure phase, so it makes sense to allow the user to choose which espeak package they wish to use.