diff options
author | wiz <wiz> | 2002-08-06 15:17:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-06 15:17:27 +0000 |
commit | 406b46ab858fbda88b267b2fb50237853967247f (patch) | |
tree | 4f5f08c0d33ad7e9cb6486e66324a4b178e7bc0f /audio | |
parent | be4ae81be85684918802440e4f99892e1a62486c (diff) | |
download | pkgsrc-406b46ab858fbda88b267b2fb50237853967247f.tar.gz |
Update to 2.0nb1, distfile has changed:
diff -r old/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm new/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm
25a26
> (require 'ogi_token)
62a64
> (set! token_pos_cart_trees OGI_english_token_pos_cart_trees)
69,70c71,72
< ;(set! pos_map english_pos_map_wp39_to_wp20)
< (set! pos_map nil)
---
> (set! pos_map english_pos_map_wp39_to_wp20)
> ;(set! pos_map nil)
Closes pkg/17822 by Oliver Tonnhofer.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-aec/Makefile | 5 | ||||
-rw-r--r-- | audio/festvox-aec/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index 849b1785abc..8d7cdcbcf09 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2001/07/18 15:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2002/08/06 15:17:27 wiz Exp $ DISTNAME= voice_aec_di-2.0 PKGNAME= festvox-aec-2.0 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ @@ -15,6 +16,8 @@ DEPENDS+= festlex-ogi>=2.0:../festlex-ogi LICENSE= no-commercial-use +DIST_SUBDIR= ${PKGNAME} + NO_BUILD= yes FHOME= ${PREFIX}/share/festival diff --git a/audio/festvox-aec/distinfo b/audio/festvox-aec/distinfo index 61826d92c94..fa296ce53cd 100644 --- a/audio/festvox-aec/distinfo +++ b/audio/festvox-aec/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/05/09 21:59:54 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/08/06 15:17:28 wiz Exp $ -SHA1 (voice_aec_di-2.0.tar.gz) = de9080819d31bade71918f23d49e36ede87203e6 -Size (voice_aec_di-2.0.tar.gz) = 5778351 bytes +SHA1 (festvox-aec-2.0nb1/voice_aec_di-2.0.tar.gz) = bc53c8cc3b22adb72f9ce720f8cc95df7df106a6 +Size (festvox-aec-2.0nb1/voice_aec_di-2.0.tar.gz) = 5778312 bytes |