diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-06 15:17:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-06 15:17:27 +0000 |
commit | a36f7223390460e56af3e9d1311f492093c453f1 (patch) | |
tree | 4f5f08c0d33ad7e9cb6486e66324a4b178e7bc0f /audio/festvox-aec/Makefile | |
parent | 346a02a99dafd95d8161b3e1f88a2fa137c2349a (diff) | |
download | pkgsrc-a36f7223390460e56af3e9d1311f492093c453f1.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/festvox-aec/Makefile')
-rw-r--r-- | audio/festvox-aec/Makefile | 5 |
1 files changed, 4 insertions, 1 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 |