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/mbrolavox-us1 | |
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/mbrolavox-us1')
-rw-r--r-- | audio/mbrolavox-us1/Makefile | 9 | ||||
-rw-r--r-- | audio/mbrolavox-us1/pkg/PLIST | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile index 9e965bbf898..50e514f276c 100644 --- a/audio/mbrolavox-us1/Makefile +++ b/audio/mbrolavox-us1/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2001/07/14 12:37:52 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/07/18 15:19:47 wiz Exp $ DISTNAME= us1-980512 PKGNAME= mbrolavox-us1-980512 WRKSRC= ${WRKDIR} CATEGORIES= audio -MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/us1/ +MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/us1/ \ + http://www.festvox.org/mbrola/dba/us1/ EXTRACT_SUFX= .zip MAINTAINER= proff@iq.org -HOMEPAGE= http://tcts.fpms.ac.be/synthesis/ +HOMEPAGE= http://www.festvox.org/mbrola/ COMMENT= American English female voice for MBROLA DEPENDS+= mbrola-301h:../mbrola @@ -19,8 +20,6 @@ NO_BUILD= yes MHOME= ${PREFIX}/share/mbrola/voices -ONLY_FOR_PLATFORM= NetBSD-*-i386 - post-extract: @ ${CHMOD} -R a+r ${WRKSRC} @ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 diff --git a/audio/mbrolavox-us1/pkg/PLIST b/audio/mbrolavox-us1/pkg/PLIST index 565dab80ba2..919a8cf4a1a 100644 --- a/audio/mbrolavox-us1/pkg/PLIST +++ b/audio/mbrolavox-us1/pkg/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 16:02:30 proff Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/07/18 15:19:47 wiz Exp $ share/mbrola/voices/us1/us1 share/mbrola/voices/us1/us1mrpa share/mbrola/voices/us1/us1.txt share/mbrola/voices/us1/license.txt -share/mbrola/voices/us1/TEST share/mbrola/voices/us1/TEST/alice.pho share/mbrola/voices/us1/TEST/xmas.pho share/mbrola/voices/us1/TEST/mbrola.pho @@ -11,5 +10,3 @@ share/mbrola/voices/us1/TEST/push.pho share/mbrola/voices/us1/TEST/mbroli.ini @dirrm share/mbrola/voices/us1/TEST @dirrm share/mbrola/voices/us1 -@dirrm share/mbrola/voices -@dirrm share/mbrola |