Index: head/audio/festival/Makefile =================================================================== --- head/audio/festival/Makefile (revision 402618) +++ head/audio/festival/Makefile (revision 402619) @@ -1,129 +1,117 @@ # Created by: trevor # $FreeBSD$ PORTNAME= festival -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.4 CATEGORIES= audio accessibility MASTER_SITES= FESTIVAL DISTFILES= ${DISTNAME}-release.tar.gz \ speech_tools-${PORTVERSION}-release.tar.gz PATCHFILES= src_modules_diphone_diphone.h.diff?id=b58a836:debian \ src_modules_diphone_di_io.cc.diff?id=b58a836:debian \ src_modules_diphone_diphone.cc.diff?id=b58a836:debian \ src_modules_donovan_t2s.h.diff?id=b58a836:debian \ src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff?id=b58a836:debian \ festival_el_utf8.diff?id=b58a836:debian \ lintianspellpatch.diff?id=b58a836:debian \ hts21compat.diff?id=b58a836:debian \ languagespatch.diff?id=b58a836:debian \ ${SPT_PATCHES:C/.*/patch-speech__tools_\0:netbsd/} PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/festival/patches/:netbsd \ http://anonscm.debian.org/cgit/tts/festival.git/plain/debian/patches/:debian MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system OPTIONS_DEFINE= NAS ESD OPTIONS_DEFAULT=NAS ESD ESD_DESC= ${ESOUND_DESC} DIST_SUBDIR= festival CXXFLAGS+= -DFTLIBDIR=${LOCALBASE}/share/festival/lib CONFIGURE_WRKSRC= ${WRKDIR}/festival USES= gmake SPEECHTOOLS= ${WRKSRC}/speech_tools FESTIVAL= ${WRKSRC}/festival MAKE_ARGS+= CC="${CC}" GCC="${CC}" \ CXX="${CXX}" GXX="${CXX}" \ EST_HOME=${SPEECHTOOLS} WRKSRC= ${WRKDIR} -SPT_PATCHES= base__class_EST__TVector.cc \ - base__class_inst__tmpl_vector__dmatrix__t.cc \ - base__class_inst__tmpl_vector__dvector__t.cc \ - base__class_inst__tmpl_vector__fmatrix__t.cc \ - config_compilers_gcc__defaults.mak \ - include_EST__Ngrammar.h \ - include_EST__SCFG.h \ - include_EST__String.h \ - include_EST__error.h \ - include_ling__class_EST__FeatureFunctionPackage.h \ - include_unix_EST__socket__unix.h \ - stats_dynamic__program.cc \ - utils_EST__ServiceTable.cc +SPT_PATCHES= include_ling__class_EST__FeatureFunctionPackage.h \ + include_unix_EST__socket__unix.h do-build: .for d in speech_tools festival ${MAKE_CMD} -C ${WRKDIR}/$d ${MAKE_FLAGS} Makefile ${MAKE_ARGS} .endfor # Can not make test in `festival', because the voices may not be installed # XXX: this should fail, if the verdict is not "CORRECT"... post-build test: ${MAKE_CMD} -C ${WRKDIR}/speech_tools test # The below is needed, because Debian's patches expect a different # directory-name pre-patch: ${LN} -s festival ${WRKSRC}/festival-2.1~release ${LN} -s festival ${WRKSRC}/b post-patch:: ${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/*/config/systems/default.mak .for m in nas esd ${m:tu}_LIB_DEPENDS= lib${m:nas=audio}.so:${PORTSDIR}/audio/${m:esd=esound} post-patch-${m:tu}-on: ${REINPLACE_CMD} -e 's,# INCLUDE_MODULES += ${m:tu}_AUDIO,INCLUDE_MODULES += ${m:tu}_AUDIO,' \ ${WRKDIR}/*/config/config.in ${m:tu}_CONFIGURE_ENABLE=${m} .endfor do-configure: .for d in speech_tools festival @cd ${WRKDIR}/$d && \ if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}; then \ ${ECHO_CMD} "===> configuration script for $d failed."; \ ${FALSE}; \ fi # This step helps non-i386 systems and is harmless on i386 -${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH:S/armv6/arm/}_unknown.mak .endfor ${REINPLACE_CMD} \ -e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \ -e '/^CXXFLAGS *=/s|$$| ${CXXFLAGS}|' \ -e 's,^OPTIMI,#OPTIMI,' \ ${WRKSRC}/speech_tools/config/compilers/gcc*.mak # This step helps to use a compiler, the vendor has not seen before: ${TEST} -e ${WRKDIR}/speech_tools/config/compilers/${CC}.mak || \ ${LN} -s gcc_defaults.mak ${WRKDIR}/speech_tools/config/compilers/${CC}.mak do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CHMOD} -R u+w,a+r,og-w ${FESTIVAL}/lib ${FIND} ${FESTIVAL}/lib -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} ${FESTIVAL} -type f -name *.orig -delete ${CP} -pPR ${FESTIVAL}/lib ${FESTIVAL}/examples ${STAGEDIR}${DATADIR} ${RM} -rf ${STAGEDIR}${DATADIR}/lib/etc/Makefile ${STAGEDIR}${DATADIR}/lib/etc/*FreeBSD* \ ${STAGEDIR}${DATADIR}/lib/etc/*unknown ${INSTALL_PROGRAM} ${FESTIVAL}/lib/etc/*/audsp ${STAGEDIR}${PREFIX}/libexec ${INSTALL_PROGRAM} ${FESTIVAL}/src/main/festival ${STAGEDIR}${PREFIX}/libexec/festival.naked ${INSTALL_PROGRAM} ${FESTIVAL}/src/main/festival_client ${STAGEDIR}${PREFIX}/libexec/festival_client.naked for n in festival.sh festival_client.sh sitevars.scm; \ do {\ ${SED} "s%@PKG_FESTIVAL_LOCATION@%${DATADIR}%; \ s%@PKG_PREFIX@%${PREFIX}%" <${FILESDIR}/$$n > ${WRKDIR}/$$n ;} \ done ${INSTALL_SCRIPT} ${WRKDIR}/festival.sh ${STAGEDIR}${PREFIX}/bin/festival ${INSTALL_SCRIPT} ${WRKDIR}/festival_client.sh ${STAGEDIR}${PREFIX}/bin/festival_client ${INSTALL_DATA} ${WRKDIR}/sitevars.scm ${STAGEDIR}${DATADIR}/lib/sitevars.scm ${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${STAGEDIR}${PREFIX}/man/man1/festival.1 ${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${STAGEDIR}${PREFIX}/man/man1/festival_client.1 .include Index: head/audio/festival/distinfo =================================================================== --- head/audio/festival/distinfo (revision 402618) +++ head/audio/festival/distinfo (revision 402619) @@ -1,52 +1,48 @@ -SHA256 (festival/festival-2.1-release.tar.gz) = 06f3dcbad9d26e27443fc66947a0faf0c6679482220df4b5f42a261adf758080 -SIZE (festival/festival-2.1-release.tar.gz) = 787313 -SHA256 (festival/speech_tools-2.1-release.tar.gz) = ff6167cd929a88e2f91b47191c6c4dae87c9c06ba39fccc4465af9d79e9b2be9 -SIZE (festival/speech_tools-2.1-release.tar.gz) = 1681999 +SHA256 (festival/festival-2.4-release.tar.gz) = 1e47f293e0857ffde2bccead97947c040ea0b35ea12dd5796edb51583e5e5d84 +SIZE (festival/festival-2.4-release.tar.gz) = 788656 +SHA256 (festival/speech_tools-2.4-release.tar.gz) = fbc2482c443919aa79d2e599d6a5faee4e793df55a79ef377f1dc7e8ba237010 +SIZE (festival/speech_tools-2.4-release.tar.gz) = 1329613 SHA256 (festival/src_modules_diphone_diphone.h.diff?id=b58a836) = 148ecd31aef84d5823470d339b3104b73af099404ab957fcee838520f8808104 SIZE (festival/src_modules_diphone_diphone.h.diff?id=b58a836) = 870 SHA256 (festival/src_modules_diphone_di_io.cc.diff?id=b58a836) = 0dfbe69e30ce8fbe695d30fed42a10c79bc6525dd4e971432a669c88bec4e048 SIZE (festival/src_modules_diphone_di_io.cc.diff?id=b58a836) = 3819 SHA256 (festival/src_modules_diphone_diphone.cc.diff?id=b58a836) = e92e8dc256fd624a7ac3aef7e1403ad4cabc6c23207a53648bfc8a6c5f78c6aa SIZE (festival/src_modules_diphone_diphone.cc.diff?id=b58a836) = 1075 SHA256 (festival/src_modules_donovan_t2s.h.diff?id=b58a836) = 164b9c0b5441177c85e44b111bb5b52e1efef59ee6d8a1b92396e84e01d94e19 SIZE (festival/src_modules_donovan_t2s.h.diff?id=b58a836) = 566 SHA256 (festival/src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff?id=b58a836) = 4137be0f227e0ebabfd8ee6ca9100909709266a713eca511eb06e818d7b64b17 SIZE (festival/src_modules_UniSyn_diphone_UniSyn_diphone.cc.diff?id=b58a836) = 892 SHA256 (festival/festival_el_utf8.diff?id=b58a836) = c56f79e475682e25c6ed72639c253d48ce32535956a949e8a3ba75b7f2f71aa9 SIZE (festival/festival_el_utf8.diff?id=b58a836) = 1945 SHA256 (festival/lintianspellpatch.diff?id=b58a836) = b7f0d104e3154f8aa746a50013a8b77dd3855d5f812062c6424d7ee78eafcb50 SIZE (festival/lintianspellpatch.diff?id=b58a836) = 1284 SHA256 (festival/hts21compat.diff?id=b58a836) = d86434a9e01d2a62defd9230f102f074959ddf5d57e27d0b0abc9714f1717f82 SIZE (festival/hts21compat.diff?id=b58a836) = 125719 SHA256 (festival/languagespatch.diff?id=b58a836) = 3108f08656d31623ee5393eb542d0085819a056641c1853c2ffc2b07e2e9e15a SIZE (festival/languagespatch.diff?id=b58a836) = 36538 SHA256 (festival/patch-speech__tools_base__class_EST__TVector.cc) = d791a9feb1e2be33fb8d367a8add65678b3f0e45cee145e8381d0f18eb2d9b0f SIZE (festival/patch-speech__tools_base__class_EST__TVector.cc) = 454 SHA256 (festival/patch-speech__tools_base__class_inst__tmpl_vector__dmatrix__t.cc) = 19b6c8f14c3b8944dc2404b92c74c5e0b2403f35b96a152f18b9492d9b24e4ee SIZE (festival/patch-speech__tools_base__class_inst__tmpl_vector__dmatrix__t.cc) = 1086 SHA256 (festival/patch-speech__tools_base__class_inst__tmpl_vector__dvector__t.cc) = 713c9938950e2190c503e9619e0142db49bdf6378b60de3611c4390ba7cdb5cb SIZE (festival/patch-speech__tools_base__class_inst__tmpl_vector__dvector__t.cc) = 1086 SHA256 (festival/patch-speech__tools_base__class_inst__tmpl_vector__fmatrix__t.cc) = aa16df118317354d368a5389c18a157723df10f09af319e278eb63d4ab73ee31 SIZE (festival/patch-speech__tools_base__class_inst__tmpl_vector__fmatrix__t.cc) = 1085 SHA256 (festival/patch-speech__tools_config_compilers_gcc__defaults.mak) = ac6e1db2a4e7c99929d4713d70b86014ecbe71d1c5f4f67e91503887a225f718 SIZE (festival/patch-speech__tools_config_compilers_gcc__defaults.mak) = 803 SHA256 (festival/patch-speech__tools_include_EST__Ngrammar.h) = 156d42e187693d6e76d28c280155bc6dfd6de6d8a5225d4aa87a2e767d0cee96 SIZE (festival/patch-speech__tools_include_EST__Ngrammar.h) = 2519 SHA256 (festival/patch-speech__tools_include_EST__SCFG.h) = e6ec64c01faad49f0efb2e40d7b332e0b7a8e92830337eb1f3843780e6c9c3e6 SIZE (festival/patch-speech__tools_include_EST__SCFG.h) = 519 SHA256 (festival/patch-speech__tools_include_EST__String.h) = ce8b3513bf218fd369716101fb0b3defc8ddb4d8a57e28df2c0e80f95fe52e74 SIZE (festival/patch-speech__tools_include_EST__String.h) = 1068 -SHA256 (festival/patch-speech__tools_include_EST__TIterator.h) = c44d8125a04447a63e8458cee910cd7fe4aa84d31d4c06139b76ae168c66bcf7 -SIZE (festival/patch-speech__tools_include_EST__TIterator.h) = 730 -SHA256 (festival/patch-speech__tools_include_EST__TNamedEnum.h) = c825a92c81ecdda555963319c400a026aa797c694897e2a6a232ea94660d6557 -SIZE (festival/patch-speech__tools_include_EST__TNamedEnum.h) = 608 SHA256 (festival/patch-speech__tools_include_EST__error.h) = ad43dcfa0fb0222d3cfc86cc2a316badbe1f2e27b663a91139ee3ccc3fd325e5 SIZE (festival/patch-speech__tools_include_EST__error.h) = 1210 SHA256 (festival/patch-speech__tools_include_ling__class_EST__FeatureFunctionPackage.h) = 2249d192d1c16697e0971263a1c1c1d8dbfecfe080c077abe49765e703775157 SIZE (festival/patch-speech__tools_include_ling__class_EST__FeatureFunctionPackage.h) = 514 SHA256 (festival/patch-speech__tools_include_unix_EST__socket__unix.h) = ad217f952ddd714c2b6b9e5924bfaf9e3b0429ba46d1db117ca1c4918aed9741 SIZE (festival/patch-speech__tools_include_unix_EST__socket__unix.h) = 534 SHA256 (festival/patch-speech__tools_stats_dynamic__program.cc) = 0c3fbe07a256be395e28d08e367e80b53d56885825ff29a232793c8e03915141 SIZE (festival/patch-speech__tools_stats_dynamic__program.cc) = 1106 SHA256 (festival/patch-speech__tools_utils_EST__ServiceTable.cc) = 5edb267faa21adf31b5503cf5db4e55d4ad2c3eaecf1550d7df1ef8cb94c448c SIZE (festival/patch-speech__tools_utils_EST__ServiceTable.cc) = 649 Index: head/audio/festival/files/patch-debian-bug-667377 =================================================================== --- head/audio/festival/files/patch-debian-bug-667377 (revision 402618) +++ head/audio/festival/files/patch-debian-bug-667377 (nonexistent) @@ -1,93 +0,0 @@ -Obtained from: - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667377 - ---- speech_tools/config/compilers/gcc_defaults.mak 2013-05-27 13:02:52.000000000 -0400 -+++ speech_tools/config/compilers/gcc_defaults.mak 2013-05-27 13:06:51.000000000 -0400 -@@ -82,5 +82,5 @@ - - ifndef GCC_MAKE_SHARED_LIB -- MAKE_SHARED_LIB = $(CXX) -shared -fno-shared-data -o XXX -+ MAKE_SHARED_LIB = $(CXX) -shared -o XXX -Wl,-soname -Wl,YYY - else - MAKE_SHARED_LIB = $(GCC_MAKE_SHARED_LIB) ---- speech_tools/base_class/EST_TSimpleMatrix.cc -+++ speech_tools/base_class/EST_TSimpleMatrix.cc -@@ -44,6 +44,7 @@ - #include "EST_TVector.h" - #include - #include -+#include - #include "EST_cutils.h" - - template -@@ -98,7 +99,7 @@ void EST_TSimpleMatrix::resize(int ne - { - int copy_r = Lof(this->num_rows(), new_rows); - -- just_resize(new_rows, new_cols, &old_vals); -+ this->just_resize(new_rows, new_cols, &old_vals); - - for (q=0; q<(copy_r*new_cols*sizeof(T)); q++) /* memcpy */ - ((char *)this->p_memory)[q] = ((char *)old_vals)[q]; -@@ -127,9 +128,9 @@ void EST_TSimpleMatrix::resize(int ne - int copy_r = Lof(this->num_rows(), new_rows); - int copy_c = Lof(this->num_columns(), new_cols); - -- just_resize(new_rows, new_cols, &old_vals); -+ this->just_resize(new_rows, new_cols, &old_vals); - -- set_values(old_vals, -+ this->set_values(old_vals, - old_row_step, old_column_step, - 0, copy_r, - 0, copy_c); ---- speech_tools/base_class/EST_TSimpleVector.cc -+++ speech_tools/base_class/EST_TSimpleVector.cc -@@ -43,6 +43,7 @@ - #include "EST_TSimpleVector.h" - #include "EST_matrix_support.h" - #include -+#include - #include "EST_cutils.h" - - template void EST_TSimpleVector::copy(const EST_TSimpleVector &a) -@@ -70,7 +71,7 @@ template void EST_TSimpleVector - int old_offset = this->p_offset; - unsigned int q; - -- just_resize(newn, &old_vals); -+ this->just_resize(newn, &old_vals); - - if (set && old_vals) - { ---- speech_tools/include/EST_TIterator.h -+++ speech_tools/include/EST_TIterator.h -@@ -209,7 +209,7 @@ public: - - /// Create an iterator ready to run over the given container. - EST_TStructIterator(const Container &over) -- { begin(over); } -+ { this->begin(over); } - - const Entry *operator ->() const - {return &this->current();} -@@ -289,7 +289,7 @@ public: - - /// Create an iterator ready to run over the given container. - EST_TRwStructIterator(Container &over) -- { begin(over); } -+ { this->begin(over); } - - Entry *operator ->() const - {return &this->current();} ---- speech_tools/include/EST_TNamedEnum.h -+++ speech_tools/include/EST_TNamedEnum.h -@@ -130,7 +130,7 @@ public: - {this->initialise((const void *)defs); }; - EST_TNamedEnumI(EST_TValuedEnumDefinition defs[], ENUM (*conv)(const char *)) - {this->initialise((const void *)defs, conv); }; -- const char *name(ENUM tok, int n=0) const {return value(tok,n); }; -+ const char *name(ENUM tok, int n=0) const {return this->value(tok,n); }; - - }; - Property changes on: head/audio/festival/files/patch-debian-bug-667377 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/festival/files/patch-festival_src_modules_hts_engine_HTS_misc.c =================================================================== --- head/audio/festival/files/patch-festival_src_modules_hts_engine_HTS_misc.c (nonexistent) +++ head/audio/festival/files/patch-festival_src_modules_hts_engine_HTS_misc.c (revision 402619) @@ -0,0 +1,14 @@ +--- festival/src/modules/hts_engine/HTS_misc.c.orig 2013-07-03 19:43:35.000000000 +0600 ++++ festival/src/modules/hts_engine/HTS_misc.c 2015-11-22 20:43:30.055818000 +0500 +@@ -245,11 +245,7 @@ + } else if (fp->type == HTS_FILE) { + fpos_t pos; + fgetpos((FILE *) fp->pointer, &pos); +-#if defined(_WIN32) || defined(__CYGWIN__) || defined(__APPLE__) + return (size_t) pos; +-#else +- return (size_t) pos.__pos; +-#endif /* _WIN32 || __APPLE__ */ + } + HTS_error(0, "HTS_ftell: Unknown file type.\n"); + return 0; Property changes on: head/audio/festival/files/patch-festival_src_modules_hts_engine_HTS_misc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/festival/files/patch-voxware =================================================================== --- head/audio/festival/files/patch-voxware (revision 402618) +++ head/audio/festival/files/patch-voxware (revision 402619) @@ -1,49 +1,42 @@ --- speech_tools/config/modules/freebsd16_audio.mak 2001-04-04 09:11:27.000000000 -0400 +++ speech_tools/config/modules/freebsd16_audio.mak 2013-05-27 13:29:03.000000000 -0400 @@ -43,5 +43,5 @@ MOD_DESC_FREEBSD16_AUDIO=Native audio module for FreeBSD systems -AUDIO_DEFINES += -DSUPPORT_FREEBSD16 +AUDIO_DEFINES += -DSUPPORT_FREEBSD16 -DSUPPORT_VOXWARE #ifdef INCLUDE_JAVA_CPP --- speech_tools/audio/linux_sound.cc 2009-04-29 13:06:36.000000000 -0400 +++ speech_tools/audio/linux_sound.cc 2013-05-27 13:31:00.000000000 -0400 @@ -66,7 +66,13 @@ int freebsd16_supported = TRUE; int linux16_supported = FALSE; -static char *aud_sys_name = "FreeBSD"; +static const char *aud_sys_name = "FreeBSD"; #endif /*SUPPORT_FREEBSD16 */ +#ifdef SUPPORT_LINUX16 +int linux16_supported = TRUE; +int freebsd16_supported = FALSE; +static const char *aud_sys_name = "Linux"; +#endif + #ifdef SUPPORT_VOXWARE @@ -76,7 +82,5 @@ #include #include -int linux16_supported = TRUE; -int freebsd16_supported = FALSE; --static char *aud_sys_name = "Linux"; +-static const char *aud_sys_name = "Linux"; + static int stereo_only = 0; -@@ -152,5 +156,5 @@ - int audio,actual_fmt; - int i,r,n; -- char *audiodevice; -+ const char *audiodevice; - - if (al.present("-audiodevice")) -@@ -279,5 +283,5 @@ +@@ -764,5 +768,5 @@ int audio=-1,actual_fmt; int i,r,n; - char *audiodevice; + const char *audiodevice; if (al.present("-audiodevice")) Index: head/audio/festival/pkg-plist =================================================================== --- head/audio/festival/pkg-plist (revision 402618) +++ head/audio/festival/pkg-plist (revision 402619) @@ -1,149 +1,151 @@ bin/festival bin/festival_client libexec/audsp libexec/festival.naked libexec/festival_client.naked man/man1/festival.1.gz man/man1/festival_client.1.gz %%DATADIR%%/examples/Makefile %%DATADIR%%/examples/addr-mode.scm %%DATADIR%%/examples/apml.dtd %%DATADIR%%/examples/benchmark %%DATADIR%%/examples/benchmark.text %%DATADIR%%/examples/dumpfeats %%DATADIR%%/examples/dumpfeats.sh %%DATADIR%%/examples/durmeanstd %%DATADIR%%/examples/durmeanstd.sh %%DATADIR%%/examples/ex1.email %%DATADIR%%/examples/ex1.ogi %%DATADIR%%/examples/example.apml %%DATADIR%%/examples/example.sable %%DATADIR%%/examples/example.th %%DATADIR%%/examples/example2.sable %%DATADIR%%/examples/festival_client.c %%DATADIR%%/examples/festival_client.h %%DATADIR%%/examples/festival_client.pl %%DATADIR%%/examples/intro.text %%DATADIR%%/examples/latest %%DATADIR%%/examples/latest.sh -%%DATADIR%%/examples/run-festival-script -%%DATADIR%%/examples/run-festival-script.sh %%DATADIR%%/examples/make_utts %%DATADIR%%/examples/make_utts.sh %%DATADIR%%/examples/powmeanstd %%DATADIR%%/examples/powmeanstd.sh +%%DATADIR%%/examples/run-festival-script +%%DATADIR%%/examples/run-festival-script.sh %%DATADIR%%/examples/saytime %%DATADIR%%/examples/saytime.sh %%DATADIR%%/examples/scfg_parse_text %%DATADIR%%/examples/scfg_parse_text.sh %%DATADIR%%/examples/songs/Makefile %%DATADIR%%/examples/songs/america1.xml %%DATADIR%%/examples/songs/america2.xml %%DATADIR%%/examples/songs/america3.xml %%DATADIR%%/examples/songs/america4.xml %%DATADIR%%/examples/songs/daisy.xml %%DATADIR%%/examples/songs/doremi.xml %%DATADIR%%/examples/songs/lochlomond.xml %%DATADIR%%/examples/songs/spice1.xml %%DATADIR%%/examples/songs/spice2.xml %%DATADIR%%/examples/songs/spice3.xml %%DATADIR%%/examples/songs/spice4.xml %%DATADIR%%/examples/speech_pm_1.0.tar %%DATADIR%%/examples/spintro.text %%DATADIR%%/examples/text2pos %%DATADIR%%/examples/text2pos.sh +%%DATADIR%%/examples/text2utt +%%DATADIR%%/examples/text2utt.sh %%DATADIR%%/examples/text2wave %%DATADIR%%/examples/text2wave.sh %%DATADIR%%/examples/th-mode.scm %%DATADIR%%/examples/tobi.stml %%DATADIR%%/examples/toksearch.scm %%DATADIR%%/examples/webdemo.scm %%DATADIR%%/lib/Makefile %%DATADIR%%/lib/Sable.v0_2.dtd %%DATADIR%%/lib/Singing.v0_1.dtd %%DATADIR%%/lib/VCLocalRules %%DATADIR%%/lib/apml.scm %%DATADIR%%/lib/apml_f2bf0lr.scm %%DATADIR%%/lib/apml_kaldurtreeZ.scm %%DATADIR%%/lib/cart_aux.scm %%DATADIR%%/lib/clunits.scm %%DATADIR%%/lib/clunits_build.scm %%DATADIR%%/lib/cmusphinx2_phones.scm %%DATADIR%%/lib/cslush.scm %%DATADIR%%/lib/cstr.scm %%DATADIR%%/lib/darpa_phones.scm %%DATADIR%%/lib/display.scm %%DATADIR%%/lib/duration.scm %%DATADIR%%/lib/email-mode.scm %%DATADIR%%/lib/engmorph.scm %%DATADIR%%/lib/engmorphsyn.scm %%DATADIR%%/lib/etc/email_filter %%DATADIR%%/lib/f2bdurtreeZ.scm %%DATADIR%%/lib/f2bf0lr.scm %%DATADIR%%/lib/festdoc.scm %%DATADIR%%/lib/festival.el %%DATADIR%%/lib/festival.scm %%DATADIR%%/lib/festtest.scm %%DATADIR%%/lib/fringe.scm %%DATADIR%%/lib/gswdurtreeZ.scm %%DATADIR%%/lib/holmes_phones.scm %%DATADIR%%/lib/hts.scm %%DATADIR%%/lib/hts21compat.scm %%DATADIR%%/lib/init.scm %%DATADIR%%/lib/intonation.scm %%DATADIR%%/lib/java.scm %%DATADIR%%/lib/klatt_durs.scm %%DATADIR%%/lib/languages.scm %%DATADIR%%/lib/languages/language_american_english.scm %%DATADIR%%/lib/languages/language_british_english.scm %%DATADIR%%/lib/languages/language_castillian_spanish.scm %%DATADIR%%/lib/languages/language_czech.scm %%DATADIR%%/lib/languages/language_finnish.scm %%DATADIR%%/lib/languages/language_italian.scm %%DATADIR%%/lib/languages/language_russian.scm %%DATADIR%%/lib/languages/language_scots_gaelic.scm %%DATADIR%%/lib/languages/language_welsh.scm %%DATADIR%%/lib/lexicons.scm %%DATADIR%%/lib/lts.scm %%DATADIR%%/lib/lts_build.scm %%DATADIR%%/lib/mbrola.scm %%DATADIR%%/lib/mettree.scm %%DATADIR%%/lib/module_description.scm %%DATADIR%%/lib/mrpa_allophones.scm %%DATADIR%%/lib/mrpa_durs.scm %%DATADIR%%/lib/mrpa_phones.scm %%DATADIR%%/lib/multisyn/Makefile %%DATADIR%%/lib/multisyn/multisyn.scm %%DATADIR%%/lib/multisyn/multisyn_pauses.scm %%DATADIR%%/lib/multisyn/radio_phones_multisyn.scm %%DATADIR%%/lib/multisyn/send_xwaves.scm %%DATADIR%%/lib/multisyn/target_cost.scm %%DATADIR%%/lib/ogimarkup-mode.scm %%DATADIR%%/lib/pauses.scm %%DATADIR%%/lib/phoneset.scm %%DATADIR%%/lib/phrase.scm %%DATADIR%%/lib/pos.scm %%DATADIR%%/lib/postlex.scm %%DATADIR%%/lib/radio_phones.scm %%DATADIR%%/lib/sable-latin.ent %%DATADIR%%/lib/sable-mode.scm %%DATADIR%%/lib/scfg.scm %%DATADIR%%/lib/scfg_wsj_wp20.gram %%DATADIR%%/lib/sec.B.hept.ngrambin %%DATADIR%%/lib/sec.ts20.quad.ngrambin %%DATADIR%%/lib/singing-mode.scm %%DATADIR%%/lib/siod.scm %%DATADIR%%/lib/siteinit.scm %%DATADIR%%/lib/sitevars.scm %%DATADIR%%/lib/soleml-mode.scm %%DATADIR%%/lib/speech.properties %%DATADIR%%/lib/synthesis.scm %%DATADIR%%/lib/tilt.scm %%DATADIR%%/lib/tobi.scm %%DATADIR%%/lib/tobi_rules.scm %%DATADIR%%/lib/token.scm %%DATADIR%%/lib/tokenpos.scm %%DATADIR%%/lib/tts.scm %%DATADIR%%/lib/unilex_phones.scm %%DATADIR%%/lib/voices.scm %%DATADIR%%/lib/web.scm