Rebuild and regen PLIST+WANTLIB after espeak update.

This commit is contained in:
ajacoutot 2022-11-06 22:53:05 +00:00
parent 7d9179412b
commit c45f3897b5
2 changed files with 6 additions and 5 deletions

View File

@ -2,6 +2,7 @@ COMMENT= common interface to speech synthesis
V= 0.11.4 V= 0.11.4
DISTNAME= speech-dispatcher-${V} DISTNAME= speech-dispatcher-${V}
REVISION= 0
SHARED_LIBS += speechd 2.3 # .8.0 SHARED_LIBS += speechd 2.3 # .8.0
@ -12,8 +13,9 @@ HOMEPAGE= http://devel.freebsoft.org/speechd
# GPLv2 # GPLv2
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
WANTLIB += ao c dotconf espeak glib-2.0 gmodule-2.0 gthread-2.0 WANTLIB += ao c dotconf espeak-ng execinfo glib-2.0 gmodule-2.0
WANTLIB += iconv intl ltdl m pthread sndfile WANTLIB += gthread-2.0 iconv intl ltdl m ogg pcaudio pthread pulse
WANTLIB += pulse-simple sndfile vorbis
MASTER_SITES= https://github.com/brailcom/speechd/releases/download/${V}/ MASTER_SITES= https://github.com/brailcom/speechd/releases/download/${V}/

View File

@ -46,7 +46,8 @@ lib/speech-dispatcher/
libexec/speech-dispatcher-modules/ libexec/speech-dispatcher-modules/
@bin libexec/speech-dispatcher-modules/sd_cicero @bin libexec/speech-dispatcher-modules/sd_cicero
@bin libexec/speech-dispatcher-modules/sd_dummy @bin libexec/speech-dispatcher-modules/sd_dummy
@bin libexec/speech-dispatcher-modules/sd_espeak @bin libexec/speech-dispatcher-modules/sd_espeak-ng
libexec/speech-dispatcher-modules/sd_espeak-ng-mbrola
@bin libexec/speech-dispatcher-modules/sd_festival @bin libexec/speech-dispatcher-modules/sd_festival
@bin libexec/speech-dispatcher-modules/sd_generic @bin libexec/speech-dispatcher-modules/sd_generic
share/examples/speech-dispatcher/ share/examples/speech-dispatcher/
@ -92,8 +93,6 @@ share/locale/de/LC_MESSAGES/speech-dispatcher.mo
share/locale/eo/LC_MESSAGES/speech-dispatcher.mo share/locale/eo/LC_MESSAGES/speech-dispatcher.mo
share/locale/fr/LC_MESSAGES/speech-dispatcher.mo share/locale/fr/LC_MESSAGES/speech-dispatcher.mo
share/locale/hu/LC_MESSAGES/speech-dispatcher.mo share/locale/hu/LC_MESSAGES/speech-dispatcher.mo
share/locale/nb_NO/
share/locale/nb_NO/LC_MESSAGES/
share/locale/nb_NO/LC_MESSAGES/speech-dispatcher.mo share/locale/nb_NO/LC_MESSAGES/speech-dispatcher.mo
share/locale/pt/LC_MESSAGES/speech-dispatcher.mo share/locale/pt/LC_MESSAGES/speech-dispatcher.mo
share/locale/pt_BR/LC_MESSAGES/speech-dispatcher.mo share/locale/pt_BR/LC_MESSAGES/speech-dispatcher.mo