summaryrefslogtreecommitdiff
path: root/audio/festvox-us1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-07-18 15:19:35 +0000
committerwiz <wiz@pkgsrc.org>2001-07-18 15:19:35 +0000
commita2719a456cf33cde4ceee6d03a7206840f41a077 (patch)
tree755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festvox-us1
parent49a5b2f023d7bf01ec29ffe297c0e0a3d998fa5e (diff)
downloadpkgsrc-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/festvox-us1')
-rw-r--r--audio/festvox-us1/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile
index 938e08446b7..bf699598f9b 100644
--- a/audio/festvox-us1/Makefile
+++ b/audio/festvox-us1/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2001/07/14 12:37:51 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/07/18 15:19:45 wiz Exp $
DISTNAME= festvox_us1
PKGNAME= festvox-us1-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 American English female voice for festival
-DEPENDS+= festival-1.4.0:../festival
-DEPENDS+= festlex-poslex-1.4.0:../festlex-poslex
-DEPENDS+= festlex-cmu-1.4.0:../festlex-cmu
+DEPENDS+= festival>=1.4.0:../festival
+DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex
+DEPENDS+= festlex-cmu>=1.4.0:../festlex-cmu
DEPENDS+= mbrola-301h:../mbrola
DEPENDS+= mbrolavox-us1-980512:../mbrolavox-us1
@@ -23,8 +24,6 @@ NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
MBROLA= ${FHOME}/lib/voices/english/us1_mbrola
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755