]> git.pld-linux.org Git - packages/brltty.git/blob - brltty-speech-dispatcher.patch
- tcl rebuild
[packages/brltty.git] / brltty-speech-dispatcher.patch
1 --- brltty-4.5/configure.ac.orig        2013-03-27 23:54:58.000000000 +0100
2 +++ brltty-4.5/configure.ac     2013-04-07 19:04:31.636980920 +0200
3 @@ -1516,7 +1516,7 @@
4     BRLTTY_SPEECH_DRIVER([fv], [Festival])
5     BRLTTY_SPEECH_DRIVER([gs], [GenericSay])
6     BRLTTY_IF_PACKAGE([Mikropuhe], [mikropuhe], [mpwrfile.h], [BRLTTY_IF_PTHREADS([BRLTTY_SPEECH_DRIVER([mp], [Mikropuhe], [-L$(MPLINUX_ROOT) -lmplinux])])])
7 -   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher], [-L$(SPEECHD_ROOT)/lib -lspeechd])])
8 +   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher], [-lspeechd])])
9     BRLTTY_IF_PACKAGE([Swift], [swift], [include/swift.h], [BRLTTY_SPEECH_DRIVER([sw], [Swift], [-L$(SWIFT_ROOT)/lib -lswift -lm])])
10     BRLTTY_IF_PACKAGE([Theta], [theta], [include/theta.h], [BRLTTY_SPEECH_DRIVER([th], [Theta], [-L$(THETA_ROOT)/lib -ltheta])])
11     BRLTTY_IF_PACKAGE([ViaVoice], [viavoice], [include/eci.h], [BRLTTY_SPEECH_DRIVER([vv], [ViaVoice], [-L$(VIAVOICE_ROOT)/lib -libmeci50])])
12 #--- brltty-4.5/Drivers/Speech/SpeechDispatcher/Makefile.in.orig        2013-03-27 23:51:36.000000000 +0100
13 #+++ brltty-4.5/Drivers/Speech/SpeechDispatcher/Makefile.in     2013-04-07 19:41:55.110267490 +0200
14 #@@ -25,5 +25,5 @@
15 # include $(SRC_TOP)speech.mk
16
17 # speech.$O:
18 #-      $(CC) $(SPK_CFLAGS) -I$(SPEECHD_ROOT)/include -c $(SRC_DIR)/speech.c
19 #+      $(CC) $(SPK_CFLAGS) -I$$(pkg-config --cflags speech-dispatcher) -c $(SRC_DIR)/speech.c
20
21 --- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.orig    2013-03-27 23:51:36.000000000 +0100
22 +++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c 2013-04-07 19:56:47.340248894 +0200
23 @@ -38,7 +38,7 @@
24  #define SPK_HAVE_PUNCTUATION
25  #include "spk_driver.h"
26  
27 -#include <libspeechd.h>
28 +#include <speech-dispatcher/libspeechd.h>
29  
30  static SPDConnection *connectionHandle = NULL;
31  static const char *moduleName;
This page took 0.030831 seconds and 3 git commands to generate.