Author: tommat Date: Fri Feb 15 17:36:44 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix build in new espeak
---- Files affected: SOURCES: gnome-speech-espeak_api.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gnome-speech-espeak_api.patch diff -u /dev/null SOURCES/gnome-speech-espeak_api.patch:1.1 --- /dev/null Fri Feb 15 18:36:44 2008 +++ SOURCES/gnome-speech-espeak_api.patch Fri Feb 15 18:36:38 2008 @@ -0,0 +1,11 @@ +--- gnome-speech-0.4.17/drivers/espeak/espeaksynthesisdriver.c.orig 2008-02-15 17:06:29.000000000 +0000 ++++ gnome-speech-0.4.17/drivers/espeak/espeaksynthesisdriver.c 2008-02-15 17:07:16.000000000 +0000 +@@ -168,7 +168,7 @@ + + espeak_SetSynthCallback( espeak_synthesis_driver_index_callback); + +-#if ESPEAK_API_REVISION==2 ++#if ESPEAK_API_REVISION==2 || ESPEAK_API_REVISION==3 + espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL, 0); + #else + espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL); ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
