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
|
Source: qtspeech-opensource-src
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>,
Dmitry Shachnev <mitya57@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
flite1-dev,
libasound2-dev,
libspeechd-dev,
pkg-kde-tools,
qtbase5-dev (>= 5.11.3+dfsg~),
qtbase5-private-dev (>= 5.11.3+dfsg~),
qtmultimedia5-dev (>= 5.11.3~)
Build-Depends-Indep: libqt5sql5-sqlite (>= 5.11.3+dfsg~) <!nodoc>,
qtbase5-doc-html (>= 5.11.3+dfsg~) <!nodoc>,
qttools5-dev-tools (>= 5.11.3~) <!nodoc>
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtspeech.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtspeech
Homepage: https://doc.qt.io/qt-5/qtspeech-index.html
Package: libqt5texttospeech5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libqt5texttospeech5 (= ${binary:Version}),
qtbase5-dev,
qtdeclarative5-dev,
${misc:Depends}
Description: Speech library for Qt - development files
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the development files needed to build Qt 5 applications
using the QtSpeech library.
Package: libqt5texttospeech5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Speech library for Qt - libraries
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the QtSpeech libraries.
Package: qtspeech5-flite-plugin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Speech library for Qt - Flite plugin
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the plugin for Flite speech synthesis engine.
Package: qtspeech5-speechd-plugin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Speech library for Qt - speechd plugin
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the plugin for speechd speech synthesis engine.
Package: qtspeech5-examples
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Speech library for Qt - Examples
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the QtSpeech examples.
Package: qtspeech5-doc
Architecture: all
Build-Profiles: <!nodoc>
Section: doc
Depends: ${misc:Depends}
Description: Speech library for Qt - documentation
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the QCH documentation, which can be viewed in
Qt Assistant.
Package: qtspeech5-doc-html
Architecture: all
Build-Profiles: <!nodoc>
Section: doc
Depends: ${misc:Depends}
Description: Speech library for Qt - HTML documentation
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the HTML documentation.
|