summaryrefslogtreecommitdiff
path: root/audio/festvox-en1
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-18 15:19:35 +0000
committerwiz <wiz>2001-07-18 15:19:35 +0000
commit530b7940c9c17e6a26d30e3117c12baa84061f4c (patch)
tree755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festvox-en1
parente842b1f37f30e8398fdfb8a7b5369f54f1d019cc (diff)
downloadpkgsrc-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-en1')
-rw-r--r--audio/festvox-en1/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile
index 3143d1b8d5a..694f6ef00ae 100644
--- a/audio/festvox-en1/Makefile
+++ b/audio/festvox-en1/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.13 2001/07/14 12:37:48 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2001/07/18 15:19:41 wiz Exp $
DISTNAME= festvox_en1
PKGNAME= festvox-en1-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= MBROLA based British English male voice for 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
DEPENDS+= mbrola-301h:../mbrola
DEPENDS+= mbrolavox-en1-980910:../mbrolavox-en1
@@ -23,8 +24,6 @@ NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
MBROLA= ${FHOME}/lib/voices/english/en1_mbrola
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755