Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 14:37:21 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4ef890eaacf - main - Revert "accessibility/speech-dispatcher: remove option for expired espeak"
Message-ID:  <202207151437.26FEbLTG075593@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4ef890eaacfb719bf202e11e0b194c45607a332

commit c4ef890eaacfb719bf202e11e0b194c45607a332
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-07-15 13:49:51 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-07-15 14:36:22 +0000

    Revert "accessibility/speech-dispatcher: remove option for expired espeak"
    
    Bump PORTREVISION and update dependency from espeak to espeak-ng.
    
    This reverts commit 700486da27010f172a916845e008ece3c5dde00d.
---
 accessibility/speech-dispatcher/Makefile  | 9 +++++++--
 accessibility/speech-dispatcher/pkg-plist | 3 ++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index afb7bfe52b1d..c248fa5deb79 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	speech-dispatcher
 DISTVERSION=	0.11.1
+PORTREVISION=	1
 CATEGORIES?=	accessibility audio
 MASTER_SITES=	https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/
 
@@ -41,8 +42,8 @@ PORTDOCS=	ANNOUNCE AUTHORS FAQ NEWS README TODO
 
 INFO=		spd-say speech-dispatcher speech-dispatcher-cs ssip
 
-OPTIONS_DEFINE=		ALSA AO DOCS FESTIVAL FLITE NAS PULSEAUDIO VOXIN
-OPTIONS_DEFAULT=	PULSEAUDIO
+OPTIONS_DEFINE=		ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PULSEAUDIO VOXIN
+OPTIONS_DEFAULT=	ESPEAK PULSEAUDIO
 OPTIONS_SUB=		yes
 
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
@@ -51,6 +52,10 @@ ALSA_CONFIGURE_WITH=	alsa
 AO_LIB_DEPENDS=		libao.so:audio/libao
 AO_CONFIGURE_WITH=	libao
 
+ESPEAK_DESC=		eSpeak speech synthesizer support
+ESPEAK_LIB_DEPENDS=	libespeak-ng.so:audio/espeak-ng
+ESPEAK_CONFIGURE_WITH=	espeak
+
 FESTIVAL_DESC=		Festival Speech Synthesis System support
 FESTIVAL_RUN_DEPENDS=	${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:audio/festival-freebsoft-utils \
 			festival:audio/festival
diff --git a/accessibility/speech-dispatcher/pkg-plist b/accessibility/speech-dispatcher/pkg-plist
index 55f8cfe2179b..641fd992871d 100644
--- a/accessibility/speech-dispatcher/pkg-plist
+++ b/accessibility/speech-dispatcher/pkg-plist
@@ -38,6 +38,7 @@ lib/speech-dispatcher/spd_oss.so
 %%PULSEAUDIO%%lib/speech-dispatcher/spd_pulse.so
 libexec/speech-dispatcher-modules/sd_cicero
 libexec/speech-dispatcher-modules/sd_dummy
+%%ESPEAK%%libexec/speech-dispatcher-modules/sd_espeak
 libexec/speech-dispatcher-modules/sd_festival
 %%FLITE%%libexec/speech-dispatcher-modules/sd_flite
 libexec/speech-dispatcher-modules/sd_generic
@@ -337,10 +338,10 @@ share/sounds/speech-dispatcher/dummy-message.wav
 %%DATADIR%%/locale/tg/emojis.dic
 %%DATADIR%%/locale/tg/orca-chars.dic
 %%DATADIR%%/locale/tg/orca.dic
-%%DATADIR%%/locale/ti/emojis.dic
 %%DATADIR%%/locale/th/emojis.dic
 %%DATADIR%%/locale/th/orca-chars.dic
 %%DATADIR%%/locale/th/orca.dic
+%%DATADIR%%/locale/ti/emojis.dic
 %%DATADIR%%/locale/tk/emojis.dic
 %%DATADIR%%/locale/to/emojis.dic
 %%DATADIR%%/locale/tr/emojis.dic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207151437.26FEbLTG075593>