Your message dated Wed, 27 Jun 2007 02:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352351: fixed in festival 1.4.3-18
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: festival
Version: 1.4.3-17
Severity: wishlist
Tags: patch
Hi,
please consider adding support for the Finnish voices, available in the
festvox-suopuhe-mv and festvox-suopuhe-lj packages.
Proposed patch attached.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- languages.scm 2006/02/11 12:43:30 1.1
+++ languages.scm 2006/02/11 12:58:50
@@ -68,6 +68,17 @@
(Parameter.set 'Language 'americanenglish)
)
+(define (language_finnish)
+"(language_finnish)
+Set up language parameters for Finnish."
+ (if (symbol-bound? 'voice_suo_lj_diphone)
+ (set! female1 voice_suo_lj_diphone))
+ (set! male1 voice_hy_fi_mv_diphone)
+
+ (male1)
+ (Parameter.set 'Language 'finnish)
+)
+
(define (language_scots_gaelic)
"(language_scots_gaelic)
Set up language parameters for Scots Gaelic."
@@ -109,6 +120,8 @@
(language_welsh))
((equal? language 'spanish)
(language_castillian_spanish))
+ ((equal? language 'finnish)
+ (language_finnish))
((equal? language 'klingon)
(language_klingon))
(t
--- End Message ---
--- Begin Message ---
Source: festival
Source-Version: 1.4.3-18
We believe that the bug you reported is fixed in the latest version of
festival, which is due to be installed in the Debian FTP archive:
festival-dev_1.4.3-18_amd64.deb
to pool/main/f/festival/festival-dev_1.4.3-18_amd64.deb
festival_1.4.3-18.diff.gz
to pool/main/f/festival/festival_1.4.3-18.diff.gz
festival_1.4.3-18.dsc
to pool/main/f/festival/festival_1.4.3-18.dsc
festival_1.4.3-18_amd64.deb
to pool/main/f/festival/festival_1.4.3-18_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kartik Mistry <[EMAIL PROTECTED]> (supplier of updated festival package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 19 Jun 2007 16:51:42 +0530
Source: festival
Binary: festival-dev festival
Architecture: source amd64
Version: 1.4.3-18
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry <[EMAIL PROTECTED]>
Changed-By: Kartik Mistry <[EMAIL PROTECTED]>
Description:
festival - general multi-lingual speech synthesis system
festival-dev - development kit for the Festival speech synthesis system
Closes: 335845 352351 359152 360322 360323 360537 366794 381260 384861 387107
407655 427552 429470
Changes:
festival (1.4.3-18) unstable; urgency=low
.
* New maintainer (Closes: #429470)
* Acknowledge previous NMUs (Closes: #335845, #352351)
* Updated debhelper compability to 5
* Updated standards-version to 3.7.2
* debian/README.Debian: updated to standards format, fixed typos
(Closes: #360537)
* debian/copyright: updated to standard copyright format, added missing
license texts
* debian/rules: made it simpler and readable, better install target now,
added -- multiuser option to dh_installinit from Ubuntu
* debian/control: fixed long descriptions, minor cleanups, fixed mini
dependency hell by moving festvox-kallpc16k | festival-voice to Recommands
(Closes: #359152)
* debian/control: Added available festival frontends as Suggests list
(Closes: #366794)
* config/config: fixed FTBFS with GCC 4.2 by removing -fno-shared-data
option (Closes: #387107)
* debian/festival.init: added LSBInitScript header, added lsb logging
functions, Thanks to David Härdeman <[EMAIL PROTECTED]> for patch
(Closes: #384861)
* doc/festival_client.1: fixed typos, Thanks to A Costa <[EMAIL PROTECTED]>
for patch (Closes: #360323)
* doc/festival.1: fixed typos, Thanks to A Costa <[EMAIL PROTECTED]> for
patch
(Closes: #360322)
* src/modules/UniSyn_diphone/us_diphone_index.cc: fix for error is sent to
stdout instead of stderr, Thanks to Javier Serrano Polo <[EMAIL PROTECTED]>
for patch (Closes: #407655)
* lib/languages.scm: fixed error in the Finnish female voice definition,
Thanks to Niko Tyni <[EMAIL PROTECTED]> for patch (Closes: #427552)
* lib/languages.scm: added support for Czech language, --language czech
Thanks to Milan Zamazal <[EMAIL PROTECTED]> for patch (Closes: #381260)
* Removed unused lintian.override
Files:
31d1257bd168e6860b730cb3d8f15b81 670 sound optional festival_1.4.3-18.dsc
ee6bf62f3453ed83ca923886bcbab04f 33033 sound optional festival_1.4.3-18.diff.gz
5e7e3f8183b09d21af8479a4f748aade 708832 sound optional
festival_1.4.3-18_amd64.deb
550c880af9390ac1d06a69cb516f9679 445936 libdevel optional
festival-dev_1.4.3-18_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFGgcYpFyn1hmqfPDgRAr4oAKCVjZtAqpHffM8RAI/CfvH7knpdxwCfe0Aw
UKbU1sWfjeFQoSUM3bI8kbc=
=PvV9
-----END PGP SIGNATURE-----
--- End Message ---