/[packages]/backports/4/mumble/current/SOURCES/mumble-1.2.3-speech-dispatcher-pkgconfig.patch
ViewVC logotype

Contents of /backports/4/mumble/current/SOURCES/mumble-1.2.3-speech-dispatcher-pkgconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 818074 - (show annotations) (download)
Sat Mar 7 20:25:14 2015 UTC (9 years, 1 month ago) by daviddavid
File size: 1040 byte(s)
backport mumble from Mageia 4 branch

1 --- mumble-1.2.3/src/mumble/mumble.pro.speech-dispatcher 2011-02-19 21:35:17.000000000 +0000
2 +++ mumble-1.2.3/src/mumble/mumble.pro 2013-11-27 10:48:39.316278931 +0000
3 @@ -229,7 +229,8 @@
4
5 speechd {
6 DEFINES *= USE_SPEECHD
7 - LIBS *= -lspeechd
8 + PKGCONFIG *= speech-dispatcher
9 + CONFIG *= speech-dispatcher
10 }
11
12 directsound {
13 --- mumble-1.2.3/src/mumble11x/mumble11x.pro.speech-dispatcher 2011-02-19 21:35:18.000000000 +0000
14 +++ mumble-1.2.3/src/mumble11x/mumble11x.pro 2013-11-27 10:48:35.837203261 +0000
15 @@ -196,7 +196,8 @@
16
17 speechd {
18 DEFINES *= USE_SPEECHD
19 - LIBS *= -lspeechd
20 + PKGCONFIG *= speech-dispatcher
21 + CONFIG *= speech-dispatcher
22 }
23
24 directsound {
25 --- mumble-1.2.3/src/mumble/TextToSpeech_unix.cpp.orig 2013-11-27 10:57:08.862349920 +0000
26 +++ mumble-1.2.3/src/mumble/TextToSpeech_unix.cpp 2013-11-27 10:57:26.828739983 +0000
27 @@ -31,7 +31,7 @@
28 #include "TextToSpeech.h"
29 #include "Global.h"
30 #ifdef USE_SPEECHD
31 -#include <libspeechd.h>
32 +#include <speech-dispatcher/libspeechd.h>
33 #endif
34
35 class TextToSpeechPrivate {

  ViewVC Help
Powered by ViewVC 1.1.30