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-rab8 | |
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-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 6e1179b2760..76afe1e8382 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.15 2001/07/14 12:37:51 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/07/18 15:19:44 wiz Exp $ DISTNAME= festvox_rablpc8k PKGNAME= festvox-rab8-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \ + http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= 6khz British English male voice for the festival -DEPENDS+= festival-1.4.0:../festival -DEPENDS+= festlex-poslex-1.4.0:../festlex-poslex -DEPENDS+= festlex-oald-1.4.0:../festlex-oald +DEPENDS+= festival>=1.4.0:../festival +DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex +DEPENDS+= festlex-oald>=1.4.0:../festlex-oald CONFLICTS= festvox-rab16-* |