diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-16 14:18:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-16 14:18:42 +0000 |
commit | 1033d4a651c33e4884d7569e7848ab2b29344306 (patch) | |
tree | ebed455ae8e3452504f827931e4c805bb9be146e /audio/flite | |
parent | 5d93ed0845d6e82dd6741fe2d8e20c44bab3d8d9 (diff) | |
download | pkgsrc-1033d4a651c33e4884d7569e7848ab2b29344306.tar.gz |
Initial import of flite-1.3.
Flite (festival-lite) is a small, fast run-time synthesis engine developed
at CMU and primarily designed for small embedded machines and/or large
servers. Flite is designed as an alternative synthesis engine to Festival
for voices built using the FestVox suite of voice building tools.
Diffstat (limited to 'audio/flite')
-rw-r--r-- | audio/flite/DESCR | 4 | ||||
-rw-r--r-- | audio/flite/Makefile | 18 | ||||
-rw-r--r-- | audio/flite/PLIST | 44 | ||||
-rw-r--r-- | audio/flite/distinfo | 6 | ||||
-rw-r--r-- | audio/flite/patches/patch-aa | 34 |
5 files changed, 106 insertions, 0 deletions
diff --git a/audio/flite/DESCR b/audio/flite/DESCR new file mode 100644 index 00000000000..91bde080691 --- /dev/null +++ b/audio/flite/DESCR @@ -0,0 +1,4 @@ +Flite (festival-lite) is a small, fast run-time synthesis engine developed +at CMU and primarily designed for small embedded machines and/or large +servers. Flite is designed as an alternative synthesis engine to Festival +for voices built using the FestVox suite of voice building tools. diff --git a/audio/flite/Makefile b/audio/flite/Makefile new file mode 100644 index 00000000000..c3808c71ed2 --- /dev/null +++ b/audio/flite/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ +# + +DISTNAME= flite-1.3-release +PKGNAME= ${DISTNAME:S/-release//} +CATEGORIES= audio +MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.speech.cs.cmu.edu/flite/ +COMMENT= Small and fast run-time synthesis engine + +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= yes + +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/flite/PLIST b/audio/flite/PLIST new file mode 100644 index 00000000000..4ab3c41e268 --- /dev/null +++ b/audio/flite/PLIST @@ -0,0 +1,44 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ +bin/flite +bin/flite_time +include/flite/cst_alloc.h +include/flite/cst_args.h +include/flite/cst_audio.h +include/flite/cst_cart.h +include/flite/cst_clunits.h +include/flite/cst_diphone.h +include/flite/cst_endian.h +include/flite/cst_error.h +include/flite/cst_features.h +include/flite/cst_file.h +include/flite/cst_hrg.h +include/flite/cst_item.h +include/flite/cst_lexicon.h +include/flite/cst_lts.h +include/flite/cst_lts_rewrites.h +include/flite/cst_math.h +include/flite/cst_phoneset.h +include/flite/cst_regex.h +include/flite/cst_relation.h +include/flite/cst_sigpr.h +include/flite/cst_socket.h +include/flite/cst_ss.h +include/flite/cst_string.h +include/flite/cst_sts.h +include/flite/cst_synth.h +include/flite/cst_tokenstream.h +include/flite/cst_track.h +include/flite/cst_units.h +include/flite/cst_utt_utils.h +include/flite/cst_utterance.h +include/flite/cst_val.h +include/flite/cst_val_const.h +include/flite/cst_val_defs.h +include/flite/cst_viterbi.h +include/flite/cst_voice.h +include/flite/cst_wave.h +include/flite/flite.h +include/flite/flite_version.h +share/doc/flite/README +@dirrm share/doc/flite +@dirrm include/flite diff --git a/audio/flite/distinfo b/audio/flite/distinfo new file mode 100644 index 00000000000..7f97e64a59a --- /dev/null +++ b/audio/flite/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ + +SHA1 (flite-1.3-release.tar.gz) = 233144a772de72741ae1aa2292f672c30224afb3 +RMD160 (flite-1.3-release.tar.gz) = a908acfd196754783ee4665ac84ea860d54bcf80 +Size (flite-1.3-release.tar.gz) = 10663835 bytes +SHA1 (patch-aa) = 92d11800b4789ec55f05bfbf0e74600a37d59d35 diff --git a/audio/flite/patches/patch-aa b/audio/flite/patches/patch-aa new file mode 100644 index 00000000000..9f427423af3 --- /dev/null +++ b/audio/flite/patches/patch-aa @@ -0,0 +1,34 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $ + +--- Makefile.orig 2005-11-01 14:40:45.000000000 +0100 ++++ Makefile 2006-01-16 15:15:36.000000000 +0100 +@@ -48,6 +48,7 @@ + FILES = Makefile README ACKNOWLEDGEMENTS COPYING $(CONFIG) + DIST_CLEAN = config.cache config.log config.status \ + config/config config/system.mak FileList ++DOCDIR= $(PREFIX)/share/doc/flite + + HOST_ONLY_DIRS = tools main + ALL = $(BUILD_DIRS) +@@ -105,13 +106,14 @@ + + install: + @echo Installing +- mkdir -p $(INSTALLBINDIR) +- mkdir -p $(INSTALLLIBDIR) +- mkdir -p $(INSTALLINCDIR) +- $(INSTALL) -m 644 include/*.h $(INSTALLINCDIR) +- @ $(MAKE) -C lib --no-print-directory install +- $(INSTALL) -m 755 bin/flite $(INSTALLBINDIR) +- $(INSTALL) -m 755 bin/flite_time $(INSTALLBINDIR) ++ $(BSD_INSTALL_PROGRAM_DIR) $(INSTALLBINDIR) ++ $(BSD_INSTALL_DATA_DIR) $(INSTALLLIBDIR) ++ $(BSD_INSTALL_DATA_DIR) $(INSTALLINCDIR) ++ $(BSD_INSTALL_DATA_DIR) $(DOCDIR) ++ $(BSD_INSTALL_DATA) include/*.h $(INSTALLINCDIR) ++ $(BSD_INSTALL_PROGRAM) bin/flite $(INSTALLBINDIR) ++ $(BSD_INSTALL_PROGRAM) bin/flite_time $(INSTALLBINDIR) ++ $(BSD_INSTALL_DATA) README $(DOCDIR) + + time-stamp : + @ echo $(PROJECT_NAME) >.time-stamp |