rev 17291 - trunk/packages/kdeaccessibility/debian

Pino Toscano pino-guest at alioth.debian.org
Wed Mar 3 12:31:20 UTC 2010


Author: pino-guest
Date: 2010-03-03 12:31:18 +0000 (Wed, 03 Mar 2010)
New Revision: 17291

Modified:
   trunk/packages/kdeaccessibility/debian/changelog
   trunk/packages/kdeaccessibility/debian/control
Log:
* kttsd now uses Speech Dispatcher for its job, so:
  - add speech-dispatcher as dependency, as it cannot work otherwise
  - change the festival recommend to speech-dispatcher-festival
  - add espeak recommend
  - remove epos
  - adjust description


Modified: trunk/packages/kdeaccessibility/debian/changelog
===================================================================
--- trunk/packages/kdeaccessibility/debian/changelog	2010-03-03 12:03:24 UTC (rev 17290)
+++ trunk/packages/kdeaccessibility/debian/changelog	2010-03-03 12:31:18 UTC (rev 17291)
@@ -18,12 +18,18 @@
 
   [ Pino Toscano ]
   * Add kttsd as depend for kmouth. (Closes: #568656)
+  * kttsd now uses Speech Dispatcher for its job, so:
+    - add speech-dispatcher as dependency, as it cannot work otherwise
+    - change the festival recommend to speech-dispatcher-festival
+    - add espeak recommend
+    - remove epos
+    - adjust description
 
   [ Sune Vuorela ]
   * Add libspeechd-dev to build-deps
   * Update install files
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 25 Feb 2010 01:18:47 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 03 Mar 2010 13:30:31 +0100
 
 kdeaccessibility (4:4.3.4-1) unstable; urgency=low
 

Modified: trunk/packages/kdeaccessibility/debian/control
===================================================================
--- trunk/packages/kdeaccessibility/debian/control	2010-03-03 12:03:24 UTC (rev 17290)
+++ trunk/packages/kdeaccessibility/debian/control	2010-03-03 12:31:18 UTC (rev 17291)
@@ -67,15 +67,15 @@
 Package: kttsd
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: festival | flite | epos, kmouth
+Depends: ${shlibs:Depends}, ${misc:Depends}, speech-dispatcher
+Recommends: speech-dispatcher-festival | espeak | flite, kmouth
 Homepage: http://accessibility.kde.org/developer/kttsd
 Description: a Text-to-Speech system for KDE
  The KDE Text-to-Speech system is a plugin based service that allows any KDE
  (or non-KDE) application to speak using the D-Bus interface.
  .
- kmouth is useful front-ends for this capability, while one of
- festival, flite, and epos are essential back-ends.
+ It uses the speech-dispatcher daemon for the actual speech job; kmouth is an
+ useful front-end for it.
  .
  This package is part of KDE 4 accessibility module.
 




More information about the pkg-kde-commits mailing list