[Pkg-kde-commits] rev 625 - branches/kde-3.4.0/packages/kdeaccessibility/debian

Pierre Habouzit madcoder-guest@costa.debian.org
Fri, 04 Mar 2005 00:04:19 +0100


Author: madcoder-guest
Date: 2005-03-04 00:04:18 +0100 (Fri, 04 Mar 2005)
New Revision: 625

Added:
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-contrib-synthplugins.install
Removed:
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-epos-synthplugin.install
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-festival-synthplugin.install
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-flite-synthplugin.install
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-plugins-nonfree.install
Modified:
   branches/kde-3.4.0/packages/kdeaccessibility/debian/control
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.README.Debian
   branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.install
Log:

* put synth plugins into kttsd package.  no more kttsd package bloat
* rename kttsd-nonfree into kttsd-contrib.



Modified: branches/kde-3.4.0/packages/kdeaccessibility/debian/control
===================================================================
--- branches/kde-3.4.0/packages/kdeaccessibility/debian/control	2005-03-03 19:26:17 UTC (rev 624)
+++ branches/kde-3.4.0/packages/kdeaccessibility/debian/control	2005-03-03 23:04:18 UTC (rev 625)
@@ -114,8 +114,8 @@
 Section: utils
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: ksayit | kmouth
-Suggests: kttsd-plugins-nonfree, kttsd-epos-synthplugin, kttsd-flite-synthplugin, kttsd-festival-synthplugin
+Recommends: ksayit | kmouth, festival | flite | epos
+Suggests: kttsd-plugins-nonfree
 Description: the KDE Text-to-Speech system
  KDE is a powerful Open Source graphical desktop environment for Unix
  workstations. It combines ease of use, contemporary functionality, and
@@ -127,49 +127,7 @@
  .
  This package is part of the official KDE accessibility module.
 
-Package: kttsd-epos-synthplugin
-Section: utils
-Architecture: any
-Depends: ${shlibs:Depends}, epos
-Description: the KDE Text-to-Speech system
- KDE is a powerful Open Source graphical desktop environment for Unix
- workstations. It combines ease of use, contemporary functionality, and
- outstanding graphical design with the technological superiority of the Unix
- operating system.
- .
- kttsd epos synthetizer module.
- .
- This package is part of the official KDE accessibility module.
-
-Package: kttsd-flite-synthplugin
-Section: utils
-Architecture: any
-Depends: ${shlibs:Depends}, flite
-Description: the KDE Text-to-Speech system
- KDE is a powerful Open Source graphical desktop environment for Unix
- workstations. It combines ease of use, contemporary functionality, and
- outstanding graphical design with the technological superiority of the Unix
- operating system.
- .
- kttsd FLite (Festival Liste) synthetizer module.
- .
- This package is part of the official KDE accessibility module.
-
-Package: kttsd-festival-synthplugin
-Section: utils
-Architecture: any
-Depends: ${shlibs:Depends}, festival
-Description: the KDE Text-to-Speech system
- KDE is a powerful Open Source graphical desktop environment for Unix
- workstations. It combines ease of use, contemporary functionality, and
- outstanding graphical design with the technological superiority of the Unix
- operating system.
- .
- kttsd Festival synthetizer module.
- .
- This package is part of the official KDE accessibility module.
-
-Package: kttsd-plugins-nonfree
+Package: kttsd-contrib-plugins
 Section: contrib/utils
 Architecture: any
 Depends: ${shlibs:Depends}

Copied: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-contrib-synthplugins.install (from rev 624, branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-plugins-nonfree.install)

Deleted: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-epos-synthplugin.install

Deleted: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-festival-synthplugin.install

Deleted: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-flite-synthplugin.install

Deleted: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd-plugins-nonfree.install

Modified: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.README.Debian
===================================================================
--- branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.README.Debian	2005-03-03 19:26:17 UTC (rev 624)
+++ branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.README.Debian	2005-03-03 23:04:18 UTC (rev 625)
@@ -12,31 +12,35 @@
 =============
 
     kttsd comes with 3 kind of plugins:
-    (1) AudioPlugins
-    (2) FilterPlugins
-    (3) SynthPlugins
+     o AudioPlugins
+     o FilterPlugins
+     o SynthPlugins
 
-    (1) and (2) are provided by the kttsd package, since they do not have very
-    strong dependencies.
+    The synthetizer plugins rely on third party software, that you have to
+    install in order to make them fully functional (see kttsd Recommends:
+    field).
 
+    That software are :
+     o festival for the Festival Plugin.
+     o epos for the epos plugin.
+     o filte for the FLite plugin.
+    They all are packaged in debian.
 
-kttsd synthetizer plugins
-=========================
+    There is a Command Plugin also, that allow you to use any TTS synthetizer
+    that has a command line interface.
 
-    Free synthetizer plugins are provided in separate packages:
-     o Command Plugin : in kttsd, since its lightweight.
-     o Epos Plugin    : in kttsd-epos-synthplugin.
-     o Festival Plugin: in kttsd-festival-synthplugin.
-     o Flite Plugin   : in kttsd-flite-syntplugin.
 
 
+kttsd contrib plugins
+=========================
+
     kttsd comes also with free Synthetizer plugins, but depends upon non free
     software :
      o FreeTTS plugin.
      o Hadifix (mbrola/txt2pho) plugin.
      
     You can find these plugins in the contrib section, in the package
-    kttsd-nonfree-plugins.
+    kttsd-contrib-plugins.
 
     For additional instructions on downloading and configuring these engines for
     use in KTTS, please read the Appendix A of the kttsd handbook (either type

Modified: branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.install
===================================================================
--- branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.install	2005-03-03 19:26:17 UTC (rev 624)
+++ branches/kde-3.4.0/packages/kdeaccessibility/debian/kttsd.install	2005-03-03 23:04:18 UTC (rev 625)
@@ -8,6 +8,12 @@
 debian/tmp/usr/lib/kde3/libkttsd_artsplugin.so
 debian/tmp/usr/lib/kde3/libkttsd_commandplugin.la
 debian/tmp/usr/lib/kde3/libkttsd_commandplugin.so
+debian/tmp/usr/lib/kde3/libkttsd_eposplugin.la
+debian/tmp/usr/lib/kde3/libkttsd_eposplugin.so
+debian/tmp/usr/lib/kde3/libkttsd_festivalintplugin.la
+debian/tmp/usr/lib/kde3/libkttsd_festivalintplugin.so
+debian/tmp/usr/lib/kde3/libkttsd_fliteplugin.la
+debian/tmp/usr/lib/kde3/libkttsd_fliteplugin.so
 debian/tmp/usr/lib/kde3/libkttsd_gstplugin.la
 debian/tmp/usr/lib/kde3/libkttsd_gstplugin.so
 debian/tmp/usr/lib/kde3/libkttsd_sbdplugin.la
@@ -76,6 +82,9 @@
 debian/tmp/usr/share/services/kttsd.desktop
 debian/tmp/usr/share/services/kttsd_artsplugin.desktop
 debian/tmp/usr/share/services/kttsd_commandplugin.desktop
+debian/tmp/usr/share/services/kttsd_eposplugin.desktop
+debian/tmp/usr/share/services/kttsd_festivalintplugin.desktop
+debian/tmp/usr/share/services/kttsd_fliteplugin.desktop
 debian/tmp/usr/share/services/kttsd_gstplugin.desktop
 debian/tmp/usr/share/services/kttsd_sbdplugin.desktop
 debian/tmp/usr/share/services/kttsd_stringreplacerplugin.desktop