diff options
author | wiz <wiz> | 2001-07-18 15:19:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-18 15:19:35 +0000 |
commit | f268a1f88ea1eaec05ef871212a8fb00fe6fef7e (patch) | |
tree | 755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festvox-hvs | |
parent | 6977dd498f023627c007999dcd015c8dca19b802 (diff) | |
download | pkgsrc-f268a1f88ea1eaec05ef871212a8fb00fe6fef7e.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-hvs')
-rw-r--r-- | audio/festvox-hvs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index 90e1890662a..34817a27118 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/14 12:37:49 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/18 15:19:41 wiz Exp $ DISTNAME= voice_hvs_di-2.0 PKGNAME= festvox-hvs-2.0 @@ -7,12 +7,12 @@ 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= Mexican Spanish female voice for the festival -DEPENDS+= festival-1.4.0:../festival -DEPENDS+= festlex-ogi-2.0:../festlex-ogi -DEPENDS+= festogi-spanish-2.0:../festogi-spanish +DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festlex-ogi>=2.0:../festlex-ogi +DEPENDS+= festogi-spanish>=2.0:../festogi-spanish LICENSE= no-commercial-use |