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

Bug#428168: marked as done (ITA: flite -- A small run-time speech synthesis engine)



Your message dated Sun, 26 Jul 2009 23:17:09 +0000
with message-id <E1MVCxp-0003vd-KA@ries.debian.org>
and subject line Bug#428168: fixed in flite 1.3-release-1
has caused the Debian Bug report #428168,
regarding ITA: flite -- A small run-time speech synthesis engine
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
428168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428168
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

flite is basically a C version of festival, compiling all
the necessary data for speech synthesis down to a library which
gets linked into programs that do want to do text-to-speech.

There is #350484 which needs to be dealt with.  When flite 1.2
was released, I worked directly with upstream to integrate a patch
which allowed to build the library also as shared object
files, not just statically.  This is obviously important
for a distro since the flite library is pretty huge (8MB or so) and
to link it into every package that uses it is extreme archive bloat.
Unfortunately, the 1.3 release seems to have dropped
this feature, and my initial attempt at looking on how
to refix .so support failed.  I've since then heard Fedora
carries a patch to do this.  So maybe it isn't that hard
to get 1.3 into Debian after all.

However, these days, I find espeak much more promising for
the future (especially since it does provide multilanguage support),
and my free time does not permit me to maintain several speech engines
anymore (at least, I am not motivated enough to do a good job, obviously).

I'd like to find a good home for flite.  It does have three other
packages depend on it that I know of, speech-dispatcher, eflite
and brltty.

-- 
CYa,
  Mario | Debian Developer <URL:http://debian.org/>
  .''`. | Get my public key via finger mlang@db.debian.org
 : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
 `. `'
   `-      <URL:http://delysid.org/>  <URL:http://www.staff.tugraz.at/mlang/>

Attachment: pgpPr0nuDWOPs.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: flite
Source-Version: 1.3-release-1

We believe that the bug you reported is fixed in the latest version of
flite, which is due to be installed in the Debian FTP archive:

flite1-dev_1.3-release-1_amd64.deb
  to pool/main/f/flite/flite1-dev_1.3-release-1_amd64.deb
flite_1.3-release-1.diff.gz
  to pool/main/f/flite/flite_1.3-release-1.diff.gz
flite_1.3-release-1.dsc
  to pool/main/f/flite/flite_1.3-release-1.dsc
flite_1.3-release-1_amd64.deb
  to pool/main/f/flite/flite_1.3-release-1_amd64.deb
flite_1.3-release.orig.tar.gz
  to pool/main/f/flite/flite_1.3-release.orig.tar.gz
