diff options
author | flz <flz@FreeBSD.org> | 2005-03-14 21:20:42 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-14 21:20:42 +0800 |
commit | 28c7cf971c052e51d3769f8e59256360bcd31908 (patch) | |
tree | f0c90a307a2995fc1d3df37c3b9a3525ae9fee17 /audio | |
parent | bfb4bee436463d8cf6ecd1cb5328cf1778474b97 (diff) | |
download | freebsd-ports-gnome-28c7cf971c052e51d3769f8e59256360bcd31908.tar.gz freebsd-ports-gnome-28c7cf971c052e51d3769f8e59256360bcd31908.tar.zst freebsd-ports-gnome-28c7cf971c052e51d3769f8e59256360bcd31908.zip |
- Add festvox-lp 1.0, Italian female voice for festival.
PR: ports/77579
Submitted by: Dario Freni <saturnero@gufi.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/festvox-lp/Makefile | 35 | ||||
-rw-r--r-- | audio/festvox-lp/distinfo | 2 | ||||
-rw-r--r-- | audio/festvox-lp/pkg-descr | 6 | ||||
-rw-r--r-- | audio/festvox-lp/pkg-plist | 8 |
5 files changed, 52 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 66d764d263a2..3dc81d6bb7e0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -109,6 +109,7 @@ SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 + SUBDIR += festvox-lp SUBDIR += festvox-mwm SUBDIR += festvox-ogirab SUBDIR += festvox-pc diff --git a/audio/festvox-lp/Makefile b/audio/festvox-lp/Makefile new file mode 100644 index 000000000000..dc9ac8eab1cf --- /dev/null +++ b/audio/festvox-lp/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: festvox-lp +# Date created: 2005-02-15 +# Whom: Dario Freni +# +# $FreeBSD$ +# + +PORTNAME= festvox-lp +PORTVERSION= 1.0 +CATEGORIES= audio accessibility +MASTER_SITES= http://www.csrf.pd.cnr.it/Software/It-Festival/ +DISTNAME= lp_ogi_diphone +DIST_SUBDIR= festival + +MAINTAINER= saturnero@gufi.org +COMMENT= Italian female voice for Festival + +RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \ + ${LOCALBASE}/share/festival/lib/dicts/ifd/lex.out:${PORTSDIR}/audio/festlex-ifd \ + ${LOCALBASE}/share/festival/lib/italian_scm/ifd_diph_ds_dur.scm:${PORTSDIR}/audio/festogi-italian + +NO_BUILD= yes +USE_ZIP= YES +WRKSRC= ${WRKDIR}/festival +FHOME= ${PREFIX}/share/festival + +post-extract: + @ ${CHMOD} -R 644 ${WRKSRC} + @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> diff --git a/audio/festvox-lp/distinfo b/audio/festvox-lp/distinfo new file mode 100644 index 000000000000..abf14d893f10 --- /dev/null +++ b/audio/festvox-lp/distinfo @@ -0,0 +1,2 @@ +MD5 (festival/lp_ogi_diphone.zip) = 0766ba758f7c41be147f06b6dfa58e61 +SIZE (festival/lp_ogi_diphone.zip) = 4301343 diff --git a/audio/festvox-lp/pkg-descr b/audio/festvox-lp/pkg-descr new file mode 100644 index 000000000000..17e0093f97fe --- /dev/null +++ b/audio/festvox-lp/pkg-descr @@ -0,0 +1,6 @@ +This voice provides an Italian female voice. +It was created by ISTC-SPFD CNR & ITC-IRST. + +This voice can be activated via (voice_lp_ogi_diphone). + +WWW: http://www.csrf.pd.cnr.it/TTS/It-FESTIVAL-download.htm diff --git a/audio/festvox-lp/pkg-plist b/audio/festvox-lp/pkg-plist new file mode 100644 index 000000000000..9d13de5f7e0d --- /dev/null +++ b/audio/festvox-lp/pkg-plist @@ -0,0 +1,8 @@ +share/festival/lib/voices/italian/lp_ogi_diphone/festvox/lp_ogi_diphone.scm +share/festival/lib/voices/italian/lp_ogi_diphone/group/lp_ogi_diphone.group +share/festival/lib/voices/italian/lp_ogi_diphone/group/lp_ogi_diphone.group-README +@dirrm share/festival/lib/voices/italian/lp_ogi_diphone/festvox +@dirrm share/festival/lib/voices/italian/lp_ogi_diphone/group +@dirrm share/festival/lib/voices/italian/lp_ogi_diphone +@unexec rmdir %D/share/festival/lib/voices/italian 2>/dev/null || true +@unexec rmdir %D/share/festival/lib/voices 2>/dev/null || true |