pkgsrc/audio/festival/patches/patch-ab
proff 4b4014494c Upgrade to 1.4.0
Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999)

   o distributed under a free X11-type licence
   o generalization of stats modules, ngram, CART, wfst with viterbi so they
     can be shard more easily
   o Tidy up of Utterance/Relation/Item architecture
   o Initial JSAPI support
   o Three new us voices using MBROLA databases
   o Tilt code overhaul
   o XML load for Relations
   o Fringe graphic display (ALPHA) released seperately
     http://www.cstr.ed.ac.uk/projects/fringe.html
1999-10-11 14:13:49 +00:00

25 lines
730 B
Text

$NetBSD: patch-ab,v 1.2 1999/10/11 14:13:49 proff Exp $
--- festival/doc/Makefile Thu Jun 17 20:29:54 1999
+++ festival/doc/Makefile Mon Oct 11 06:06:35 1999
@@ -44,7 +44,7 @@
EXAMPLE_TO_DOCUMENT=
-FESTIVAL=$(TOP)/bin/festival --libdir $(TOP)/lib
+FESTIVAL=$(TOP)/src/main/festival --libdir $(TOP)/lib
# Include some of EST documentation.
DOCXX_EXTRA_FILES =
@@ -72,9 +72,9 @@
%.1 : %.head %.options %.tail
cat $^ >$@
%.options : $(TOP)/src/main/%
- $(TOP)/bin/$* -man_options >$@
+ $(FESTIVAL)$* -man_options >$@
%.options : $(TOP)/src/main/%.exe
- $(TOP)/bin/$* -man_options >$@
+ $(FESTIVAL)$* -man_options >$@
festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi
@ if [ ! -d info ] ; \