diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-18 15:19:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-18 15:19:35 +0000 |
commit | a2719a456cf33cde4ceee6d03a7206840f41a077 (patch) | |
tree | 755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festlex-cmu | |
parent | 49a5b2f023d7bf01ec29ffe297c0e0a3d998fa5e (diff) | |
download | pkgsrc-a2719a456cf33cde4ceee6d03a7206840f41a077.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/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 7 | ||||
-rw-r--r-- | audio/festlex-cmu/pkg/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index 32bfaded75f..9fecfd925cb 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.10 2001/07/14 12:37:46 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/07/18 15:19:37 wiz Exp $ DISTNAME= festlex_CMU PKGNAME= festlex-cmu-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= CMU American English pronounciation dictionary for Festival -DEPENDS+= festival-1.4.0:../festival +DEPENDS+= festival>=1.4.0:../festival NO_BUILD= yes diff --git a/audio/festlex-cmu/pkg/PLIST b/audio/festlex-cmu/pkg/PLIST index f710a8721de..85a0fff3be9 100644 --- a/audio/festlex-cmu/pkg/PLIST +++ b/audio/festlex-cmu/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/10/27 15:34:11 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/07/18 15:19:37 wiz Exp $ share/festival/lib/dicts/cmu/cmulex.scm share/festival/lib/dicts/cmu/cmu_lts_rules.scm share/festival/lib/dicts/cmu/cmudict-0.4.out @@ -9,4 +9,3 @@ share/festival/lib/dicts/cmu/cmu2ft share/festival/lib/dicts/cmu/cmudict_extensions.scm share/festival/lib/dicts/cmu/COPYING @dirrm share/festival/lib/dicts/cmu -@dirrm share/festival/lib/dicts |