From d274c014ee11521bfb84fb4b2b713a85189b8b9a Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Wed, 12 Mar 2008 08:16:59 +0000 Subject: [PATCH] speech-dispatcher: upgrade to 0.6.6 --- ...{speech-dispatcher_0.6.5.bb => speech-dispatcher_0.6.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename packages/speech-dispatcher/{speech-dispatcher_0.6.5.bb => speech-dispatcher_0.6.6.bb} (94%) diff --git a/packages/speech-dispatcher/speech-dispatcher_0.6.5.bb b/packages/speech-dispatcher/speech-dispatcher_0.6.6.bb similarity index 94% rename from packages/speech-dispatcher/speech-dispatcher_0.6.5.bb rename to packages/speech-dispatcher/speech-dispatcher_0.6.6.bb index 7b8ba73750..302f642d67 100644 --- a/packages/speech-dispatcher/speech-dispatcher_0.6.5.bb +++ b/packages/speech-dispatcher/speech-dispatcher_0.6.6.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0" RPROVIDES_${PN} += "speechd" -PR = "r8" +PR = "r0" inherit autotools update-rc.d @@ -16,7 +16,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=yes --with-flite=yes --with-ibmtts=no --with-nas=no --with-alsa=yes --with-pulse=yes " +EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa --with-pulse " INITSCRIPT_NAME = "speech-dispatcher" INITSCRIPT_PARAMS = "defaults 45" -- 2.39.5