accessibility/speech-dispatcher: add upstream crash-fix
A bug in speed-dispatcher lead to a crash in okular (as speech-dispatcher was segfaulting). Upstream PR: https://bugs.kde.org/show_bug.cgi?id=458762 Upstream PR: https://github.com/brailcom/speechd/issues/762
This commit is contained in:
parent
882ba1f194
commit
eb7f920699
2 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
PORTNAME= speech-dispatcher
|
||||
DISTVERSION= 0.11.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= accessibility audio
|
||||
MASTER_SITES= https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/
|
||||
|
||||
PATCH_SITES= https://github.com/brailcom/speechd/commit/
|
||||
PATCHFILES= c204a23db76345d0bce2cdf395517c99699a8a4a.diff:-p1
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT?= Common interface to speech synthesis
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1661497121
|
||||
TIMESTAMP = 1662527209
|
||||
SHA256 (speech-dispatcher-0.11.2.tar.gz) = 8b4649925e68cbe1a7b4c0a07bb041ce7738b35c906a602bf82986db1aa0f364
|
||||
SIZE (speech-dispatcher-0.11.2.tar.gz) = 7147526
|
||||
SHA256 (c204a23db76345d0bce2cdf395517c99699a8a4a.diff) = eaf5c67ef7e9cf5febeb397cf857fd69750f6cf1c56be7248a85d1de14150e3a
|
||||
SIZE (c204a23db76345d0bce2cdf395517c99699a8a4a.diff) = 422
|
||||
|
|
Loading…
Reference in a new issue