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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
# 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: Mario Lang <mlang@debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>
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
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/attic/gnome-speech/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/attic/gnome-speech/
Package: libgnome-speech7
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
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 and Espeak backends are provided by default in this package;
other backends that require prorietary software are available via separate
packages (gnome-speech-dectalk, gnome-speech-ibmtts and gnome-speech-swift).
Package: libgnome-speech-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${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.
Package: gnome-speech-ibmtts
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 (IBMTTS 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 IBMTTS speech synthesis engine available
from http://ttsynth.com/.
Upon installation, it will automatically attempt to compile and install
the voiavoice-synthesis-driver binary required to use GNOME Speech with
IBMTTS.
.
This package is only useful if the IBMTTS (TTSynth) engine is already
installed on the system.
|