pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/flite Initial import of flite-1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/378dd33f9c30
branches:  trunk
changeset: 506457:378dd33f9c30
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jan 16 14:18:42 2006 +0000

description:
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:

 audio/flite/DESCR            |   4 ++++
 audio/flite/Makefile         |  18 ++++++++++++++++++
 audio/flite/PLIST            |  44 ++++++++++++++++++++++++++++++++++++++++++++
 audio/flite/distinfo         |   6 ++++++
 audio/flite/patches/patch-aa |  34 ++++++++++++++++++++++++++++++++++
 5 files changed, 106 insertions(+), 0 deletions(-)

diffs (126 lines):

diff -r 905612f1cbf8 -r 378dd33f9c30 audio/flite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/flite/DESCR Mon Jan 16 14:18:42 2006 +0000
@@ -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 -r 905612f1cbf8 -r 378dd33f9c30 audio/flite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/flite/Makefile      Mon Jan 16 14:18:42 2006 +0000
@@ -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@localhost
+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 -r 905612f1cbf8 -r 378dd33f9c30 audio/flite/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/flite/PLIST Mon Jan 16 14:18:42 2006 +0000
@@ -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 -r 905612f1cbf8 -r 378dd33f9c30 audio/flite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/flite/distinfo      Mon Jan 16 14:18:42 2006 +0000
@@ -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 -r 905612f1cbf8 -r 378dd33f9c30 audio/flite/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/flite/patches/patch-aa      Mon Jan 16 14:18:42 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index