pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

speech-dispatcher: Substitute espeak for espeak-ng



Module Name:	pkgsrc-wip
Committed By:	adr <adr%sdf.org@localhost>
Pushed By:	adr
Date:		Mon Mar 11 21:02:58 2024 +0000
Changeset:	e24cecb155b8349fae6832e120a948b028b10596

Modified Files:
	speech-dispatcher/Makefile
	speech-dispatcher/PLIST

Log Message:
speech-dispatcher: Substitute espeak for espeak-ng

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e24cecb155b8349fae6832e120a948b028b10596

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 speech-dispatcher/Makefile | 2 +-
 speech-dispatcher/PLIST    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/speech-dispatcher/Makefile b/speech-dispatcher/Makefile
index e09a89d974..ca30d8135d 100644
--- a/speech-dispatcher/Makefile
+++ b/speech-dispatcher/Makefile
@@ -73,7 +73,7 @@ CXXFLAGS+=		-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
 BUILDLINK_API_DEPENDS.glib2+=		glib2>=2.66.0
 
 .if ${OPSYS} != "Darwin"
-.include "../../audio/espeak/buildlink3.mk"
+.include "../../audio/espeak-ng/buildlink3.mk"
 .endif
 .include "../../audio/flite/buildlink3.mk"
 .include "../../audio/libao/buildlink3.mk"
diff --git a/speech-dispatcher/PLIST b/speech-dispatcher/PLIST
index ae711a6c42..be36dcc49e 100644
--- a/speech-dispatcher/PLIST
+++ b/speech-dispatcher/PLIST
@@ -39,7 +39,8 @@ lib/speech-dispatcher/spd_libao.la
 libexec/speech-dispatcher-modules/sd_baratinoo
 libexec/speech-dispatcher-modules/sd_cicero
 libexec/speech-dispatcher-modules/sd_dummy
-${PLIST.espeak}libexec/speech-dispatcher-modules/sd_espeak
+libexec/speech-dispatcher-modules/sd_espeak-ng
+libexec/speech-dispatcher-modules/sd_espeak-ng-mbrola
 libexec/speech-dispatcher-modules/sd_festival
 libexec/speech-dispatcher-modules/sd_flite
 libexec/speech-dispatcher-modules/sd_generic


Home | Main Index | Thread Index | Old Index