[oe-commits] Angus Ainslie : speech-dipatcher: get rid of pulse for all distro's

git version control git at git.openembedded.org
Tue Jun 9 16:00:13 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 3865e126923765caf4b23c12b1850c1235ee9d57
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3865e126923765caf4b23c12b1850c1235ee9d57

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Jun  9 09:56:31 2009 -0600

speech-dipatcher: get rid of pulse for all distro's

---

 .../speech-dispatcher/speech-dispatcher_0.6.6.bb   |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb b/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
index 3c09c64..325a64a 100644
--- a/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
+++ b/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
@@ -2,12 +2,11 @@ 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 = "espeak flite pulseaudio libdotconf glib-2.0"
-DEPENDS_shr = "espeak flite libdotconf glib-2.0"
+DEPENDS = "espeak flite libdotconf glib-2.0"
 
 RPROVIDES_${PN} += "speechd"
 
-PR = "r2"
+PR = "r3"
 
 inherit autotools update-rc.d
 
@@ -18,8 +17,7 @@ SRC_URI = "http://www.freebsoft.org/pub/projects/speechd/${PN}-${PV}.tar.gz \
 	   file://configSpeechd.conf.in_00.patch;patch=1"
 
 LEAD_SONAME = "libspeechd.so"
-EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa "
-EXTRA_OECONF_shr = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa --without-pulse "
+EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa --without-pulse "
 
 INITSCRIPT_NAME = "speech-dispatcher"
 INITSCRIPT_PARAMS = "defaults 45"





More information about the Openembedded-commits mailing list