[packages/mumble] - fixed speech-dispacher header location - rel 6
baggins
baggins at pld-linux.org
Sun Jul 14 18:34:44 CEST 2013
commit d15e5c3738ae1a14128e8fabfbd2dac871bd938e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jul 14 18:34:27 2013 +0200
- fixed speech-dispacher header location
- rel 6
mumble.spec | 4 +++-
speech-dispacher.patch | 11 +++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/mumble.spec b/mumble.spec
index 4b89c64..3b91c7f 100644
--- a/mumble.spec
+++ b/mumble.spec
@@ -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
index 0000000..04a5470
--- /dev/null
+++ b/speech-dispacher.patch
@@ -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 {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mumble.git/commitdiff/d15e5c3738ae1a14128e8fabfbd2dac871bd938e
More information about the pld-cvs-commit
mailing list