Skip to content

Commit

Permalink
Revert "accessibility/speech-dispatcher: remove option for expired es…
Browse files Browse the repository at this point in the history
…peak"

Bump PORTREVISION and update dependency from espeak to espeak-ng.

This reverts commit 700486d.
  • Loading branch information
stesser committed Jul 15, 2022
1 parent 724d62b commit c4ef890
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions 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}/

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion accessibility/speech-dispatcher/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c4ef890

Please sign in to comment.