[SCM] qtspeech packaging branch, master, updated. d95f4a7a9e5a804b13eb4e563892d24612c57a65
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Sep 10 09:40:25 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtspeech.git;a=commitdiff;h=d95f4a7
The following commit has been merged in the master branch:
commit d95f4a7a9e5a804b13eb4e563892d24612c57a65
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Sep 10 12:34:30 2016 +0300
Build a plugin for Flite.
---
debian/control | 15 ++++++++++++++-
debian/qtspeech5-flite-plugin.install | 2 ++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index f580cca..ef32bec 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,13 @@ Section: libs
Priority: optional
Build-Depends: autotools-dev,
debhelper (>= 9),
+ flite1-dev,
pkg-kde-tools,
qt5-qmake,
qtbase5-dev,
qtbase5-dev-tools,
- qtbase5-private-dev
+ qtbase5-private-dev,
+ qtmultimedia5-dev (>= 5.7.0~)
Build-Depends-Indep: qtbase5-doc-html (>= 5.6.0+dfsg~),
qttools5-dev-tools (>= 5.6.0~)
Standards-Version: 3.9.8
@@ -40,6 +42,17 @@ Description: Speech library for Qt - libraries
.
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-examples
Architecture: any
Multi-Arch: same
diff --git a/debian/qtspeech5-flite-plugin.install b/debian/qtspeech5-flite-plugin.install
new file mode 100644
index 0000000..044a429
--- /dev/null
+++ b/debian/qtspeech5-flite-plugin.install
@@ -0,0 +1,2 @@
+usr/lib/*/cmake/Qt5TextToSpeech/Qt5TextToSpeech_QTextToSpeechEngineFlite.cmake
+usr/lib/*/qt5/plugins/texttospeech/libqttexttospeech_flite.so
--
qtspeech packaging
More information about the pkg-kde-commits
mailing list