debian/0000775000000000000000000000000012271625737007204 5ustar debian/gnome-speech-swift.install0000664000000000000000000000037212031566326014272 0ustar drivers/swift/*.c usr/share/gnome-speech/sources/swift drivers/swift/*.h usr/share/gnome-speech/sources/swift drivers/swift/*.server.in usr/share/gnome-speech/sources/swift debian/swift-synthesis-driver usr/share/gnome-speech/sources debian/rules0000775000000000000000000000175112271625476010270 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2003 Colin Walters include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk # Ensure we do not accidentally pick up viavoice at package build time DEB_CONFIGURE_EXTRA_FLAGS += --with-viavoice-dir=no --with-festival --with-speech-dispatcher # work around upstream bug DEB_MAKE_CLEAN_TARGET := clean clean:: find . -name Makefile | xargs rm -vf find . -name '*.server' | xargs rm -vf rm -f drivers/theta/GNOME_Speech_SynthesisDriver_Theta.server rm -f drivers/freetts/freetts-synthesis-driver rm -f drivers/freetts/GNOME_Speech_SynthesisDriver_FreeTTS.server rm -f config.h config.log config.status libtool stamp-h1 rm -f gnome-speech-1.0.pc debconf-updatepo debian/gnome-speech-dectalk.install0000664000000000000000000000041012031566312014531 0ustar drivers/dectalk/*.c usr/share/gnome-speech/sources/dectalk drivers/dectalk/*.h usr/share/gnome-speech/sources/dectalk drivers/dectalk/*.server.in usr/share/gnome-speech/sources/dectalk debian/dectalk-synthesis-driver usr/share/gnome-speech/sources debian/swift-synthesis-driver0000664000000000000000000000033112031564750013567 0ustar #!/bin/sh # Run swift via padsp if available. if pidof pulseaudio > /dev/null && which padsp > /dev/null ; then /usr/bin/padsp /usr/bin/swift-synthesis-driver.bin $@ else /usr/bin/swift-synthesis-driver.bin $@ fi debian/watch0000664000000000000000000000013511733706773010236 0ustar version=2 http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.4/gnome-speech-(.*)\.tar\.gz debian/libgnome-speech7.install0000664000000000000000000000017612031564750013717 0ustar debian/tmp/usr/lib/libgnomespeech*.so.* debian/tmp/usr/bin debian/tmp/usr/lib/bonobo/servers/* debian/tmp/usr/lib/orbit*/*.so debian/changelog0000664000000000000000000006362012271625734011062 0ustar gnome-speech (1:0.4.25-5ubuntu2) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el. * Build-depend on gnome-common to fix missing macros after autoreconf. -- Logan Rosen Mon, 27 Jan 2014 23:00:15 -0500 gnome-speech (1:0.4.25-5ubuntu1) quantal; urgency=low * Merge from debian unstable. Remaining changes: - debian/control: + libgnome-speech7: Mention all backends that are built, and depend on pulseaudio-utils . + libgnome-speech-dev: Refer to libgnome-speech7. - debian/libgnome-speech7.install: + ship other drivers as well. + Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher. - Dropped gnome-speech-ibmtts, a legacy library that ibmtts depends on is no longer in the archive. - Write wrapper scripts to send audio output for swift and dectalk through PulseAudio. - Depend on pulseaudio-utils -- Ilya Barygin Sat, 29 Sep 2012 16:49:16 +0400 gnome-speech (1:0.4.25-5) unstable; urgency=low * Acknowledge NMU, thanks Christian. * Re-enable uploaders.mk. * Switch to dpkg source format 3.0 (quilt). * Drop obsolete Conflicts. * debian/patches/02_glib-single-include.patch: Fix build failure with glib 2.32 where including individual glib headers is no longer allowed. Closes: #665538 * Don't use brace-expansion in .install files. -- Michael Biebl Mon, 26 Mar 2012 00:10:21 +0200 gnome-speech (1:0.4.25-4ubuntu1) natty; urgency=low * Merge from debian unstable. Remaining changes: - debian/control: + libgnome-speech7: Mention all backends that are built, and depend on pulseaudio-utils . + libgnome-speech-dev: Refer to libgnome-speech7. - debian/libgnome-speech7.install: + ship other drivers as well. + Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher. - Dropped gnome-speech-ibmtts for hardy and later, a legacy library that ibmtts depends on is no longer in the archive. - Write wrapper scripts to send audio output for swift and dectalk through PulseAudio. - Depend on pulseaudio-utils -- David Futcher Thu, 20 Jan 2011 21:49:16 +0000 gnome-speech (1:0.4.25-4.1) unstable; urgency=low * Non-maintainer upload. * No longer include uploaders.mk in debian/rules * Fix pending l10n issues. Debconf translations: - Danish (Joe Hansen). Closes: #621024 - Polish (Michał Kułach). Closes: #657298 -- Christian Perrier Sat, 28 Jan 2012 08:00:59 +0100 gnome-speech (1:0.4.25-4) unstable; urgency=low * Only suggest festival. Closes: #492974 and avoids leaking processes in the gdm3 session. -- Josselin Mouette Fri, 17 Dec 2010 22:54:21 +0100 gnome-speech (1:0.4.25-3ubuntu1) natty; urgency=low * Merge from debian unstable. Remaining changes: - debian/control: + libgnome-speech7: Mention all backends that are built, and depend on pulseaudio-utils . + libgnome-speech-dev: Refer to libgnome-speech7. - debian/libgnome-speech7.install: + ship other drivers as well. + Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher. - Dropped gnome-speech-ibmtts for hardy and later, a legacy library that ibmtts depends on is no longer in the archive. - Write wrapper scripts to send audio output for swift and dectalk through PulseAudio. - Depend on pulseaudio-utils -- Bhavani Shankar Fri, 12 Nov 2010 10:32:18 +0530 gnome-speech (1:0.4.25-3) unstable; urgency=low [ Mario Lang ] * debian/watch: Fix so that it matches current major version directory. [ Josselin Mouette ] * vi.po: updated translation by Clytie Siddall. Closes: #601562. * Use simple-patchsys. * 01_festival_eof.patch: patch from Samuel Thibault. Handle EOF on sockets. Closes: #601171. -- Josselin Mouette Sat, 06 Nov 2010 22:33:37 +0100 gnome-speech (1:0.4.25-2ubuntu1) natty; urgency=low * Merge from Debian Unstable, remaining changes: - debian/control: + libgnome-speech7: Mention all backends that are built, and depend on pulseaudio-utils . + libgnome-speech-dev: Refer to libgnome-speech7. - debian/libgnome-speech7.install: + ship other drivers as well. + Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher. - Dropped gnome-speech-ibmtts for hardy and later, a legacy library that ibmtts depends on is no longer in the archive. - Write wrapper scripts to send audio output for swift and dectalk through PulseAudio. -- Bilal Akhtar Fri, 05 Nov 2010 21:57:18 +0300 gnome-speech (1:0.4.25-2) unstable; urgency=low [ Mario Lang ] * Fix override disparity: libgnome-speech-dev libdevel ->devel. [ Josselin Mouette ] * Drop useless .la file. [ Emilio Pozuelo Monfort ] * debian/gnome-speech-*.{postinst,prerm}: - Add #DEBHELPER# so that debhelper snippets are included. * debian/control.in: - libgnome-speech-dev is section libdevel. - Let libgnome-speech7 and libgnome-speech-dev depend on ${misc:Depends}. -- Emilio Pozuelo Monfort Sat, 06 Mar 2010 20:11:21 +0100 gnome-speech (1:0.4.25-1ubuntu1) lucid; urgency=low * Merge from debian testing, remaining changes: - debian/control: + libgnome-speech7: Mention all backends that are built. + libgnome-speech-dev: Refer to libgnome-speech7. - debian/libgnome-speech7.install: + ship other drivers as well. + Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher. - Dropped gnome-speech-ibmtts for hardy and later, a legacy library that ibmtts depends on is no longer in the archive. - Write wrapper scripts to send audio output for swift and dectalk through PulseAudio. - Depends on pulseaudio-utils. -- Luke Yelavich Fri, 13 Nov 2009 12:40:55 +1100 gnome-speech (1:0.4.25-1) unstable; urgency=low * New upstream release. * Add Spanish translation for the po-debconf template (Closes: #507010) * Add Italian debconf templates translation (Closes: #533066) * Move to debhelper compatibility level 5. * Upgrade Standards-Version from 3.8.0 to 3.8.3 (no changes). -- Mario Lang Mon, 17 Aug 2009 11:18:33 +0200 gnome-speech (1:0.4.25-0ubuntu2) jaunty; urgency=low * Remove wrapper for espeak to use pulseaudio. Espeak now uses PortAudio v19, and can hense use alsa. THings should work fien through PulseAudio regardless. -- Luke Yelavich Tue, 24 Feb 2009 11:16:17 +1100 gnome-speech (1:0.4.25-0ubuntu1) jaunty; urgency=low * New upstream release -- Luke Yelavich Mon, 16 Feb 2009 09:04:24 +1100 gnome-speech (1:0.4.23-1) unstable; urgency=low * New upstream release. * debian/control.in: Update Standards-Version to 3.8.0 (no changes). * debian/control.in: Tighten up Build-Depends versions a bit. -- Mario Lang Sun, 15 Feb 2009 14:27:12 +0100 gnome-speech (1:0.4.23-0ubuntu1) jaunty; urgency=low * New upstream release -- Luke Yelavich Tue, 03 Feb 2009 08:36:30 +0100 gnome-speech (1:0.4.22-0ubuntu1) jaunty; urgency=low * New upstream release. -- Luke Yelavich Wed, 19 Nov 2008 10:12:58 +1100 gnome-speech (1:0.4.21-0ubuntu5) intrepid; urgency=low * Change debian/control.in this time to *really* drop festival Recommends to Suggests. -- Martin Pitt Fri, 17 Oct 2008 17:07:05 +0200 gnome-speech (1:0.4.21-0ubuntu4) intrepid; urgency=low * Drop festival Recommends: to suggests; it is in universe and pulls in a whole lot of further dependencies. Since libgnome-speech7 is installed by default, the recommends does not do anything anyway. -- Martin Pitt Fri, 17 Oct 2008 11:47:17 +0200 gnome-speech (1:0.4.21-0ubuntu3) intrepid; urgency=low * debian/gnome-speech-swift.postinst, debian/gnome-speech-swift.prerm: - Since cepstral swift can be installed in non-standard locations, make sure that the gnome-speech driver can find the swift libraries. -- Luke Yelavich Wed, 24 Sep 2008 10:07:22 +1000 gnome-speech (1:0.4.21-0ubuntu2) intrepid; urgency=low * debian/rules: Remove configure flags --enable-static and --disable-shared that somehow made their way into the rules file, perhaps from a bad merge. (LP: #259471) -- Luke Yelavich Thu, 21 Aug 2008 21:54:14 +1000 gnome-speech (1:0.4.21-0ubuntu1) intrepid; urgency=low * New upstream release. -- Luke Yelavich Mon, 04 Aug 2008 11:15:49 +1000 gnome-speech (1:0.4.20-0ubuntu1) intrepid; urgency=low * New upstream release. * debian/patches/01_espeak-fastest-rate.patch: Dropped, applied upstream. -- Luke Yelavich Tue, 17 Jun 2008 12:47:23 +1000 gnome-speech (1:0.4.19-1ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - debian/control: + libgnome-speech7: Mention all backends that are built. + libgnome-speech-dev: Refer to libgnome-speech7. + change Maintainer to Ubuntu Accessibility Developers. - debian/libgnome-speech7.install: + ship other drivers as well. + Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher. - Dropped gnome-speech-ibmtts for hardy and later, a legacy library that ibmtts depends on is no longer in the archive. - Bumped debhelper to 5 and added tokens to satisfy lintian. - Bump the fastest supported speech rate for espeak to 390 words per minute. - Write wrapper scripts to send audio output for espeak, swift, and dectalk, through PulseAudio. - Depends on pulseaudio-utils. -- Luke Yelavich Sun, 01 Jun 2008 12:25:05 +1000 gnome-speech (1:0.4.19-1) unstable; urgency=low * New upstream release. * Add Japanese debconf translation (Closes: Bug#465683). * Update German debconf translation (Closes: Bug#472488). * Fix a typo in the gnome-speech-ibmtts template (and in all PO files to avoid fuzz). -- Mario Lang Wed, 23 Apr 2008 14:31:39 +0200 gnome-speech (1:0.4.18-1) unstable; urgency=low * Update Swedish debconf translation (Tranks to Daniel Nylander). * Update Basque debconf translation (Closes: Bug#459557). * New upstream release (Closes: Bug#460378). * Update Czech debconf translation (Closes: Bug#459526). * Update Portuguese debconf translation (Closes: Bug#459659). * Add Finnish debconf translation (Closes: Bug#460305). * Update Standards-Version to 3.7.3 (no changes). * Bump libespeak-dev Build-Depends to 1.30. * Change libgnome-speech-dev to section libdevel (as lintian suggests). -- Mario Lang Tue, 05 Feb 2008 12:48:00 +0100 gnome-speech (1:0.4.18-0ubuntu2) hardy; urgency=low * debian/patches/01_espeak-fastest-rate.patch: Bump the fastest supported speech rate for espeak to 390 words per minute. * Write wrapper scripts to send audio output for espeak, swift, and dectalk, through PulseAudio. (LP: #190858) * debian/control: Depends on pulseaudio-utils. -- Luke Yelavich Mon, 11 Feb 2008 17:01:49 +1100 gnome-speech (1:0.4.18-0ubuntu1) hardy; urgency=low * New upstream release - Fix for bug 508439 - Gnome speech Espeak driver will not compile with Espeak 1.30 -- Pedro Fragoso Mon, 14 Jan 2008 13:58:57 +0000 gnome-speech (1:0.4.17-0ubuntu1) hardy; urgency=low * New upstream release (LP: #177148) * Bump to Standards-Version 3.7.3 -- Pedro Fragoso Tue, 18 Dec 2007 12:53:38 +0000 gnome-speech (1:0.4.16-3ubuntu1) hardy; urgency=low * Merge from debian unstable, remaining changes: (LP: #177038) - debian/control: - libgnome-speech7: Mention all backends that are built. - libgnome-speech-dev: Refer to libgnome-speech7 - change Maintainer to Ubuntu Accessibility Developers - debian/libgnome-speech7.install: - ship other drivers as well. - Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher * Dropped gnome-speech-ibmtts for Hardy, ibmtts is no longer in hardy archive * Bumped debhelper to 5 and added tokens to satify lintian -- Pedro Fragoso Fri, 30 Nov 2007 09:34:39 +0000 gnome-speech (1:0.4.16-3) unstable; urgency=low * Add a debian/watch file. * Update Russian debconf translation (Closes: Bug##451810). * Add Dutch debconf translation (Closes: Bug#451393). * Update Galician debconf translation (Closes: Bug#447934). -- Mario Lang Fri, 30 Nov 2007 00:04:59 +0100 gnome-speech (1:0.4.16-2ubuntu2) hardy; urgency=low * debian/po/POTFILES.in: - Remove reference to the gnome-speech-ibmtts templates. (Fix FTBFS) (LP: #162127) -- Luke Yelavich Thu, 22 Nov 2007 23:00:16 +1100 gnome-speech (1:0.4.16-2ubuntu1) hardy; urgency=low * Merge from debian unstable, remaining changes: - debian/control: - libgnome-speech7: Mention all backends that are built. - libgnome-speech-dev: Refer to libgnome-speech7 - debian/libgnome-speech7.install: - ship other drivers as well. - Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher * debian/control: - change Maintainer to Ubuntu Accessibility Developers * Completely drop gnome-speech-ibmtts for hardy, as a necessary library to use ibmtts is no longer in the hardy archive. * Added debhelper tokens where needed to satisfy lintian. * Bumped debhelper to 5, to satisfy linda. -- Luke Yelavich Mon, 12 Nov 2007 13:28:14 +1100 gnome-speech (1:0.4.16-2) unstable; urgency=low * Update french debconf template translation (Closes: Bug#446937). -- Mario Lang Tue, 16 Oct 2007 21:43:40 +0200 gnome-speech (1:0.4.16-1) unstable; urgency=low [ Mario Lang ] * Fix left-over mentioning of libgnome-speech3 in libgnome-speech-dev package description. * Fix libgnome-speech7 description by mentioning that espeak is included by default and pointing users to the add-on backends in diferrent packages. * Move festival to Recommends. * New upstream release. [ Christian Perrier ] * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #430189 * Debconf translation updates: - Galician. Closes: #430860 - Swedish. Closes: #430867 - German. Closes: #430879 - Basque. Closes: #430925 - Vietnamese. Closes: #430943 - Tamil. Closes: #431050 - Russian. Closes: #431292 - Portuguese. Closes: #432021, #429287 - French. Closes: #432390 - Czech. Closes: #431599 - German. Closes: #432883 [ Mario Lang ] * debian/gnome-speech-{dectalk,ibmtts}.templates: Follow changes from debian-l10n-english team. * debian/control{,.in}: Update package description for dectalk and ibmtts packages following the suggestions from the debian-l10n-english team. * debian/control{,.in}: Bump version requirement for libespeak-dev to 1.29. -- Mario Lang Sun, 14 Oct 2007 14:20:00 +0200 gnome-speech (1:0.4.16-0ubuntu2) gutsy; urgency=low * Rebuild to build against the new espeak -- Sarah Hobbs Wed, 12 Sep 2007 12:25:55 +1000 gnome-speech (1:0.4.16-0ubuntu1) gutsy; urgency=low * New upstream release. -- Luke Yelavich Fri, 24 Aug 2007 20:40:45 +1000 gnome-speech (1:0.4.15-0ubuntu1) gutsy; urgency=low * New upstream release. * debian/rules: include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk * debian/control.in: added libgnomespeech-dev Depends on libgnomespeech7. -- Daniel Holbach Wed, 18 Jul 2007 17:40:05 +0200 gnome-speech (1:0.4.14-0ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - New upstream release. - debian/control: - move festival from Depends to Recommends. - libgnome-speech7: Mention all backends that are built. - libgnome-speech-dev: Refer to libgnome-speech7 - debian/libgnome-speech7.install: - ship other drivers as well. - Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher * debian/control: - change Maintainer to Ubuntu Accessibility Developers -- Luke Yelavich Fri, 22 Jun 2007 12:19:05 +1000 gnome-speech (1:0.4.13-2) unstable; urgency=low [ Luke Yelavich ] * New package gnome-speech-dectalk for compiling Fonix DECtalk support at installation time. The dectalk driver for gnome-speech requires non-free header files at compile time. The user receives these headers when buying the dectalk engine. This package compiles the dectalk backend driver in the postinst. [ Mario Lang ] * Also search in /opt for dectalk include/library files. * New package gnome-speech-ibmtts along the lines of the previous two. * Explicitly disable autodetection of viavoice driver to prevent accidentally picking it up on systems that have IBMTTS installed. * debian/control{,.in}: Set gnome-speech-swift to arch: i386 amd64 and gnome-speech-{dectalk,ibmtts} to arch: i386. It doesn't really make sense to have these packages arch: all since the engines they require have a pretty fixed set of arches for which they are available. We also avoid arch: all depending on arch: any and should be BINNMUable again. * Kill yet another lintian warning by removing the duplicate dependency on libgnome-speech7. -- Mario Lang Fri, 08 Jun 2007 19:14:09 +0200 gnome-speech (1:0.4.13-1) unstable; urgency=low * New upstream release: - Fixes hardcoded en_US voice language in swift driver. -- Mario Lang Mon, 04 Jun 2007 16:50:19 +0200 gnome-speech (1:0.4.12-5) unstable; urgency=low * Move gnome-speech-swift to Section: contrib/libs. * Fix a typo in gnome-speech-swift.config. -- Mario Lang Mon, 28 May 2007 13:07:05 +0200 gnome-speech (1:0.4.12-4) unstable; urgency=low * New package gnome-speech-swift for compiling Cepstral swift support at installation time. The swift driver for gnome-speech requires non-free header files at compile time. The user receives these headers when buying the swift engine. This package compiles the swift backend driver in the postinst. * Install /usr/bin/*-synthesis-driver rather than explicitly naming the synthesis driver binaries to ease user modifications and recompilation of the package. -- Mario Lang Tue, 22 May 2007 11:42:52 +0200 gnome-speech (1:0.4.12-3ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - debian/control: - move festival from Depends to Recommends. - libgnome-speech7: Mention all backends that are built. - libgnome-speech-dev: Refer to libgnome-speech7 - debian/libgnome-speech7.install: - ship other drivers as well. - Ship test-speech in main package, instead of -dev package. - debian/rules: use --with-festival --with-speech-dispatcher * debian/control: - change Maintainer to Ubuntu Accessibility Developers -- Luke Yelavich Tue, 22 May 2007 19:15:43 +1000 gnome-speech (1:0.4.12-3) unstable; urgency=low * Build-Depends on libespeak-dev should be >= 1.22. -- Mario Lang Sun, 20 May 2007 13:37:49 +0200 gnome-speech (1:0.4.12-2) unstable; urgency=low * Upload to unstable. -- Mario Lang Thu, 17 May 2007 17:11:28 +0200 gnome-speech (1:0.4.12-1) experimental; urgency=low * New upstream release. -- Mario Lang Tue, 15 May 2007 00:53:43 +0200 gnome-speech (1:0.4.12-0ubuntu1) gutsy; urgency=low * New upstream release: - Fix to support festival languages without dialects. -- Daniel Holbach Wed, 16 May 2007 10:37:42 +0200 gnome-speech (1:0.4.11-1) experimental; urgency=low * New upstream release: SONAME is now 7, so we create libgnomespeech7. Drop SONAME from -dev package name. Add eSpeak synthesis driver. * Bump Standards-Version to 3.7.2. * Fix debian/copyright to include dates and license text. * Build-Depend on libespeak-dev. -- Mario Lang Fri, 11 May 2007 22:59:29 +0200 gnome-speech (1:0.4.11-0ubuntu2) gutsy; urgency=low * Resynchronized with Debian, remaining Ubuntu changes are: - newer version of gnome-speech. - debian/control: - added libespeak-dev (>= 1.18) to Build-Depends. - move festival from Depends to Recommends. - debian/libgnome-speech3*.install: ship other drivers as well. - debian/rules: use --with-festival --with-speech-dispatcher * debian/control: - change Maintainer to Ubuntu Accessibility Developers -- Daniel Holbach Thu, 26 Apr 2007 12:02:09 +0200 gnome-speech (1:0.3.10-2) unstable; urgency=low * Apply encoding patch for Italian festival voices (Closes: Bug#375874). * Ship test-speech in libgnome-speech3-dev. -- Mario Lang Wed, 20 Dec 2006 11:47:03 +0100 gnome-speech (1:0.3.10-1.2) unstable; urgency=medium * NMU from the Helsinki BSP * Removed the unnecessary Build-Dep on libpopt-dev (from last NMU). After discussion with RM, this is actually a bug in libbonobo2-dev rather than gnome-speech. See #398019. -- Steve McIntyre <93sam@debian.org> Sun, 12 Nov 2006 01:49:15 +0200 gnome-speech (1:0.3.10-1.1) unstable; urgency=medium * NMU from the Helsinki BSP * Medium urgency for an RC bug fix * Added missing Build-Dep on libpopt-dev to fix FTBFS RC bug. Closes: #397620 * Improve the clean: target in debian/rules so the package will rebuild cleanly. -- Steve McIntyre <93sam@debian.org> Sat, 11 Nov 2006 18:45:15 +0200 gnome-speech (1:0.3.10-1) unstable; urgency=low * New upstream version. -- Mario Lang Sun, 12 Mar 2006 20:38:43 +0100 gnome-speech (1:0.3.6-1) unstable; urgency=low * New upstream release -- Mario Lang Sun, 16 Jan 2005 01:54:46 +0000 gnome-speech (1:0.3.2-3) unstable; urgency=low * Upload to unstable. -- Mario Lang Sun, 30 May 2004 22:52:02 +0000 gnome-speech (1:0.3.2-2) experimental; urgency=low * debian/control: - Fix a *-speech2 left-over in package description. - Tighten Build-Depends for GNOME 2.6. * debian/libgnome-speech3-dev.docs: - Ship gome-speech.html (Closes: Bug#232038). -- Mario Lang Thu, 22 Apr 2004 22:24:07 +0000 gnome-speech (1:0.3.2-1) experimental; urgency=low * New upstream release. * SONAME changed again, so bump the binary package sonum to 3. -- Mario Lang Thu, 8 Apr 2004 21:56:32 +0000 gnome-speech (1:0.2.7-1) unstable; urgency=low * New maintainer. * New upstream release. * New SONAME: Bumped package sonum to 2. * Urgency set to medium since we need gnome-speech for a new Gnopernicus. -- Mario Lang Wed, 29 Oct 2003 09:52:52 +0100 gnome-speech (1:0.2.3-2) unstable; urgency=low * debian/control: - [libgnome-speech1-dev] Depend on libgnome-speech1, not libgnome-speech (Closes: #201007). - [libgnome-speech1] Add Conflicts: on libgnome-speech. -- Colin Walters Sat, 12 Jul 2003 14:20:40 -0400 gnome-speech (1:0.2.3-1) unstable; urgency=low * New upstream release. - Appears to fix bizarre ORBit build issues (Closes: #199027). * Bump package versions due to API change. * debian/libgnome-speech1.install, debian/libgnome-speech1-dev.install: - Update. -- Colin Walters Mon, 30 Jun 2003 17:57:46 -0400 gnome-speech (1:0.2.0-1) unstable; urgency=low * Revert back to older upstream version, with soversion 0 (Closes: #195389). * debian/control: - Build-Depend on the latest cdbs. -- Colin Walters Fri, 30 May 2003 15:04:44 -0400 gnome-speech (0.2.2-2) unstable; urgency=low * debian/control: - Remove Build-Depends on libtool. - Build-Depend on the latest cdbs. - The above may fix #194648 (deliberately not closed here). -- Colin Walters Sun, 25 May 2003 14:30:45 -0400 gnome-speech (0.2.2-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version: 3.5.10, no changes required. - Build-Depend on cdbs. - Build-Depend on libtool (yay!). * debian/rules: - Convert to cdbs. - Add workaround for broken upstream libtool. * debian/rocks: - Removed. -- Colin Walters Sun, 25 May 2003 03:13:32 -0400 gnome-speech (0.2.0+cvs20030515-1) unstable; urgency=low * New upstream CVS snapshot. * debian/control: - Bump Standards-Version: 3.5.9, no changes required. * debian/libgnome-speech.install: - Install GNOME_Speech_SynthesisDriver_Dectalk.server. * debian/rules: - Update to the latest version of Colin's Build System. -- Colin Walters Thu, 15 May 2003 19:07:18 -0400 gnome-speech (0.2.0+cvs20030227-1) unstable; urgency=low * Initial Release (Closes: #183042) -- Colin Walters Thu, 27 Feb 2003 16:54:55 -0500 debian/compat0000664000000000000000000000000211733706773010404 0ustar 5 debian/control.in0000664000000000000000000000632712271625716011221 0ustar Source: gnome-speech Section: libs Priority: optional Maintainer: Ubuntu Accessibility Developers XSBC-Original-Maintainer: Mario Lang Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.2.11), debhelper (>= 5.0.0), gnome-pkg-tools (>= 0.10), libbonobo2-dev (>= 2.22.0), liborbit2-dev (>= 1:2.14.0), libespeak-dev (>= 1.30), po-debconf, dh-autoreconf, gnome-common Standards-Version: 3.8.3 Package: libgnome-speech7 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pulseaudio-utils Suggests: festival Description: GNOME text-to-speech library The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . Multiple backends are supported by the GNOME Speech library. The Festival, Espeak and speech-dispatcher backends are provided by default in this package; other backends that require proprietary software are available via separate packages (gnome-speech-dectalk and gnome-speech-swift). Package: libgnome-speech-dev Section: libdevel Architecture: any Depends: libgnome-speech7 (= ${binary:Version}), ${misc:Depends}, pkg-config Description: GNOME text-to-speech library (development headers) The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . See the libgnome-speech7 package description for more information. Package: gnome-speech-swift Section: contrib/libs Architecture: amd64 i386 Depends: ${misc:Depends}, gcc, libgnome-speech-dev (= ${binary:Version}), liborbit2-dev, libglib2.0-dev, libbonobo2-dev Description: GNOME text-to-speech library (Cepstral swift engine support) The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . This package provides the source code required to compile a driver for the commercial swift speech synthesis engine and voices from Cepstral (http://www.cepstral.com/). Upon installation, it will automatically attempt to compile and install the swift-synthesis-driver binary required to use GNOME Speech with swift. . This package is only useful if the swift engine is already installed on the system. Package: gnome-speech-dectalk Section: contrib/libs Architecture: i386 Depends: ${misc:Depends}, gcc, libgnome-speech-dev (= ${binary:Version}), liborbit2-dev, libglib2.0-dev, libbonobo2-dev Description: GNOME text-to-speech library (Fonix DECtalk engine support) The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . This package provides the source code required to compile a driver for the commercial DECtalk software speech synthesis engine and voices from Fonix (http://www.fonix.com/). Upon installation, it will automatically attempt to compile and install the dectalk-synthesis-driver binary required to use GNOME Speech with dectalk. . This package is only useful if the dectalk engine is already installed on the system. debian/po/0000775000000000000000000000000012271625737007622 5ustar debian/po/cs.po0000664000000000000000000000511512031564750010560 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Vítězslav Kotrla , 2007. # msgid "" msgstr "" "Project-Id-Version: gnome-speech\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-01-07 07:09+0100\n" "Last-Translator: Vitezslav Kotrla \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Instalační adresář systému Cepstral Swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Pro kompilaci backendu swift jsou potřeba sdílené knihovny a hlavičkové " "soubory systému Cepstral Swift." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Zadejte prosím adresář, ve kterém je nainstalován swift engine." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Instalační adresář systému Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Pro kompilaci backendu dectalk jsou potřeba sdílené knihovny a hlavičkové " "soubory systému systému Fonix DECtalk." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Zadejte prosím adresář, ve kterém je nainstalován dectalk engine." #~ msgid "IBMTTS installation directory:" #~ msgstr "Instalační adresář systému IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "Pro kompilaci backendu viavoice jsou potřeba sdílené knihovny a " #~ "hlavičkové soubory systému IBMTTS." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Zadejte prosím adresář, ve kterém je nainstalován IBMTTS engine." debian/po/gl.po0000664000000000000000000000506112031564750010555 0ustar # Galician translation of gnome-speech's debconf templates # This file is distributed under the same license as the gnome-speech package. # Jacobo Tarrio , 2007. # msgid "" msgstr "" "Project-Id-Version: gnome-speech\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2007-10-24 22:13+0100\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Directorio de instalación de Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Os ficheiros \"include\" e as bibliotecas compartidas de Cepstral swift son " "necesarios para compilar o motor swift de GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Introduza o directorio no que está instalado o motor swift." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Directorio de instalación de Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Os ficheiros \"include\" e as bibliotecas compartidas de Fonix DECtalk son " "necesarios para compilar o motor dectalk de GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Introduza o directorio no que está instalado o motor dectalk." #~ msgid "IBMTTS installation directory:" #~ msgstr "Directorio de instalación de IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "Os ficheiros \"include\" e as bibliotecas compartidas de IBMTTS son " #~ "necesarios para compilar o motor viavoice de GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Introduza o directorio no que está instalado o motor IBMTTS." debian/po/vi.po0000664000000000000000000000531112031564750010567 0ustar # Vietnamese translation for GNOME Speech. # Copyright © 2010 Free Software Foundation, Inc. # Clytie Siddall , 2007-2010. # msgid "" msgstr "" "Project-Id-Version: gnome-speech 1/0.4.25-2\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2010-10-27 21:35+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Thư mục cài đặt Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Các tập tin bao gồm và thư viện kiểu Cepstral swift cần thiết để biên dịch " "hậu phương swift cho chương trình GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Hãy gõ thư mục vào đó cơ chế swift đã được cài đặt." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Thư mục cài đặt Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Các tập tin bao gồm và thư viện kiểu Fonix DECtalk cần thiết để biên dịch " "hậu phương dectalk cho chương trình GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Hãy nhập vào thư mục vào đó cơ chế dectalk đã được cài đặt." #~ msgid "IBMTTS installation directory:" #~ msgstr "Thư mục cài đặt IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "Các tập tin bao gồm và thư viện kiểu IBMTTS cần thiết để biên dịch hậu " #~ "phương swift cho chương trình GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Hãy nhập vào thư mục vào đó cơ chế IBMTTS đã được cài đặt." debian/po/fr.po0000664000000000000000000000530112031564750010557 0ustar # gnome-speech debconf translation # Copyright (C) 2007, Vincent Bernat # This file is distributed under the same license as the gnome-speech package. # msgid "" msgstr "" "Project-Id-Version: gnome-speech_1:0.4.13-2\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2007-07-02 21:04+0200\n" "Last-Translator: Vincent Bernat \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Répertoire d'installation de « Cepstral swift » :" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "« Cepstral swift » fournit les fichiers et les bibliothèques indispensables " "pour la compilation du moteur « swift » de « GNOME Speech »." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Veuillez indiquer le répertoire où le moteur « swift » est installé." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Répertoire d'installation de « Fonix DECtalk » :" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "« Fonix DECtalk » fournit les fichiers et les bibliothèques indispensables " "pour la compilation du moteur « dectalk » de « GNOME Speech »." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Veuillez indiquer le répertoire où le moteur « dectalk » est installé." #~ msgid "IBMTTS installation directory:" #~ msgstr "Répertoire d'installation d'« IBMTTS » :" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "« IBMTTS » fournit les fichiers et les bibliothèques indispensables pour " #~ "la compilation du moteur « viavoice » de « GNOME Speech »." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "" #~ "Veuillez indiquer le répertoire où le moteur « IBMTTS » est installé." debian/po/POTFILES.in0000664000000000000000000000016012031564750011363 0ustar [type: gettext/rfc822deb] gnome-speech-swift.templates [type: gettext/rfc822deb] gnome-speech-dectalk.templates debian/po/ja.po0000664000000000000000000000555712031564750010557 0ustar # Copyright (C) 2007 mlang@debian.org # This file is distributed under the same license as the gnome-speech package. # Hideki Yamane (Debian-JP) , 2008. # msgid "" msgstr "" "Project-Id-Version: gnome-speech 1:0.4.16-3\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-02-03 00:26+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Cepstral swift のインストールディレクトリ:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swift には GNOME スピーチ用 swift バックエンドをコンパイルするのに必" "要なファイルと共有ライブラリが含まれています。" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "swift エンジンがインストールされているディレクトリを入力してください。" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Fonix DECtalk のインストールディレクトリ:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalk には GNOME スピーチ用 dectalk バックエンドをコンパイルするのに" "必要なファイルと共有ライブラリが含まれています。" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "" "dectalk エンジンがインストールされているディレクトリを入力してください。" #~ msgid "IBMTTS installation directory:" #~ msgstr "IBMTTS のインストールディレクトリ:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS には GNOME スピーチ用 viavoice バックエンドをコンパイルするのに必要" #~ "なファイルと共有ライブラリが含まれています。" #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "" #~ "IBMTTS エンジンがインストールされているディレクトリを入力してください。" debian/po/templates.pot0000664000000000000000000000310012031564750012325 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "" debian/po/sv.po0000664000000000000000000000513712031564750010607 0ustar # Swedish translation for gnome-speech debconf template. # Copyright (C) 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the gnome-speech package. # Daniel Nylander , 2007, 2008. # msgid "" msgstr "" "Project-Id-Version: gnome-speech debconf\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-01-05 01:18+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Installationskatalog för Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Inkluderingsfiler och delade bibliotek från Cepstral swift är nödvändiga för " "att kompilera swift-bakänden för GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Ange katalogen där swift-motorn är installerad." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Installationskatalog för Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Inkluderingsfiler och delade bibliotek från Fonix DECtalk är nödvändiga för " "att kompilera dectalk-bakänden för GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Ange katalogen där dectalk-motorn är installerad." #~ msgid "IBMTTS installation directory:" #~ msgstr "Installationskatalog för IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "Inkluderingsfiler och delade bibliotek från IBMTTS är nödvändiga för att " #~ "kompilera viavoice-bakänden för GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Ange katalogen där IBMTTS-motorn är installerad." debian/po/es.po0000664000000000000000000000655612031564750010574 0ustar # gnome-speech translation to spanish # Copyright (C) 2008 Software in the Public Interest # This file is distributed under the same license as the gnome-speech package. # Changes: # - Initial translation # Ignacio Mondino , 2008 # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # # msgid "" msgstr "" "Project-Id-Version: 1:0.4.19-1\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-11-05 18:49-0200\n" "Last-Translator: Ignacio Mondino \n" "Language-Team: Debian Spanish team \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Directorio de instalación de «Cepstral swift»:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "«Cepstral swift» incluye archivos y bibliotecas compartidas requeridas para " "compilar el programa de respaldo «swift» para «GNOME Speech»." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Introduzca el directorio donde está instalado el motor «swift»." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Directorio de instalación de «Fonix DECtalk»:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "«Fonix DECtalk» incluye archivos y bibliotecas compartidas requeridas para " "compilar el programa de respaldo «dectalk» para «GNOME Speech»." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Introduzca el directorio donde está instalado el motor «dectalk»." #~ msgid "IBMTTS installation directory:" #~ msgstr "Directorio de instalación de IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS incluye archivos y bibliotecas compartidas requeridas para " #~ "compilar el programa de respaldo «viavoice» para «GNOME Speech»." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Introduzca el directorio donde está instalado el motor IBMTTS." debian/po/pl.po0000664000000000000000000000517312031565463010574 0ustar # Copyright (C) 2012 # This file is distributed under the same license as the gnome-speech package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2012-01-25 12:39+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Katalog instalacyjny Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swift zawiera pliki i biblioteki współdzielone potrzebne do " "kompilacji backendu swift do GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Proszę wprowadzić katalog, w którym zainstalowany jest silnik swift." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Katalog instalacyjny Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalk zawiera pliki i biblioteki współdzielone potrzebne do " "kompilacji backendu dectalk do GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Proszę wprowadzić katalog, w którym zainstalowany jest silnik dectalk." #~ msgid "IBMTTS installation directory:" #~ msgstr "Katalog instalacyjny IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS zawiera pliki i biblioteki współdzielone potrzebne do kompilacji " #~ "backendu viavoice do GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "" #~ "Proszę wprowadzić katalog, w którym zainstalowany jest silnik IBMTTS." debian/po/da.po0000664000000000000000000000500312031565463010535 0ustar # Danish translation gnome-speech. # Copyright (C) 2011 gnome-speech & nedenstående oversættere. # This file is distributed under the same license as the gnome-speech package. # Joe Hansen , 2011. # msgid "" msgstr "" "Project-Id-Version: gnome-speech\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2011-04-03 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Installationsmappe for Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swifts include-filer og delte biblioteker er krævet for at " "kompilere swift-motoren for GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Indtast venligst mappen hvor swiftmotoren er installeret." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Installationsmappe for Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalks include-filer og delte biblioteker er krævet for at kompilere " "dectalk-motoren for GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Indtast venligst mappen hvor dectalk-motoren er installeret." #~ msgid "IBMTTS installation directory:" #~ msgstr "IBMTTS-installationsmappe:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS include-filer og delte biblioteker er krævet for at kompilere " #~ "viavoice-motoren for GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Indtast venligst mappen hvor IBMTTS-motoren er installeret." debian/po/de.po0000664000000000000000000000550512031564750010546 0ustar # German translation of gnome-speech's debconf templates # Copyright (C) 2007 Johannes Starosta # This file is distributed under the same license as the gnome-speech package. # Johannes Starosta , 2007. # Helge Kreutzmann , 2007. # Johannes Starosta , 2008 msgid "" msgstr "" "Project-Id-Version: gnome-speech 0.4.13-2\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-03-23 00:54+0100\n" "Last-Translator: Johannes Starosta \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Cepstral swift-Installationsverzeichnis:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Zum bersetzen des swift-Backends fr GNOME Speech werden die Laufzeit-" "Bibliotheken und Include-Dateien von Cepstral swift bentigt." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "" "Bitte geben Sie das Verzeichnis ein, in dem die swift-Programme installiert " "sind." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Fonix DECtalk-Installationsverzeichnis:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Zum bersetzen des dectalk-Backends fr GNOME Speech werden die Laufzeit-" "Bibliotheken und Include-Dateien von Fonix DECtalk bentigt." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "" "Bitte geben Sie das Verzeichnis ein, in dem die dectalk-Programme " "installiert sind." #~ msgid "IBMTTS installation directory:" #~ msgstr "IBMTTS-Installationsverzeichnis:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "Zum bersetzen des viavoice-Backends fr GNOME Speech werden die Laufzeit-" #~ "Bibliotheken und Include-Dateien von IBMTTS bentigt." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "" #~ "Bitte geben Sie das Verzeichnis ein, in dem die IBMTTS-Programme " #~ "installiert sind." debian/po/nl.po0000664000000000000000000000503012031564750010560 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE 'S COPYRIGHT HOLDER # This file is distributed under the same license as the package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: gnome-speech\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2007-11-02 15:48+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "'Cepstral swift'-installatiemap." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swift bevat bestanden en gedeelde bibliotheken die vereist zijn om " "het swift-backend van GNOME Speech te compileren." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Wat is de map waarin de swift-engine geïnstalleerd is?" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "'Fonix DECtalk'-installatiemap." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalk bevat bestanden en gedeelde bibliotheken die vereist zijn om " "het dectalk-backend van GNOME Speech te compileren." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Wat is de map waarin de dectalk-engine geïnstalleerd is?" #~ msgid "IBMTTS installation directory:" #~ msgstr "'IBMTTS'-installatiemap." #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS bevat bestanden en gedeelde bibliotheken die vereist zijn om het " #~ "viavoice-backend van GNOME Speech te compileren." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Wat is de map waarin de IBMTTS-engine geïnstalleerd is?" debian/po/fi.po0000664000000000000000000000453312031564750010554 0ustar msgid "" msgstr "" "Project-Id-Version: gnome-speech_1:0.4.16-3\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-01-12 00:19+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: Finland\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Cepstral swiftin asennushakemisto:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swiftin sisältämiä tiedostoja ja jaettuja kirjastoja tarvitaan " "käännettäessä swift-taustaa GNOME Speechille." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Anna hakemisto, johon swift on asennettu." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Fonix DECtalkin asennushakemisto:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalkin sisältämiä tiedostoja ja jaettuja kirjastoja tarvitaan " "käännettäessä dectalk-taustaa GNOME Speechille." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Anna hakemisto, johon dectalk on asennettu." #~ msgid "IBMTTS installation directory:" #~ msgstr "IMBTTS:n asennushakemisto:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IMBTTS:n sisältämiä tiedostoja ja jaettuja kirjastoja tarvitaan " #~ "käännettäessä viavoice-taustaa GNOME Speechille." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Anna hakemisto, johon IMBTTS on asennettu." debian/po/eu.po0000664000000000000000000000511012031564750010557 0ustar # translation of gnome-speech-eu.po to Euskara # gnome-speech debconf basque translation # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Piarres Beobide , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: gnome-speech-eu\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-01-07 11:08+0100\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Cepstral swift instalazio direktorioa:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swift-ek Gnome Speech interfazea konpilatzeko beharrezko " "partekatutako liburutegi eta fitxategiak ditu." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Mesedez idatzi swift motorra instalatuko den direktorioa:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Fonix DECtalk instalazio direktorioa:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalk-ek Gnome Speech interfazea konpilatzeko beharrezko " "partekatutako liburutegi eta fitxategiak ditu." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Mesedez idatzi dectalk motorra instalatuko den direktorioa:" #~ msgid "IBMTTS installation directory:" #~ msgstr "IBMTTS instalazio direktorioa:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS -ek Gnome Speech interfazea konpilatzeko beharrezko partekatutako " #~ "liburutegi eta fitxategiak ditu." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Mesedez idatzi IBMTTS motorra instalatuko den direktorioa:" debian/po/pt.po0000664000000000000000000000611612031564750010600 0ustar # Portuguese translation for gnome-speech debconf messages. # Copyright (C) 2007 Pedro Ribeiro # This file is distributed under the same license as the gnome-speech package. # Pedro Ribeiro , 2007 # msgid "" msgstr "" "Project-Id-Version: gnome-speech_1:0.4.12-6\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2008-01-07 23:02+0000\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Directório de instalação do Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Os ficheiros include e bibliotecas partilhadas do Cepstral swift são " "necessários para compilar o backend swift para o GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Indique por favor o directório onde está instalado o motor swift." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Directório de Instalação Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Os ficheiros include e bibliotecas partilhadas do Fonix DECtalk são " "necessários para compilar o backend dectalk para o GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Indique por favor o directório onde está instalado o motor dectalk." #~ msgid "IBMTTS installation directory:" #~ msgstr "Directório de instalação IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "Os ficheiros include e as bibliotecas partilhadas do IBMTTS são " #~ "necessários para compilar o backend viavoice para o GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Indique por favor o directório onde está instalado o motor IBMTTS." #~ msgid "Enter the toplevel path where you installed the dectalk engine." #~ msgstr "Indique o caminho de topo para a instalação do motor dectalk." #~ msgid "Enter the toplevel path where you installed IBMTTS." #~ msgstr "Indique o caminho de topo para a instalação IBMTTS." #~ msgid "Enter the toplevel path where you installed the swift engine." #~ msgstr "Indique o caminho para o topo da instalação do motor swift." debian/po/ta.po0000664000000000000000000000723412031564750010563 0ustar # translation of gnome-speech.po to TAMIL # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Dr.T.Vasudevan , 2007. msgid "" msgstr "" "Project-Id-Version: gnome-speech\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2007-06-29 12:24+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "செப்ஸ்ட்ரால் ஸ்விப்ட் நிறுவல் அடைவு" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "செப்ஸ்ட்ரால் ஸ்விப்ட் க்னோம் ஸ்பீச் ஐ நிறுவ தேவையான கோப்புகள் பகிர் நூலகங்கள் ஆகியவற்றை " "உள்ளடக்கியது." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "தயை செய்து எந்த அடைவில் ஸ்விப்ட் பொறியை நிறுவ வேண்டும் என குறிப்பிடுக." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 #, fuzzy msgid "Fonix DECtalk installation directory:" msgstr "செப்ஸ்ட்ரால் ஸ்விப்ட் நிறுவல் அடைவு" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 #, fuzzy msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "செப்ஸ்ட்ரால் ஸ்விப்ட் க்னோம் ஸ்பீச் ஐ நிறுவ தேவையான கோப்புகள் பகிர் நூலகங்கள் ஆகியவற்றை " "உள்ளடக்கியது." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 #, fuzzy msgid "Please enter the directory where the dectalk engine is installed." msgstr "தயை செய்து எந்த அடைவில் ஸ்விப்ட் பொறியை நிறுவ வேண்டும் என குறிப்பிடுக." #, fuzzy #~ msgid "IBMTTS installation directory:" #~ msgstr "செப்ஸ்ட்ரால் ஸ்விப்ட் நிறுவல் அடைவு" #, fuzzy #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "செப்ஸ்ட்ரால் ஸ்விப்ட் க்னோம் ஸ்பீச் ஐ நிறுவ தேவையான கோப்புகள் பகிர் நூலகங்கள் ஆகியவற்றை " #~ "உள்ளடக்கியது." #, fuzzy #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "தயை செய்து எந்த அடைவில் ஸ்விப்ட் பொறியை நிறுவ வேண்டும் என குறிப்பிடுக." debian/po/ru.po0000664000000000000000000000612212031564750010600 0ustar # translation of gnome-speech_1:0.4.16-2_ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2007. msgid "" msgstr "" "Project-Id-Version: 1:0.4.16-2\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2007-11-18 21:18+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Каталог установки Cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "Cepstral swift содержит файлы и разделяемые библиотеки, которые требуются " "для компиляции серверной части swift для GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Укажите каталог, в котором установлен движок swift." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Каталог установки Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "Fonix DECtalk содержит файлы и разделяемые библиотеки, которые требуются для " "компиляции серверной части dectalk для GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Укажите каталог, в котором установлен движок dectalk." #~ msgid "IBMTTS installation directory:" #~ msgstr "Каталог установки IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "IBMTTS содержит файлы и разделяемые библиотеки, которые требуются для " #~ "компиляции серверной части viavoice для GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Укажите каталог, в котором установлен движок IBMTTS." debian/po/it.po0000664000000000000000000000516212031564750010571 0ustar # Italian (it) translation of debconf templates for gnome-speech # Copyright (C) 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the gnome-speech package. # Luca Monducci , 2009. # msgid "" msgstr "" "Project-Id-Version: gnome-speech 1:0.4.23\n" "Report-Msgid-Bugs-To: gnome-speech@packages.debian.org\n" "POT-Creation-Date: 2011-01-20 21:51+0000\n" "PO-Revision-Date: 2009-06-14 15:12+0200\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Cepstral swift installation directory:" msgstr "Directory d'installazione di cepstral swift:" #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "" "Cepstral swift include files and shared libraries are required to compile " "the swift backend for GNOME Speech." msgstr "" "I file include e le librerie condivise di Cepstral swift sono necessari alla " "compilazione del backend swift per GNOME Speech." #. Type: string #. Description #: ../gnome-speech-swift.templates:2001 msgid "Please enter the directory where the swift engine is installed." msgstr "Inserire la directory in cui è installato il motore swift." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Fonix DECtalk installation directory:" msgstr "Directory d'installazione di Fonix DECtalk:" #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "" "Fonix DECtalk include files and shared libraries are required to compile the " "dectalk backend for GNOME Speech." msgstr "" "I file include e le librerie condivise di Fonix DECtalk sono necessari alla " "compilazione del backend dectalk per GNOME Speech." #. Type: string #. Description #: ../gnome-speech-dectalk.templates:1001 msgid "Please enter the directory where the dectalk engine is installed." msgstr "Inserire la directory in cui è installato il motore dectalk." #~ msgid "IBMTTS installation directory:" #~ msgstr "Directory d'installazione di IBMTTS:" #~ msgid "" #~ "IBMTTS include files and shared libraries are required to compile the " #~ "viavoice backend for GNOME Speech." #~ msgstr "" #~ "I file include e le librerie condivise di IBMTTS sono necessari alla " #~ "compilazione del backend viavoice per GNOME Speech." #~ msgid "Please enter the directory where the IBMTTS engine is installed." #~ msgstr "Inserire la directory in cui è installato il motore IBMTTS." debian/gnome-speech-dectalk.prerm0000775000000000000000000000024312031564720014220 0ustar #!/bin/sh -e #DEBHELPER# rm -f /usr/bin/dectalk-synthesis-driver* rm -f /usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Dectalk.server #DEBHELPER# exit 0 debian/gnome-speech-dectalk.config0000775000000000000000000000065311733706773014363 0ustar #!/bin/sh set -e # Load Debconf . /usr/share/debconf/confmodule db_version 2.0 # Autodetect default for dectalk_dir question for dir in /usr/local /opt /usr; do if [ -d "$dir" -a -d "$dir/include/dtk" -a -f "$dir/include/dtk/ttsapi.h" -a -d "$dir/lib" -a -d "$dir/lib/libtts.so" ]; then db_set gnome-speech-dectalk/dectalk_dir "$dir" break fi done db_input medium gnome-speech-dectalk/dectalk_dir || true db_go debian/copyright0000664000000000000000000000240011733706773011135 0ustar This package was first created by Colin Walters on Thu, 27 Feb 2003 17:01:54 -0500. It was downloaded from ftp://ftp.gnome.org/pub/GNOME/sources/gnome-speech/ Authors: Marc Mulcahy Michael Meeks Copyright: 2002, 2003, 2006, 2007 Sun Microsystems Inc. 2005 Brailcom, o.p.s. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/LGPL; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU Library General Public License can be found in the `/usr/share/common-licenses/LGPL' file. debian/source/0000775000000000000000000000000011733713751010500 5ustar debian/source/format0000664000000000000000000000001411733712267011707 0ustar 3.0 (quilt) debian/gnome-speech-swift.templates0000664000000000000000000000116411733706773014634 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # for an advice to debian-l10n-english@lists.debian.org # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: gnome-speech-swift/swift_dir Type: string Default: /opt/swift _Description: Cepstral swift installation directory: Cepstral swift include files and shared libraries are required to compile the swift backend for GNOME Speech. . Please enter the directory where the swift engine is installed. debian/libgnome-speech-dev.docs0000664000000000000000000000002711733706773013674 0ustar doc/gnome-speech.html debian/gnome-speech-swift.config0000664000000000000000000000065511733706773014107 0ustar #!/bin/sh set -e # Load Debconf . /usr/share/debconf/confmodule db_version 2.0 # Autodetect default for swift_dir question for dir in /opt/swift /usr/local/swift /usr/local/share/swift /usr/share/swift; do if [ -d "$dir" -a -d "$dir/include" -a -f "$dir/include/swift.h" -a -d "$dir/lib" ]; then db_set gnome-speech-swift/swift_dir "$dir" break fi done db_input medium gnome-speech-swift/swift_dir || true db_go debian/gnome-speech-dectalk.templates0000664000000000000000000000046711733706773015114 0ustar Template: gnome-speech-dectalk/dectalk_dir Type: string Default: /usr/local _Description: Fonix DECtalk installation directory: Fonix DECtalk include files and shared libraries are required to compile the dectalk backend for GNOME Speech. . Please enter the directory where the dectalk engine is installed. debian/libgnome-speech-dev.install0000664000000000000000000000021012031564750014371 0ustar debian/tmp/usr/include/* debian/tmp/usr/share/idl/* debian/tmp/usr/lib/pkgconfig/gnome-speech*.pc debian/tmp/usr/lib/libgnomespeech*.so debian/gnome-speech-swift.postinst0000664000000000000000000000271012031564750014504 0ustar #!/bin/sh set -e #DEBHELPER# . /usr/share/debconf/confmodule db_version 2.0 srcdir=/usr/share/gnome-speech/sources/swift if [ "$1" = "configure" ]; then db_get gnome-speech-swift/swift_dir swift_dir="$RET" if [ -d "$swift_dir" -a -d "$swift_dir/include" -a -d "$swift_dir/lib" ]; then # compile code here swift_CFLAGS="-I$srcdir -I/usr/include/gnome-speech-1.0 -I$swift_dir/include -DORBIT2=1 -pthread -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -Wall -g -O2" gcc $swift_CFLAGS -o /usr/bin/swift-synthesis-driver.bin \ $srcdir/swiftsynthesisdriver.c $srcdir/swiftspeaker.c \ -Wl,--export-dynamic -lgnomespeech -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -L$swift_dir/lib -lswift -lm sed -e 's,@prefix@,/usr,' \ <$srcdir/GNOME_Speech_SynthesisDriver_Swift.server.in \ >/usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Swift.server cp /usr/share/gnome-speech/sources/swift-synthesis-driver /usr/bin chmod 755 /usr/bin/swift-synthesis-driver if [ "$swift_dir" != "/opt/swift" -a ! -f /etc/swift.xml ]; then if [ ! -f /opt/swift/etc/swift.xml ]; then ln -s $swift_dir/etc/swift.xml /etc/swift.xml fi fi # Tell ldconfig about the swift libraries. echo $swift_dir > /etc/ld.so.conf.d/cepstral_swift ldconfig fi fi #DEBHELPER# debian/dectalk-synthesis-driver0000664000000000000000000000033312031564720014041 0ustar #!/bin/sh # Run dectalk via padsp if available. if pidof pulseaudio > /dev/null && which padsp > /dev/null ; then /usr/bin/padsp -M /usr/bin/dectalk-synthesis-driver.bin $@ else /usr/bin/-synthesis-driver.bin $@ fi debian/control0000664000000000000000000000705512271625737010616 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: gnome-speech Section: libs Priority: optional Maintainer: Ubuntu Accessibility Developers XSBC-Original-Maintainer: Mario Lang Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Josselin Mouette , Michael Biebl Build-Depends: cdbs (>= 0.2.11), debhelper (>= 5.0.0), gnome-pkg-tools (>= 0.10), libbonobo2-dev (>= 2.22.0), liborbit2-dev (>= 1:2.14.0), libespeak-dev (>= 1.30), po-debconf, dh-autoreconf, gnome-common Standards-Version: 3.8.3 Package: libgnome-speech7 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pulseaudio-utils Suggests: festival Description: GNOME text-to-speech library The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . Multiple backends are supported by the GNOME Speech library. The Festival, Espeak and speech-dispatcher backends are provided by default in this package; other backends that require proprietary software are available via separate packages (gnome-speech-dectalk and gnome-speech-swift). Package: libgnome-speech-dev Section: libdevel Architecture: any Depends: libgnome-speech7 (= ${binary:Version}), ${misc:Depends}, pkg-config Description: GNOME text-to-speech library (development headers) The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . See the libgnome-speech7 package description for more information. Package: gnome-speech-swift Section: contrib/libs Architecture: amd64 i386 Depends: ${misc:Depends}, gcc, libgnome-speech-dev (= ${binary:Version}), liborbit2-dev, libglib2.0-dev, libbonobo2-dev Description: GNOME text-to-speech library (Cepstral swift engine support) The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . This package provides the source code required to compile a driver for the commercial swift speech synthesis engine and voices from Cepstral (http://www.cepstral.com/). Upon installation, it will automatically attempt to compile and install the swift-synthesis-driver binary required to use GNOME Speech with swift. . This package is only useful if the swift engine is already installed on the system. Package: gnome-speech-dectalk Section: contrib/libs Architecture: i386 Depends: ${misc:Depends}, gcc, libgnome-speech-dev (= ${binary:Version}), liborbit2-dev, libglib2.0-dev, libbonobo2-dev Description: GNOME text-to-speech library (Fonix DECtalk engine support) The GNOME Speech library gives a simple yet general API for programs to convert text into speech, as well as speech input. . This package provides the source code required to compile a driver for the commercial DECtalk software speech synthesis engine and voices from Fonix (http://www.fonix.com/). Upon installation, it will automatically attempt to compile and install the dectalk-synthesis-driver binary required to use GNOME Speech with dectalk. . This package is only useful if the dectalk engine is already installed on the system. debian/gnome-speech-swift.prerm0000664000000000000000000000044512031564750013751 0ustar #!/bin/sh -e #DEBHELPER# rm -f /usr/bin/swift-synthesis-driver* rm -f /usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Swift.server [ -L /etc/swift.xml ] && rm /etc/swift.xml [ -f /etc/ld.so.conf.d/cepstral_swift ] && rm /etc/ld.so.conf.d/cepstral_swift && ldconfig #DEBHELPER# exit 0 debian/patches/0000775000000000000000000000000011733713751010627 5ustar debian/patches/02_glib-single-include.patch0000664000000000000000000003275011733713117015771 0ustar Description: Fix build failure with glib 2.32 where including individual glib headers is no longer allowed. Author: Michael Biebl Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665538 Index: gnome-speech-0.4.25/drivers/dectalk/dectalkspeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/dectalk/dectalkspeaker.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/dectalk/dectalkspeaker.c 2012-03-26 00:00:26.094898631 +0200 @@ -27,8 +27,7 @@ #include #include #include -#include -#include +#include #include #include #include "dectalkspeaker.h" Index: gnome-speech-0.4.25/drivers/dectalk/dectalkspeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/dectalk/dectalkspeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/dectalk/dectalkspeaker.h 2012-03-26 00:00:26.230898631 +0200 @@ -30,7 +30,7 @@ #define __DECTALK_SPEAKER_H_ #include -#include +#include #include #define DECTALK_SPEAKER_TYPE (dectalk_speaker_get_type()) Index: gnome-speech-0.4.25/drivers/dectalk/dectalksynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/dectalk/dectalksynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/dectalk/dectalksynthesisdriver.c 2012-03-26 00:00:26.014898624 +0200 @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include "dectalksynthesisdriver.h" #include Index: gnome-speech-0.4.25/drivers/dectalk/dectalksynthesisdriver.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/dectalk/dectalksynthesisdriver.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/dectalk/dectalksynthesisdriver.h 2012-03-26 00:00:26.158898631 +0200 @@ -28,7 +28,7 @@ #ifndef __DECTALK_SYNTHESIS_DRIVER_H_ #define __DECTALK_SYNTHESIS_DRIVER_H_ -#include +#include #include #include #include Index: gnome-speech-0.4.25/drivers/eloquence/eloquencespeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/eloquence/eloquencespeaker.c 2009-02-08 17:14:55.000000000 +0100 +++ gnome-speech-0.4.25/drivers/eloquence/eloquencespeaker.c 2012-03-26 00:00:27.542898672 +0200 @@ -25,8 +25,7 @@ #include #include -#include -#include +#include #include #include "eloquencespeaker.h" Index: gnome-speech-0.4.25/drivers/eloquence/eloquencespeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/eloquence/eloquencespeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/eloquence/eloquencespeaker.h 2012-03-26 00:00:27.462898668 +0200 @@ -34,7 +34,7 @@ #endif /* __cplusplus */ #include -#include +#include #include #include Index: gnome-speech-0.4.25/drivers/eloquence/eloquencesynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/eloquence/eloquencesynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/eloquence/eloquencesynthesisdriver.c 2012-03-26 00:00:27.566898672 +0200 @@ -24,7 +24,7 @@ */ #include -#include +#include #include #include "eloquencesynthesisdriver.h" #include "eloquencespeaker.h" Index: gnome-speech-0.4.25/drivers/espeak/espeakspeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/espeak/espeakspeaker.c 2009-02-15 18:24:06.000000000 +0100 +++ gnome-speech-0.4.25/drivers/espeak/espeakspeaker.c 2012-03-26 00:00:26.886898652 +0200 @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include "espeaksynthesisdriver.h" Index: gnome-speech-0.4.25/drivers/espeak/espeakspeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/espeak/espeakspeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/espeak/espeakspeaker.h 2012-03-26 00:00:27.318898664 +0200 @@ -34,7 +34,7 @@ #endif /* __cplusplus */ #include -#include +#include #include #include Index: gnome-speech-0.4.25/drivers/espeak/espeaksynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/espeak/espeaksynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/espeak/espeaksynthesisdriver.c 2012-03-26 00:00:27.246898659 +0200 @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include "espeaksynthesisdriver.h" Index: gnome-speech-0.4.25/drivers/espeak/espeaksynthesisdriver.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/espeak/espeaksynthesisdriver.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/espeak/espeaksynthesisdriver.h 2012-03-26 00:00:27.390898668 +0200 @@ -29,7 +29,7 @@ #define __ESPEAK_SYNTHESIS_DRIVER_H_ #include -#include +#include #include #include #include "espeakspeaker.h" Index: gnome-speech-0.4.25/drivers/loquendo/loquendospeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/loquendo/loquendospeaker.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/loquendo/loquendospeaker.c 2012-03-26 00:00:26.442898637 +0200 @@ -27,8 +27,7 @@ #include #include #include -#include -#include +#include #include #include #include "loquendospeaker.h" Index: gnome-speech-0.4.25/drivers/loquendo/loquendospeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/loquendo/loquendospeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/loquendo/loquendospeaker.h 2012-03-26 00:00:26.366898638 +0200 @@ -34,7 +34,7 @@ #endif /* __cplusplus */ #include -#include +#include #include #include Index: gnome-speech-0.4.25/drivers/loquendo/loquendosynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/loquendo/loquendosynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/loquendo/loquendosynthesisdriver.c 2012-03-26 00:00:26.494898640 +0200 @@ -23,7 +23,7 @@ */ #include -#include +#include #include #include #include "loquendosynthesisdriver.h" Index: gnome-speech-0.4.25/drivers/loquendo/loquendosynthesisdriver.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/loquendo/loquendosynthesisdriver.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/loquendo/loquendosynthesisdriver.h 2012-03-26 00:00:26.298898635 +0200 @@ -31,7 +31,7 @@ #include -#include +#include #include #include "loquendospeaker.h" Index: gnome-speech-0.4.25/drivers/swift/swiftspeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/swift/swiftspeaker.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/swift/swiftspeaker.c 2012-03-26 00:00:25.862898620 +0200 @@ -28,8 +28,7 @@ #include #include #include -#include -#include +#include #include #include #include "swiftspeaker.h" Index: gnome-speech-0.4.25/drivers/swift/swiftspeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/swift/swiftspeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/swift/swiftspeaker.h 2012-03-26 00:00:25.930898624 +0200 @@ -28,7 +28,7 @@ #define __SWIFT_SPEAKER_H_ #include -#include +#include #include #include Index: gnome-speech-0.4.25/drivers/swift/swiftsynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/swift/swiftsynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/swift/swiftsynthesisdriver.c 2012-03-26 00:00:25.786898622 +0200 @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include "swiftsynthesisdriver.h" Index: gnome-speech-0.4.25/drivers/theta/thetaspeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/theta/thetaspeaker.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/theta/thetaspeaker.c 2012-03-26 00:00:27.782898679 +0200 @@ -28,8 +28,7 @@ #include #include #include -#include -#include +#include #include #include #include "thetaspeaker.h" Index: gnome-speech-0.4.25/drivers/theta/thetaspeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/theta/thetaspeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/theta/thetaspeaker.h 2012-03-26 00:00:27.622898671 +0200 @@ -30,7 +30,7 @@ #define __THETA_SPEAKER_H_ #include -#include +#include #include #include Index: gnome-speech-0.4.25/drivers/theta/thetasynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/theta/thetasynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/theta/thetasynthesisdriver.c 2012-03-26 00:00:27.706898675 +0200 @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include "thetasynthesisdriver.h" Index: gnome-speech-0.4.25/drivers/viavoice/viavoicespeaker.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/viavoice/viavoicespeaker.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/viavoice/viavoicespeaker.c 2012-03-26 00:00:26.734898649 +0200 @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include "viavoicesynthesisdriver.h" #include "viavoicespeaker.h" Index: gnome-speech-0.4.25/drivers/viavoice/viavoicespeaker.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/viavoice/viavoicespeaker.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/viavoice/viavoicespeaker.h 2012-03-26 00:00:26.578898644 +0200 @@ -34,7 +34,7 @@ #endif /* __cplusplus */ #include -#include +#include #include #include Index: gnome-speech-0.4.25/drivers/viavoice/viavoicesynthesisdriver.c =================================================================== --- gnome-speech-0.4.25.orig/drivers/viavoice/viavoicesynthesisdriver.c 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/viavoice/viavoicesynthesisdriver.c 2012-03-26 00:00:26.654898643 +0200 @@ -24,7 +24,7 @@ */ #include -#include +#include #include #include #include "viavoicesynthesisdriver.h" Index: gnome-speech-0.4.25/drivers/viavoice/viavoicesynthesisdriver.h =================================================================== --- gnome-speech-0.4.25.orig/drivers/viavoice/viavoicesynthesisdriver.h 2008-12-10 14:36:00.000000000 +0100 +++ gnome-speech-0.4.25/drivers/viavoice/viavoicesynthesisdriver.h 2012-03-26 00:00:26.806898647 +0200 @@ -30,7 +30,7 @@ #define __VIAVOICE_SYNTHESIS_DRIVER_H_ #include -#include +#include #include #include #include "viavoicespeaker.h" debian/patches/series0000664000000000000000000000006311733713117012037 0ustar 01_festival_eof.patch 02_glib-single-include.patch debian/patches/01_festival_eof.patch0000664000000000000000000000143311733706773014625 0ustar --- ./drivers/festival/festivalsynthesisdriver.c.original 2010-10-24 01:53:20.000000000 +0200 +++ ./drivers/festival/festivalsynthesisdriver.c 2010-10-24 01:57:12.000000000 +0200 @@ -928,7 +928,8 @@ { g_assert (IS_FESTIVAL_SYNTHESIS_DRIVER (d) && ack && d->channel_sock); - g_io_channel_read_line (d->channel_sock, ack, NULL, NULL, NULL); + if (g_io_channel_read_line (d->channel_sock, ack, NULL, NULL, NULL) == G_IO_STATUS_EOF) + festival_synthesis_driver_stop (d); } @@ -938,7 +939,8 @@ { g_assert (IS_FESTIVAL_SYNTHESIS_DRIVER (d) && ack && d->channel_pipe); - g_io_channel_read_line (d->channel_pipe, ack, NULL, NULL, NULL); + if (g_io_channel_read_line (d->channel_pipe, ack, NULL, NULL, NULL) == G_IO_STATUS_EOF) + festival_synthesis_driver_stop (d); } debian/gnome-speech-dectalk.postinst0000775000000000000000000000227712031564720014767 0ustar #!/bin/sh set -e #DEBHELPER# . /usr/share/debconf/confmodule db_version 2.0 srcdir=/usr/share/gnome-speech/sources/dectalk if [ "$1" = "configure" ]; then db_get gnome-speech-dectalk/dectalk_dir dectalk_dir="$RET" if [ -d "$dectalk_dir" -a -d "$dectalk_dir/include/dtk" -a -d "$dectalk_dir/lib" ]; then # compile code here dectalk_CFLAGS="-I$srcdir -I/usr/include/gnome-speech-1.0 -I$dectalk_dir/include -DORBIT2=1 -pthread -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -Wall -g -O2" gcc $dectalk_CFLAGS -o /usr/bin/dectalk-synthesis-driver.bin \ $srcdir/dectalksynthesisdriver.c $srcdir/dectalkspeaker.c \ -Wl,--export-dynamic -lgnomespeech -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -L$dectalk_dir/lib -ltts -lm sed -e 's,@prefix@,/usr,' \ <$srcdir/GNOME_Speech_SynthesisDriver_Dectalk.server.in \ >/usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Dectalk.server cp /usr/share/gnome-speech/sources/dectalk-synthesis-driver /usr/bin chmod 755 /usr/bin/dectalk-synthesis-driver fi fi #DEBHELPER#