]> git.pld-linux.org Git - packages/mumble.git/commitdiff
- fixed speech-dispacher header location auto/th/mumble-1.2.3-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Jul 2013 16:34:27 +0000 (18:34 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Jul 2013 16:34:27 +0000 (18:34 +0200)
- rel 6

mumble.spec
speech-dispacher.patch [new file with mode: 0644]

index 4b89c647c1fc33ac23e96d8b7b93b4f25064be50..3b91c7f8af61270989af2043a8f5dfa1093916c7 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Voice chat software primarily intended for use while gaming
 Name:          mumble
 Version:       1.2.3
-Release:       5
+Release:       6
 License:       BSD and Custom (see LICENSE)
 Group:         Applications/Communications
 Source0:       http://downloads.sourceforge.net/mumble/%{name}-%{version}.tar.gz
@@ -21,6 +21,7 @@ Patch0:               %{name}-compile-fix.patch
 Patch1:                %{name}-murmurini.patch
 Patch2:                %{name}-link.patch
 Patch3:                %{name}-celt.patch
+Patch4:                speech-dispacher.patch
 BuildRequires: QtCore-devel >= %{qtver}
 BuildRequires: QtDBus-devel >= %{qtver}
 BuildRequires: QtGui-devel >= %{qtver}
@@ -86,6 +87,7 @@ primarily intended for gamers. Murmur is server part of suite.
 %patch1 -p0
 %patch2 -p0
 %patch3 -p1
+%patch4 -p1
 
 # change obsoleted LIBPATH to QMAKE_LIBDIR
 %{__sed} -i 's,LIBPATH,QMAKE_LIBDIR,' src/mumble11x/mumble11x.pro
diff --git a/speech-dispacher.patch b/speech-dispacher.patch
new file mode 100644 (file)
index 0000000..04a5470
--- /dev/null
@@ -0,0 +1,11 @@
+--- mumble-1.2.3/src/mumble/TextToSpeech_unix.cpp~     2011-02-19 22:35:17.000000000 +0100
++++ mumble-1.2.3/src/mumble/TextToSpeech_unix.cpp      2013-07-14 18:27:34.537950679 +0200
+@@ -31,7 +31,7 @@
+ #include "TextToSpeech.h"
+ #include "Global.h"
+ #ifdef USE_SPEECHD
+-#include <libspeechd.h>
++#include <speech-dispatcher/libspeechd.h>
+ #endif
+ class TextToSpeechPrivate {
This page took 0.091247 seconds and 4 git commands to generate.