[oe-commits] Julien 'Ainulindale' Cassignol : speech-dispatched: Overriden configuration for SHR, disabled pulseaudio.

git version control git at git.openembedded.org
Tue Jun 9 14:29:55 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 1a5b798b9175cd4239954254d1f6463f15baff8d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1a5b798b9175cd4239954254d1f6463f15baff8d

Author: Julien 'Ainulindale' Cassignol <ainulindale at gmail.com>
Date:   Tue Jun  9 16:29:28 2009 +0200

speech-dispatched: Overriden configuration for SHR, disabled pulseaudio.
Signed-off-by: Julien 'Ainulindale' Cassignol <ainulindale at gmail.com>

---

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

diff --git a/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb b/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
index 145f075..37eba0a 100644
--- a/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
+++ b/recipes/speech-dispatcher/speech-dispatcher_0.6.6.bb
@@ -3,9 +3,11 @@ 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"
+
 RPROVIDES_${PN} += "speechd"
 
-PR = "r1"
+PR = "r2"
 
 inherit autotools update-rc.d
 
@@ -17,8 +19,9 @@ SRC_URI = "http://www.freebsoft.org/pub/projects/speechd/${PN}-${PV}.tar.gz \
 
 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 "
 
-INITSCRIPT_NAME = "speech-dispatcher"
+INITSCRIPT_NAE = "speech-dispatcher"
 INITSCRIPT_PARAMS = "defaults 45"
 
 do_install() {





More information about the Openembedded-commits mailing list