Hello community, here is the log from the commit of package mumble for openSUSE:Factory checked in at 2015-03-19 21:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mumble (Old) and /work/SRC/openSUSE:Factory/.mumble.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mumble" Changes: -------- --- /work/SRC/openSUSE:Factory/mumble/mumble.changes 2015-03-18 13:05:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes 2015-03-19 21:23:12.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 18 20:41:11 UTC 2015 - [email protected] + +- Added speech-dispatcher support for openSUSE (Text-To-Speech) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mumble.spec ++++++ --- /var/tmp/diff_new_pack.jYEfnj/_old 2015-03-19 21:23:13.000000000 +0100 +++ /var/tmp/diff_new_pack.jYEfnj/_new 2015-03-19 21:23:13.000000000 +0100 @@ -36,6 +36,11 @@ %bcond_with systemd %else %bcond_without systemd +%if 0%{?sles_version} +%bcond_with speechd +%else +%bcond_without speechd +%endif %endif %bcond_with mumble11x @@ -106,6 +111,9 @@ %if %{with pulseaudio} BuildRequires: pulseaudio-devel %endif +%if %{with speechd} +BuildRequires: libspeechd-devel +%endif Version: 1.2.8%{?snapshot:_%snapshot} Release: 0 %if 0%{!?snapshot:1} @@ -248,7 +256,9 @@ %endif CONFIG*=no-g15 \ CONFIG*=no-embed-qt-translations \ +%if !%{with speechd} CONFIG*=no-speechd \ +%endif %if !%{with ice} CONFIG*=no-ice \ %endif @@ -289,6 +299,8 @@ %endif # %endif +# Include is broken for openSUSE, so fix it. +sed -i "s,<libspeechd.h>,<speech-dispatcher/libspeechd.h>," src/mumble/TextToSpeech_unix.cpp ### # # deps for *.pb.cc are broken and fail for high -j so generate -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
