It is a port of Festival with the OGI extensions unconditionally present. Formerly they were enabled only when the user defined WITH_OGI. The dependencies ought to work better this way, and the audio/festival port may now be updated without concern about getting the OGI extensions to work with a version of Festival for which they were not intended. I made many cosmetic changes too. Update OGIresLPC from 2.0.4 to 2.0.9 (needed by newer versions of the OGI voices), and OGIfestpatch from 1.4.1 to 1.4.1.2, to which the following apply: Submitted by: Sebastian Yepes PR: 51900 Obtained from: NetBSD pkgsrc
20 lines
551 B
Text
20 lines
551 B
Text
$FreeBSD$
|
|
|
|
--- festival/config/config Mon Oct 11 07:48:44 1999
|
|
+++ festival/config/config Mon Oct 11 05:48:33 1999
|
|
@@ -20,7 +20,7 @@
|
|
## You may need to set this explicitly if automounter or NFS
|
|
## side effects cause problems
|
|
|
|
-FESTIVAL_HOME := $(shell (cd $(TOP); pwd))
|
|
+FESTIVAL_HOME := $(PKG_FESTIVAL_HOME)
|
|
|
|
###########################################################################
|
|
## Feature selection.
|
|
@@ -70,3 +70,6 @@
|
|
## in config/configs/default.mak.
|
|
|
|
|
|
+ALSO_INCLUDE += OGIcommon
|
|
+ALSO_INCLUDE += OGIdbase
|
|
+ALSO_INCLUDE += OGIresLPC
|