diff options
author | pav <pav@FreeBSD.org> | 2008-03-13 23:02:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-13 23:02:41 +0800 |
commit | 6f6155262f8c05c369f9028fe66530206b87a159 (patch) | |
tree | ee4c541c738c43363030e64fa517fdf512cebe0b /audio/festvox-czech | |
parent | f95e4655d40bfb8d066432a90358a76b93b6b555 (diff) | |
download | freebsd-ports-gnome-6f6155262f8c05c369f9028fe66530206b87a159.tar.gz freebsd-ports-gnome-6f6155262f8c05c369f9028fe66530206b87a159.tar.zst freebsd-ports-gnome-6f6155262f8c05c369f9028fe66530206b87a159.zip |
Czech support for festival speech system. It provides the lexicon and language
rules.
Quality free Czech diphone database.
Primary goal is for speech system Festival but it's not limited on it. Sources,
sound files and boundaries are available so it can be used in other free
speech synthetizer systems too.
WWW: http://www.freebsoft.org/festival-czech
PR: ports/119044
Submitted by: Frantisek Dvorak <valtri@civ.zcu.cz>
Diffstat (limited to 'audio/festvox-czech')
-rw-r--r-- | audio/festvox-czech/Makefile | 24 | ||||
-rw-r--r-- | audio/festvox-czech/distinfo | 3 | ||||
-rw-r--r-- | audio/festvox-czech/files/patch-czech_ph.scm.in | 16 | ||||
-rw-r--r-- | audio/festvox-czech/pkg-descr | 7 | ||||
-rw-r--r-- | audio/festvox-czech/pkg-plist | 7 |
5 files changed, 57 insertions, 0 deletions
diff --git a/audio/festvox-czech/Makefile b/audio/festvox-czech/Makefile new file mode 100644 index 000000000000..1bb8b0c070c9 --- /dev/null +++ b/audio/festvox-czech/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: festvox-czech +# Date created: 2008-04-29 +# Whom: František Dvořák <valtri@civ.zcu.cz> +# +# $FreeBSD$ +# + +PORTNAME= festvox-czech +PORTVERSION= 0.1 +CATEGORIES= audio +MASTER_SITES= http://www.freebsoft.org/pub/projects/festival-czech-diphone-database/ +DISTNAME= voice-czech-ph-bin-${PORTVERSION} +DIST_SUBDIR= festival + +MAINTAINER= valtri@civ.zcu.cz +COMMENT= Czech male voice for Festival + +RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/dicts/czech-lexicon.out:${PORTSDIR}/audio/festlex-czech + +NO_BUILD= yes +USE_GMAKE= yes +MAKE_ARGS= festival_voices_path=${PREFIX}/share/festival/lib/voices + +.include <bsd.port.mk> diff --git a/audio/festvox-czech/distinfo b/audio/festvox-czech/distinfo new file mode 100644 index 000000000000..9502d26a2f9b --- /dev/null +++ b/audio/festvox-czech/distinfo @@ -0,0 +1,3 @@ +MD5 (festival/voice-czech-ph-bin-0.1.tar.gz) = 7640a284577bcfa600fe931355982fd1 +SHA256 (festival/voice-czech-ph-bin-0.1.tar.gz) = f3b8229ed2c14e1bc7f4bdc24702efbf1da967f825403d23b0cc03d09f53141b +SIZE (festival/voice-czech-ph-bin-0.1.tar.gz) = 17739803 diff --git a/audio/festvox-czech/files/patch-czech_ph.scm.in b/audio/festvox-czech/files/patch-czech_ph.scm.in new file mode 100644 index 000000000000..e30316c4ed44 --- /dev/null +++ b/audio/festvox-czech/files/patch-czech_ph.scm.in @@ -0,0 +1,16 @@ +--- festvox/czech_ph.scm.in.orig Sun Apr 29 18:50:12 2007 ++++ festvox/czech_ph.scm.in Sun Apr 29 18:50:41 2007 +@@ -10,4 +10,13 @@ + (czech-unisyn-init 'czech_ph czech-ph-unisyn-index) + (set! czech-int-simple-params* czech-ph-int-params)) + ++(proclaim_voice ++ 'czech_ph ++ '((language czech) ++ (gender male) ++ (dialect czech) ++ (description ++ "Czech language voice by Free(b)soft") ++ (coding ISO-8859-2))) ++ + (provide 'czech_ph) diff --git a/audio/festvox-czech/pkg-descr b/audio/festvox-czech/pkg-descr new file mode 100644 index 000000000000..071c3fae284c --- /dev/null +++ b/audio/festvox-czech/pkg-descr @@ -0,0 +1,7 @@ +Quality free Czech diphone database. + +Primary goal is for speech system Festival but it's not limited on it. Sources, +sound files and boundaries are available so it can be used in other free +speech synthetizer systems too. + +WWW: http://www.freebsoft.org/festival-czech-diphone-database diff --git a/audio/festvox-czech/pkg-plist b/audio/festvox-czech/pkg-plist new file mode 100644 index 000000000000..da26f360810b --- /dev/null +++ b/audio/festvox-czech/pkg-plist @@ -0,0 +1,7 @@ +share/festival/lib/voices/czech/czech_ph/festvox/czech_ph.scm +share/festival/lib/voices/czech/czech_ph/group/ph.group +@dirrm share/festival/lib/voices/czech/czech_ph/festvox +@dirrm share/festival/lib/voices/czech/czech_ph/group +@dirrm share/festival/lib/voices/czech/czech_ph +@dirrmtry share/festival/lib/voices/czech +@dirrmtry share/festival/lib/voices |