libflite1_1.3-release-1_amd64.deb
  to pool/main/f/flite/libflite1_1.3-release-1_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 428168@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Denis Briand <denis@narcan.fr> (supplier of updated flite 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 26 Jul 2009 19:42:43 +0200
Source: flite
Binary: flite libflite1 flite1-dev
Architecture: source amd64
Version: 1.3-release-1
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
Changed-By: Denis Briand <denis@narcan.fr>
Description: 
 flite      - A small run-time speech synthesis engine
 flite1-dev - A small run-time speech synthesis engine - static libraries
 libflite1  - a small run-time speech synthesis engine - shared libraries
Closes: 149012 331172 350484 428168 443554 484051
Changes: 
 flite (1.3-release-1) unstable; urgency=low
 .
   [ Denis Briand ]
   * New upstream release (Closes: #350484).
   * New-maintainer (Closes: #428168).
   * Put Debian Accessibility Team as maintainer.
   * Add Lukas Loehrer and Denis Briand as uploaders.
   * Bump compat to 7 and add debian/compat file.
   * Bump standards version to 3.8.2.0
   * Add debian/watch file.
   * Add quilt patch system.
   * Add patches:
     + 01_flite-1.3-sharedlibs.patch thanks to Samuel Thibault.
       - fix FTBFS with new upstream version.
     + 02_complete_docs.patch
       - Use old Makefile commands to have html docs.
     + 03_texi_escape_char.patch
       - fix FTBFS when building docs.
     + 04_add_info_section.patch
       - fix info-document-missing-dir-section lintian warning.
     + 06_add_info_document_dir_entry.patch
       - add direntry into flite.texi file to fix lintian warning.
   * Change deprecated dh_clean -k into dh_prep in debian/rules file.
   * Compile with alsa support by default (debian/rules).
   * Apply patches before "configure" is called (debian/rules).
   * Improve packages description in debian/control.
   * Add upstream homepage in debian/control.
   * Remove several trailing whitespaces in debian/ files
   * Rewrite completely the debian/copyright file by browse all sources files.
   * Add autotools-dev and quilt build depends and change tetex-bin into texlive.
   * Improve debian/rules file.
   * Add alsa-base package in recommends.
   * Add VCS-git and VCS-browser fields in debian/control.
 .
   [ Lukas Loehrer ]
   * Add alsa support with 05_alsa_audio_playback_support patch.
     (Closes: #443554, #149012, #331172, #484051).
   * Add libasound-dev to build-dependencies in debian/control.
 .
   [ Mario Lang ]
   * Add myself to Uploaders.
Checksums-Sha1: 
 cb719d04d273b8d1981c53785e771ae33c07c6a3 1468 flite_1.3-release-1.dsc
 233144a772de72741ae1aa2292f672c30224afb3 10663835 flite_1.3-release.orig.tar.gz
 4df9eae12c346e074586599cce3b1c6db08993bf 12654 flite_1.3-release-1.diff.gz
 81aa5271bfcd55c84a4cda2e8c0c8969a97ea057 263524 flite_1.3-release-1_amd64.deb
 bba0b4e200e5ce391d22a7ef801d5e3fa58bdea0 7330334 libflite1_1.3-release-1_amd64.deb
 0b41f5e517befb33197741dfceaa43462953bbc4 7275526 flite1-dev_1.3-release-1_amd64.deb
Checksums-Sha256: 
 e90392b6e66efa9d19bf92b8fac831b3191c28144d94cdcf9bbf58e66221e3b0 1468 flite_1.3-release-1.dsc
 922225f7001e57a0fbace8833b0a48790a68f6c7b491f2d47c78ad537ab78a8b 10663835 flite_1.3-release.orig.tar.gz
 7fb7d2707aa10545b2d14f3b1f1860f93c792df0b0457dc021920acefc712fbd 12654 flite_1.3-release-1.diff.gz
 99f08d648eed2aae0b89892309722eda31e63b320b35d8163656c9a8c402697a 263524 flite_1.3-release-1_amd64.deb
 1b272e6c7de54860e87983d623c1e4363115b48aa86c6689287dc45880cae9c4 7330334 libflite1_1.3-release-1_amd64.deb
 46ae896d7519ef1e4df1b9fd551de80ce1916f67aae3ef8fb0a5f0c263de3b8f 7275526 flite1-dev_1.3-release-1_amd64.deb
Files: 
 7f2796fb7980000158894f49e24852eb 1468 sound extra flite_1.3-release-1.dsc
 ae0aca1cb7b4801f4372f3a75a9e52b5 10663835 sound extra flite_1.3-release.orig.tar.gz
 8e76a52eefb8eef7e7217058135d3f05 12654 sound extra flite_1.3-release-1.diff.gz
 41d9ed77cb95503af161fa5f76814226 263524 sound extra flite_1.3-release-1_amd64.deb
 8a6603d43ac99479d47980d564c51aaa 7330334 libs extra libflite1_1.3-release-1_amd64.deb
 de7e73349b758221c6b99cad4649ec7a 7275526 devel extra flite1-dev_1.3-release-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKbOA33/wCKmsRPkQRAtTCAJ9rjM3SBpbkIzp2nKX12xOb4nXhfwCeIN3U
KomhbSnb6H5eWHm1BQxr6As=
=xpBG
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: