diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 08:39:50 +0000 |
commit | bab74078a9840cb4e1407279f9c4809ecc61386e (patch) | |
tree | 9f05d5fdc8471f95e066a28da1b1201dcd87a6bc /audio/festvox-ogirab | |
parent | Update to 20000915. (diff) |
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
Notes
Notes:
svn path=/head/; revision=32683
Diffstat (limited to 'audio/festvox-ogirab')
-rw-r--r-- | audio/festvox-ogirab/Makefile | 41 | ||||
-rw-r--r-- | audio/festvox-ogirab/distinfo | 1 | ||||
-rw-r--r-- | audio/festvox-ogirab/pkg-comment | 1 | ||||
-rw-r--r-- | audio/festvox-ogirab/pkg-descr | 10 | ||||
-rw-r--r-- | audio/festvox-ogirab/pkg-plist | 8 |
5 files changed, 61 insertions, 0 deletions
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile new file mode 100644 index 000000000000..35188b7ac850 --- /dev/null +++ b/audio/festvox-ogirab/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: festvox-ogirab +# Date created: 2000-06-19 +# Whom: Trevor Johnson <trevor@jpj.net> +# based on the NetBSD port +# +# $NetBSD: Makefile,v 1.10 2000/02/15 09:26:16 agc Exp $ +# $FreeBSD$ +# + +PORTNAME= festvox-ogirab +PORTVERSION= 2.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \ + ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \ + ftp://cslu.cse.ogi.edu/pub/tts/ +DISTNAME= voice_ogirab_di-2.0 +DIST_SUBDIR= festival + +MAINTAINER= trevor@jpj.net + +RUN_DEPENDS= festival:../festival \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi + +RESTRICTED= no-commercial-use + +WRKSRC= ${WRKDIR}/festival + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ ${CHMOD} -R a+r ${WRKSRC} + find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> diff --git a/audio/festvox-ogirab/distinfo b/audio/festvox-ogirab/distinfo new file mode 100644 index 000000000000..5e9a474f3e0f --- /dev/null +++ b/audio/festvox-ogirab/distinfo @@ -0,0 +1 @@ +MD5 (festival/voice_ogirab_di-2.0.tar.gz) = b860e1d98b437c9aa88d63074d158256 diff --git a/audio/festvox-ogirab/pkg-comment b/audio/festvox-ogirab/pkg-comment new file mode 100644 index 000000000000..be365587d826 --- /dev/null +++ b/audio/festvox-ogirab/pkg-comment @@ -0,0 +1 @@ +British English male voice for Festival (non-commercial use only) diff --git a/audio/festvox-ogirab/pkg-descr b/audio/festvox-ogirab/pkg-descr new file mode 100644 index 000000000000..5db77206909b --- /dev/null +++ b/audio/festvox-ogirab/pkg-descr @@ -0,0 +1,10 @@ +from the NetBSD maintainer: + +This voice provides a British English male voice using a residual +excited LPC diphone synthesis module, both created at OGI. It uses +a lexicon compiled from MOBY and CMU lexicons, and other trained +modules used by CSTR voices. + +This voice can be activated via (voice_ogirab_diphone) . + +WWW: http://cslu.cse.ogi.edu/tts diff --git a/audio/festvox-ogirab/pkg-plist b/audio/festvox-ogirab/pkg-plist new file mode 100644 index 000000000000..305caa1fd151 --- /dev/null +++ b/audio/festvox-ogirab/pkg-plist @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:53:01 hubertf Exp $ +share/festival/lib/voices/english/ogirab_diphone/festvox/ogirab_diphone.scm +share/festival/lib/voices/english/ogirab_diphone/festvox/rabdiph.msec +share/festival/lib/voices/english/ogirab_diphone/festvox/rabgain.dat +share/festival/lib/voices/english/ogirab_diphone/group/ogirab_di_resLPC.group +@dirrm share/festival/lib/voices/english/ogirab_diphone/group +@dirrm share/festival/lib/voices/english/ogirab_diphone/festvox +@dirrm share/festival/lib/voices/english/ogirab_diphone |