[oe-commits] org.oe.dev speech-dispatcher: enable flite, fix DEPENDS, remove spdsend

xjqian commit openembedded-commits at lists.openembedded.org
Sun Jan 6 13:46:09 UTC 2008


speech-dispatcher: enable flite, fix DEPENDS, remove spdsend

Author: xjqian at openembedded.org
Branch: org.openembedded.dev
Revision: 718d6389d03e6899ca6c6b7ff65639c21e6544bf
ViewMTN: http://monotone.openembedded.org/revision/info/718d6389d03e6899ca6c6b7ff65639c21e6544bf
Files:
1
packages/speech-dispatcher/files/configSpeechd.conf.in_00.patch
packages/speech-dispatcher/speech-dispatcher_0.6.5.bb
Diffs:

#
# mt diff -rc974bfa17f2a6b9ae87268fa5b43c380bbe8698c -r718d6389d03e6899ca6c6b7ff65639c21e6544bf
#
# 
# 
# patch "packages/speech-dispatcher/files/configSpeechd.conf.in_00.patch"
#  from [001e9d4108977248cedd50752029192824293596]
#    to [43da69b536d294f139242a74ac7cccb901f75066]
# 
# patch "packages/speech-dispatcher/speech-dispatcher_0.6.5.bb"
#  from [c0404c61c7a8cf7050862abc2771e72e634cf323]
#    to [734832bdee53cde56e75155ac50c7f9aaa55bfe0]
# 
============================================================
--- packages/speech-dispatcher/files/configSpeechd.conf.in_00.patch	001e9d4108977248cedd50752029192824293596
+++ packages/speech-dispatcher/files/configSpeechd.conf.in_00.patch	43da69b536d294f139242a74ac7cccb901f75066
@@ -9,19 +9,17 @@
  #LogDir  "/var/log/speech-dispatcher/"
  #LogDir  "stdout"
  
-@@ -129,9 +129,9 @@
+@@ -129,8 +129,8 @@
  #  - configuration is the path to the config file of this module,
  #    either relative (to etc/speechd/modules/) or absolute
  
 -AddModule "espeak"       "sd_espeak"   "espeak.conf"
 -AddModule "festival"     "sd_festival"  "festival.conf"
--AddModule "flite"        "sd_flite"     "flite.conf"
 +AddModule "espeak"       "sd_espeak"   "/etc/speech-dispatcher/modules/espeak.conf"
 +#AddModule "festival"     "sd_festival"  "festival.conf"
-+#AddModule "flite"        "sd_flite"     "flite.conf"
+ AddModule "flite"        "sd_flite"     "flite.conf"
  #AddModule "espeak-generic" "sd_generic" "espeak-generic.conf"
  #AddModule "epos-generic" "sd_generic"   "epos-generic.conf"
- #AddModule "dtk-generic"  "sd_generic"   "dtk-generic.conf"
 @@ -172,6 +172,6 @@
  
  # There are some sample client settings
============================================================
--- packages/speech-dispatcher/speech-dispatcher_0.6.5.bb	c0404c61c7a8cf7050862abc2771e72e634cf323
+++ packages/speech-dispatcher/speech-dispatcher_0.6.5.bb	734832bdee53cde56e75155ac50c7f9aaa55bfe0
@@ -1,11 +1,11 @@ LICENSE = "GPLv2"
 DESCRIPTION = "Speech Dispatcher is a high-level device independent layer \
 for speech synthesis through a simple, stable and well documented interface."
 HOMEPAGE = "http://www.freebsoft.org/speechd/"
 LICENSE = "GPLv2"
-DEPENDS = "flite libdotconf glib-2.0"
+DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0"
 RPROVIDES_${PN} += "speechd"
 
-PR = "r5"
+PR = "r6"
 
 inherit autotools update-rc.d
 
@@ -15,7 +15,7 @@ LEAD_SONAME = "libspeechd.so"
 	   file://configSpeechd.conf.in_00.patch;patch=1"
 
 LEAD_SONAME = "libspeechd.so"
-EXTRA_OECONF = " --with-espeak=yes --with-flite=no --with-ibmtts=no --with-nas=no --with-alsa=yes --with-pulse=yes "
+EXTRA_OECONF = " --with-espeak=yes --with-flite=yes --with-ibmtts=no --with-nas=no --with-alsa=yes --with-pulse=yes "
 
 INITSCRIPT_NAME = "speech-dispatcher"
 INITSCRIPT_PARAMS = "defaults 45"
@@ -34,7 +34,6 @@ do_install() {
         
         install -m 0644 ${S}/src/c/api/libspeechd.h    ${D}${includedir}
         install -m 0755 ${S}/src/c/clients/say/.libs/spd-say ${D}${bindir}
-        install -m 0755 ${S}/src/c/clients/spdsend/spdsend ${D}${bindir}
         install -m 0755 ${S}/src/server/.libs/speech-dispatcher  ${D}${bindir}
         install -m 0755 ${S}/src/modules/.libs/sd_*   ${D}${libdir}/${PN}-modules/
 	






More information about the Openembedded-commits mailing list