1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: flite
Section: sound
Priority: optional
Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
Uploaders:
Lukas Loehrer <loehrerl@gmx.net>,
Samuel Thibault <sthibault@debian.org>
Build-Depends:
autoconf,
autotools-dev,
debhelper (>= 9), dh-autoreconf,
dpkg-dev (>= 1.16.1~),
ed,
libasound2-dev [linux-any],
texinfo (>= 5.2~),
texlive
Build-Conflicts:
autoconf2.13
Standards-Version: 3.9.8
Homepage: http://www.speech.cs.cmu.edu/flite
VCS-git: git://anonscm.debian.org/pkg-a11y/flite.git
VCS-browser: https://anonscm.debian.org/gitweb/?p=pkg-a11y/flite.git
Package: flite
Architecture: any
Depends:
libflite1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests:
alsa-base [linux-any]
Description: Small run-time speech synthesis engine
Flite is a small fast run-time speech synthesis engine. It is the
latest addition to the suite of free software synthesis tools
including University of Edinburgh's Festival Speech Synthesis System
and Carnegie Mellon University's FestVox project, tools, scripts and
documentation for building synthetic voices. However, flite itself
does not require either of these systems to run.
.
It currently only supports the English and Indic languages.
.
This package contains the executables and documentation.
Package: libflite1
Section: libs
Architecture: any
Multi-arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Pre-Depends:
${misc:Pre-Depends}
Suggests:
alsa-base [linux-any]
Description: Small run-time speech synthesis engine - shared libraries
Flite is a small fast run-time speech synthesis engine. It is the
latest addition to the suite of free software synthesis tools
including University of Edinburgh's Festival Speech Synthesis System
and Carnegie Mellon University's FestVox project, tools, scripts and
documentation for building synthetic voices. However, flite itself
does not require either of these systems to run.
.
It currently only supports the English and Indic languages.
.
This package contains the shared library objects of Festival Lite
Package: flite1-dev
Provides:
flite-dev
Conflicts:
flite-dev
Section: devel
Architecture: any
Multi-Arch: same
Depends:
libc6-dev,
libflite1 (= ${binary:Version}),
${misc:Depends}
Description: Small run-time speech synthesis engine - development files
Flite is a small fast run-time speech synthesis engine. It is the
latest addition to the suite of free software synthesis tools
including University of Edinburgh's Festival Speech Synthesis System
and Carnegie Mellon University's FestVox project, tools, scripts and
documentation for building synthetic voices. However, flite itself
does not require either of these systems to run.
.
It currently only supports the English and Indic languages.
.
This extra package provides the flite static libraries
and header files.
|