diff options
author | wiz <wiz> | 2001-07-18 15:19:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-18 15:19:35 +0000 |
commit | 530b7940c9c17e6a26d30e3117c12baa84061f4c (patch) | |
tree | 755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festvox-tll | |
parent | e842b1f37f30e8398fdfb8a7b5369f54f1d019cc (diff) | |
download | pkgsrc-530b7940c9c17e6a26d30e3117c12baa84061f4c.tar.gz |
Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support
Also use newer distfile for mbrola.
Addresses pkg/10671.
Diffstat (limited to 'audio/festvox-tll')
-rw-r--r-- | audio/festvox-tll/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index 2ea478bb9ca..1380baf01ab 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/14 12:37:51 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/18 15:19:45 wiz Exp $ DISTNAME= voice_tll_di-2.0 PKGNAME= festvox-tll-2.0 @@ -7,11 +7,11 @@ CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ MAINTAINER= proff@iq.org -HOMEPAGE= http://cslu.cse.ogi.edu/tts +HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= American English female voice for the festival speech synthesis system -DEPENDS+= festival-1.4.0:../festival -DEPENDS+= festlex-ogi-2.0:../festlex-ogi +DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festlex-ogi>=2.0:../festlex-ogi LICENSE= no-commercial-use |