freebsd-ports/audio/festival/files/patch-ad
Will Andrews bab74078a9 Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with.  Big thanks to
Trevor for putting in all the time to port these!

PR:		21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
		21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
		21198, 21199, 21200, 21201
Submitted by:	Trevor Johnson <trevor@jpj.net>
Obtained from:	NetBSD pkgsrc
2000-09-16 08:39:50 +00:00

33 lines
939 B
Text

--- speech_tools/config/config.orig Thu Nov 18 19:10:29 1999
+++ speech_tools/config/config Fri Jun 16 17:03:16 2000
@@ -15,7 +15,7 @@
## You may need to set this explicitly if automounter or NFS
## side effects cause problems
-EST_HOME := $(shell (cd $(EST); pwd))
+EST_HOME := $(PKG_EST_HOME)
###########################################################################
## System type.
@@ -77,10 +77,10 @@
## specify a program to play files in a desired format.
## NCD's network audio system, This is recommended.
-# INCLUDE_MODULES += NAS_AUDIO
+INCLUDE_MODULES += NAS_AUDIO
## Elightenment Sound Demon, for KDE etc.
-# INCLUDE_MODULES += ESD_AUDIO
+INCLUDE_MODULES += ESD_AUDIO
## Native audio for your platform (sun, linux, freebsd, irix, windows)
INCLUDE_MODULES += NATIVE_AUDIO
@@ -95,7 +95,7 @@
INCLUDE_MODULES += EDITLINE
# speech recognition
-#INCLUDE_MODULES += ASR
+INCLUDE_MODULES += ASR
## Scheme