speech-tools (1:1.2.3-9.1ubuntu1) dapper; urgency=low * Fixed amd64 bugs + in ling_class/item_feats.cc (Closes: dbts #346264 and Ubuntu Bugzilla #22000) + in stats/EST_DProbDist.cc -- Stephan Hermann Fri, 6 Jan 2006 21:18:16 +0100 speech-tools (1:1.2.3-9.1) unstable; urgency=high * Non-maintainer upload. * Remove trailing slash in cp -R command (Closes: #340084). * Remove g++-3.4 build-dep (Closes: #343022). -- Luk Claes Sun, 1 Jan 2006 18:56:06 +0100 speech-tools (1:1.2.3-9) unstable; urgency=low * Synchronize package from Ubuntu. * Fix FTBFS on kfreebsd-gnu (closes: #272465). -- Matthias Klose Tue, 2 Aug 2005 11:52:44 +0200 speech-tools (1:1.2.3-8ubuntu2) breezy; urgency=low * Add build dependency on g++-3.4. -- Matthias Klose Mon, 23 May 2005 23:29:15 +0200 speech-tools (1:1.2.3-8ubuntu1) breezy; urgency=low * CXX transition: Rename libestools1.2c102 to libestools1.2. * Fix FTBFS with gcc-3.4 (closes: #274556). Ubuntu 9049. -- Matthias Klose Mon, 23 May 2005 21:00:06 +0000 speech-tools (1:1.2.3-8) unstable; urgency=low * Added alaw processing code. -- Matthias Urlichs Fri, 16 Jul 2004 09:25:39 +0200 speech-tools (1:1.2.3-7) unstable; urgency=low * set SHARED=2 in config.in - required to build a shared Festival library -- Matthias Urlichs Thu, 29 Apr 2004 08:07:31 +0200 speech-tools (1:1.2.3-6) unstable; urgency=medium * Updated Maintainer adress to @d.o (pre-Sarge) * Standards-Version: 3.6.1 (no changes) -- Matthias Urlichs Mon, 5 Apr 2004 11:58:15 +0200 speech-tools (1:1.2.3-5) unstable; urgency=low * Provide for arch-indep data/script directory (/usr/share/...). -- Matthias Urlichs 28 May 2003 05:31:16 +0200 speech-tools (1:1.2.3-4) unstable; urgency=low * debian/rules Set debhelper compatibility level to 4 Fixed shared library handling Added ldconfig call to postrm -- Matthias Urlichs 18 May 2003 18:12:04 +0200 speech-tools (1:1.2.3-3) unstable; urgency=low * Explicitly cast EST_Token to EST_String -- Matthias Urlichs 18 May 2003 16:03:39 +0200 speech-tools (1:1.2.3-2) unstable; urgency=low * Install "undocumented" manpage * Suggest documentation in control file -- Matthias Urlichs 19 Apr 2003 20:45:21 +0200 speech-tools (1:1.2.3-1) unstable; urgency=low * New maintainer. * Bugs in (not uploaded) NMU / see earlier changelog entries: closes: #179490, #186268, #95886 -- Matthias Urlichs 18 Apr 2003 16:51:52 +0200 speech-tools (1:1.2.3-0.1) unstable; urgency=low * NMU. * New upstream version, corresponding to new Festival update, necessary for closing #179490. * Hopefully closes: #186268, #95886. -- Matthias Urlichs 18 Apr 2003 16:03:32 +0200 speech-tools (1:1.2.2-2.2) unstable; urgency=low * NMU. * Fix build problems (C++ standard conformance, mostly). Closes: 95886. * Rename the library .deb to ...c102 (C++ ABI migration). -- Matthias Urlichs 17 Apr 2003 21:14:40 +0200 speech-tools (1:1.2.2-2.1) unstable; urgency=low * NMU. * Fix build problems (C++ standard conformance, mostly). Closes: #95886. * Rename the library to ...c102 (C++ ABI migration) -- Matthias Urlichs Thu, 17 Apr 2003 03:01:07 +0200 speech-tools (1:1.2.2-2) unstable; urgency=low * Eek! ESD support is kind of broken. I've left it in, since I hope to fix it soon, but now the tools default to using a non-network audio protocol instead (which I think is more generally useful). -- David Huggins-Daines Fri, 24 Aug 2001 11:44:25 -0400 speech-tools (1:1.2.2-1) unstable; urgency=low * New upstream version. * Removed a few bits of cruft from patches. Lots of stuff got merged upstream, too. * Added build dependency on debhelper. (closes: #104999) * Finally use some sensible SONAMEs, and rearrange the package names accordingly (sorry folks) -- David Huggins-Daines Thu, 23 Aug 2001 21:36:54 -0400 speech-tools (1:1.2.1-2) unstable; urgency=low * Urgh ... update the shlibs file; since we moved some templates from Festival in here, it needs to depend on this version or higher. -- David Huggins-Daines Mon, 9 Apr 2001 15:18:06 -0400 speech-tools (1:1.2.1-1) unstable; urgency=low * Not using DBS anymore due to newfound knowledge of and influence over the EST/Festival configuration and build process. * Now installs configuration tree in /usr/lib/speech_tools/config/ where Festival (and other things like forthcoming Perl bindings, Festvox, etc) can find it. (part of the justification for doing the above) * Should compile on everything now due to a more intelligent system.sh (backported from 1.2.2 beta) * Add basic manual pages for na_record, na_play, ch_wave, ch_utt (these should actually be auto-generated for all programs, but unfortunately the system only does SGML evil) * Header files moved to /usr/include/speech_tools/, which seems like a better location for them. * No longer compiled against NAS (adds too many extra library dependencies, and isn't generally useful). * Patched na_record to support an -audiodevice parameter (also from 1.2.2 beta) * Actually include na_record in speech-tools-bin (duh!) * Instantiate some templates that Festival wants, to reduce the evil. * Apply serverdiphfdfix.patch and merge voxware.cc changes from http://festvox.org/packed/festival/1.4.1/PATCHES. -- David Huggins-Daines Sat, 7 Apr 2001 12:27:06 -0400 festival (1.4.1-2.1) unstable; urgency=low * NMU * Set the "SYSTEM_TYPE" to "Linux" in debian/patches/speech_tools_config_config. (closes: #84496) -- Adrian Bunk Fri, 16 Mar 2001 23:32:35 +0100 festival (1.4.1-2) unstable; urgency=low * Fix build on powerpc. Closes: #62133 * Fix spew of compiler warnings when building. * Recompile to fix esound dependency issues (feh). Closes: #74592, #56193 * Recompile to fix speech-tools dependency issues. Closes: #51630 * Mark /etc/festival.scm as a conffile. Closes: #52901 * Include ESD patch from #62597. Closes: #62597 -- David Huggins-Daines Wed, 8 Nov 2000 19:19:00 -0500 festival (1.4.1-1) unstable; urgency=low * Fixed m68k config file patch. Really, really closes: #51614, I mean it. * New upstream (bugfix) version. Now has esound support, included. -- David Huggins-Daines Sat, 15 Jan 2000 01:14:31 -0500 festival (1.4.0-4) unstable; urgency=low * Added m68k config files (sigh). Closes: #51614 * Compile with -fPIC. Closes: #51637 -- David Huggins-Daines Tue, 30 Nov 1999 10:47:38 -0500 festival (1.4.0-3) unstable; urgency=low * Use -l option to dh_shlibdeps. Closes: #50602, #50600 * Applied patch to sys-build.mak from Adam Heath. Closes: #50327 * Created a sparc_Linux2.2.mak. Closes: #50472 -- David Huggins-Daines Sat, 27 Nov 1999 13:57:01 -0500 festival (1.4.0-2) unstable; urgency=low * Turns out the authors forgot to include a generic configuration file for Linux 2.2 on i386. * Fixed a foible in debian/rules that caused the *.so links to be created in the wrong package, yuck. -- David Huggins-Daines Mon, 8 Nov 1999 23:35:27 -0500 festival (1.4.0-1) unstable; urgency=medium * New upstream version. Is now free software. Hooray. * Change in source format - festival and speech-tools now build from a single source package again, using Adam Heath's most excellent build system. This allows me to eliminate many (but not all) of the nasty hacks previously needed to build this package. An unfortunate side effect of this is that the version number of the debian package for speech-tools does not reflect the actual upstream numbering system. This is due to Festival and Speech-Tools having a build system that is designed with the intent that the packages will be built under the same directory together and installed in place. As the authors state, this reflects the purpose of Festival as a research system. It does, however, make life very difficult when trying to produce a distributable and policy-compliant Debian package. * Most of the documentation is in the festival-doc package now. This is from the prebuilt festdoc package provided upstream, as it appears to be quite impossible to build the docs without a specially modified version of doc++ (boooooo) -- David Huggins-Daines Sat, 6 Nov 1999 20:05:18 -0500 festival (1.3.1-4) unstable; urgency=low * Now installs festival.el properly. Also, did s/stml/sable/g. Run "say-minor-mode" to get a nice menu for reading your buffers. * Also builds info documentation (this creates a rather nasty source dependency on the voice packages, which I'll try to fix ASAP) * Also builds C++ API documentation in HTML. * Renamed ppc_Linux.mak to powerpc_Linux.mak (doh!) * Work around some RXP weirdness with respect to the location of the Sable DTD. (a real fix will have to wait until a standalone RXP is packaged and we can link against it) -- David Huggins-Daines Fri, 28 May 1999 00:15:49 -0400 festival (1.3.1-3) unstable; urgency=low * Cleaned out the Debian diff a bit * Added some .mak files that may or may not allow the package to build on non-i386 platforms. * Installing the Sable DTD with sgml-base now, so that it works automagically with Emacs, nsgmls, and the like. -- David Huggins-Daines Tue, 4 May 1999 18:40:00 -0400 festival (1.3.1-2.1) unstable; urgency=low * Fixed it to compile with glibc 2.1. * Recompiled so it _works_ under glibc 2.1, without random crashes. -- Joey Hess Fri, 26 Mar 1999 21:42:29 -0800 festival (1.3.1-2) unstable; urgency=low * Changed the name of ellpc16k to ellpc11k. * Recommend the kallpc* packages too. * Modified voices.scm so it will support the kal voice too. -- Joey Hess Sun, 31 Jan 1999 19:47:30 -0800 festival (1.3.1-1) unstable; urgency=low * New upstream version. * Linked dynamically to new speech tools libraries. * Added festival-dev package (#32058).x -- Joey Hess Thu, 28 Jan 1999 22:12:22 -0800 festival (1.3.0-3) unstable; urgency=low * Include Sable.v0_2.dtd in the lib directory (#31304). -- Joey Hess Tue, 5 Jan 1999 14:20:41 -0800 festival (1.3.0-2) unstable; urgency=low * Made short description not start with package name. -- Joey Hess Mon, 31 Aug 1998 13:40:35 -0700 festival (1.3.0-1) unstable; urgency=low * New upstream release. * Updated copyright file. * Currently depends on xlib6, I think this is due to a bug in nas. -- Joey Hess Wed, 26 Aug 1998 15:57:21 -0700 festival (1.2.1-9) unstable; urgency=low * Corrected name of festvox-kdlpc16 in control file (#23886). -- Joey Hess Thu, 25 Jun 1998 11:14:52 -0700 festival (1.2.1-8) unstable; urgency=low * Added nas support (#22359). Disabled by default, edit /etc/festival.scm to enable. -- Joey Hess Wed, 13 May 1998 19:09:48 -0700 festival (1.2.1-7) unstable; urgency=low * Rebuilt linked to a version of speech-tools that supports linux16 audio. However, it will continue to use 8 bit audio by default. * Added a /etc/festival.scm (equivialnt to siteinit.scm that may be referred to in festival's documentation) to make it easy to switch to 16 bit sound (part of #22359). -- Joey Hess Tue, 12 May 1998 12:44:17 -0700 festival (1.2.1-6) unstable; urgency=low * Removed old unused debian/config file. * Do not compress some examples that are executables. -- Joey Hess Sun, 8 Mar 1998 20:36:38 -0800 festival (1.2.1-5) unstable; urgency=low * Fixed package descrption spelling (#18973). -- Joey Hess Thu, 5 Mar 1998 17:03:48 -0800 festival (1.2.1-4) unstable; urgency=low * New standards-version. * Rebuilt with debhlper 0.60 to fix many mode 444 and 555 files. * Moved audsp to /usr/lib/festival/audsp, becuase it's an internal command I don't want to write a man page for. -- Joey Hess Mon, 9 Feb 1998 14:42:55 -0800 festival (1.2.1-3) unstable; urgency=low * Applied patch from author to fix segfault problem (#16188). -- Joey Hess Tue, 23 Dec 1997 11:04:10 -0500 festival (1.2.1-2) unstable; urgency=low * token.cc: Applied patch to fix number pronounciation (#15919). * tts.scm: Fixed to call nsgmls, not nsgmls-1.0 (#15928). -- Joey Hess Sun, 14 Dec 1997 13:33:33 -0500 festival (1.2.1-1) unstable; urgency=low * New upstream release. * Split out speech-tools sources, so I could use pristine sources. * Use debhelper. * Fixed some examples files to work with modified festival paths. * examples/benchmark: default to reading /usr/doc/festival/README. * lib/voices.scm: added el_diphone to the voice search list, so festvox-ellpc16k will work. -- Joey Hess Sun, 26 Oct 1997 23:34:42 -0500 festival (1.1.1-1) unstable; urgency=low * First release. -- Joey Hess Mon, 14 Jul 1997 23:29:25 -0400