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 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: qt6-speech
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-pkgkde-symbolshelper,
dh-sequence-qmldeps,
cmake (>= 3.24~),
flite1-dev,
libasound2-dev,
libspeechd-dev,
libxcb-xkb-dev,
ninja-build,
pkg-kde-tools,
pkgconf,
qt6-base-dev (>= 6.9.2+dfsg~),
qt6-base-private-dev (>= 6.9.2+dfsg~),
qt6-declarative-dev (>= 6.9.2+dfsg~),
qt6-multimedia-dev (>= 6.9.2~),
Build-Depends-Indep: qt6-base-dev (>= 6.9~) <!nodoc>,
qt6-documentation-tools (>= 6.9~) <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-speech
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-speech.git
Package: libqt6texttospeech6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Qt 6 Speech library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Quick Timeline library.
Package: qt6-speech-flite-plugin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Description: Qt 6 Speech library - Flite plugin
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the plugin for Flite speech synthesis engine.
Package: qt6-speech-speechd-plugin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Description: Qt 6 Speech library - speechd plugin
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
.
This package contains the plugin for speechd speech synthesis engine.
Package: qml6-module-qttexttospeech
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${qml6:Depends}, ${shlibs:Depends},
Recommends: qt6-speech-speechd-plugin | qt6-speech-flite-plugin,
Description: Qt 6 Speech QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Speech QML module.
Package: qt6-speech-dev
Architecture: any
Multi-Arch: same
Depends: libqt6texttospeech6 (= ${binary:Version}),
qml6-module-qttexttospeech (= ${binary:Version}),
qt6-base-dev,
qt6-multimedia-dev,
${misc:Depends},
Description: Qt 6 Speech library - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the header development files used for building Qt 6
applications using the Qt 6 Speech library.
Package: qt6-speech-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: qt6-base-doc, ${misc:Depends},
Description: Qt 6 Speech documentation
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the documentation for Qt 6 Speech.
Package: qt6-speech-doc-html
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: qt6-base-doc-html, ${misc:Depends},
Description: Qt 6 Speech HTML documentation
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the HTML documentation for Qt 6 Speech.
Package: qt6-speech-examples
Architecture: any
Multi-Arch: same
Section: misc
Depends: qt6-speech-speechd-plugin | qt6-speech-flite-plugin,
${misc:Depends},
${qml6:Depends},
${shlibs:Depends},
Description: Qt 6 Speech examples
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the examples for the Qt Speech submodule.
|