]> git.pld-linux.org Git - packages/brltty.git/blobdiff - brltty-speech-dispatcher.patch
- rediff patches
[packages/brltty.git] / brltty-speech-dispatcher.patch
index 054efa774be74b411f1c69a95c93214dcf735c89..b27e261d4861a85167e50ae95cd9747b43e62824 100644 (file)
@@ -1,20 +1,8 @@
---- brltty-4.5/configure.ac.orig       2013-03-27 23:54:58.000000000 +0100
-+++ brltty-4.5/configure.ac    2013-04-07 19:04:31.636980920 +0200
-@@ -1516,7 +1516,7 @@
-       ])
-    ])
--   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [dnl
-+   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [dnl
-       BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher])
-    ], [include], [lib], [speechd])
+diff -urNp -x '*.orig' brltty-6.1.org/Drivers/Speech/SpeechDispatcher/speech.c brltty-6.1/Drivers/Speech/SpeechDispatcher/speech.c
+--- brltty-6.1.org/Drivers/Speech/SpeechDispatcher/speech.c    2020-04-05 12:35:34.000000000 +0200
++++ brltty-6.1/Drivers/Speech/SpeechDispatcher/speech.c        2021-03-02 22:36:22.260141892 +0100
+@@ -34,7 +34,7 @@ typedef enum {
  
-    BRLTTY_IF_PACKAGE([Swift], [swift], [include/swift.h], [dnl
-       BRLTTY_SPEECH_DRIVER([sw], [Swift], [-L$(SWIFT_ROOT)/lib -lswift -lm])
---- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.orig   2013-03-27 23:51:36.000000000 +0100
-+++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c        2013-04-07 19:56:47.340248894 +0200
-@@ -38,7 +38,7 @@
- #define SPK_HAVE_PUNCTUATION
  #include "spk_driver.h"
  
 -#include <libspeechd.h>
  
  static SPDConnection *connectionHandle = NULL;
  static const char *moduleName;
+diff -urNp -x '*.orig' brltty-6.1.org/configure.ac brltty-6.1/configure.ac
+--- brltty-6.1.org/configure.ac        2020-04-06 10:12:58.000000000 +0200
++++ brltty-6.1/configure.ac    2021-03-02 22:36:22.260141892 +0100
+@@ -1847,7 +1847,7 @@ BRLTTY_ARG_DISABLE(
+       ])
+    ])
+-   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [dnl
++   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [dnl
+       BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher])
+    ], [include], [lib], [speechd])
This page took 0.059248 seconds and 4 git commands to generate.