From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/
Date: Mon, 4 Apr 2022 02:19:18 +0000 (UTC) [thread overview]
Message-ID: <1649038724.cccecafab917464137d22cec82e7458d6f5c277e.williamh@gentoo> (raw)
commit: cccecafab917464137d22cec82e7458d6f5c277e
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 02:17:05 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 02:18:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccecafa
app-accessibility/espeak-ng: add fix for pulseaudio access violation
Closes: https://bugs.gentoo.org/836646
Closes: https://github.com/gentoo/gentoo/pull/24878
Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 3 +++
app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 4 ++++
app-accessibility/espeak-ng/espeak-ng-9999.ebuild | 4 ++++
3 files changed, 11 insertions(+)
diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 016fdf386418..c3240b2d2dd3 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -51,6 +51,9 @@ src_prepare() {
}
src_configure() {
+ # https://bugs.gentoo.org/836646
+ export PULSE_SERVER=""
+
local econf_args
econf_args=(
$(use_with async)
diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 345d810491c0..a9ea01fea59e 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -45,6 +45,10 @@ src_prepare() {
src_configure() {
local econf_args
+
+ # https://bugs.gentoo.org/836646
+ export PULSE_SERVER=""
+
econf_args=(
$(use_with async)
$(use_with klatt)
diff --git a/app-accessibility/espeak-ng/espeak-ng-9999.ebuild b/app-accessibility/espeak-ng/espeak-ng-9999.ebuild
index d55d1a306616..4dc30d2b5348 100644
--- a/app-accessibility/espeak-ng/espeak-ng-9999.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-9999.ebuild
@@ -51,6 +51,10 @@ src_prepare() {
src_configure() {
local econf_args
+
+ # https://bugs.gentoo.org/836646
+ export PULSE_SERVER=""
+
econf_args=(
$(use_with async)
$(use_with klatt)
next reply other threads:[~2022-04-04 2:19 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-04 2:19 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-18 15:50 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/ Sam James
2024-12-27 12:19 Sam James
2024-12-26 22:50 William Hubbs
2023-06-10 20:13 William Hubbs
2023-06-10 20:13 William Hubbs
2023-04-08 23:20 Sam James
2022-06-12 8:32 Agostino Sarubbo
2022-06-11 7:40 Agostino Sarubbo
2022-06-11 7:40 Agostino Sarubbo
2022-06-11 7:39 Agostino Sarubbo
2022-06-11 7:37 Agostino Sarubbo
2022-06-11 7:37 Agostino Sarubbo
2022-06-11 7:36 Agostino Sarubbo
2022-05-26 5:20 WANG Xuerui
2022-04-04 1:48 William Hubbs
2022-04-03 18:14 William Hubbs
2022-03-07 3:51 Sam James
2022-03-07 3:47 Sam James
2022-03-02 9:08 Agostino Sarubbo
2022-03-01 11:42 Jakov Smolić
2022-03-01 11:30 Agostino Sarubbo
2022-03-01 11:29 Agostino Sarubbo
2022-03-01 11:28 Agostino Sarubbo
2022-02-15 18:31 Matt Turner
2022-02-13 8:48 William Hubbs
2022-02-13 8:48 William Hubbs
2022-02-11 22:39 William Hubbs
2022-02-11 22:24 Ulrich Müller
2022-02-11 9:09 Ulrich Müller
2022-01-30 13:12 Yixun Lan
2022-01-29 7:14 Sam James
2022-01-29 4:32 Sam James
2022-01-29 3:56 Sam James
2022-01-29 3:55 Sam James
2022-01-28 7:14 Sam James
2021-10-10 22:22 Sam James
2021-09-07 18:59 Sam James
2021-09-07 2:32 Sam James
2021-07-28 2:39 Sam James
2021-07-15 22:20 Sergei Trofimovich
2021-07-07 17:10 William Hubbs
2021-06-30 22:08 William Hubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1649038724.cccecafab917464137d22cec82e7458d6f5c277e.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox