unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: mike@rohleder.de
To: 25201@debbugs.gnu.org
Subject: bug#25201: Re bug#25201: [PATCH] gnu: Patch mumble to disable statistic gathering by default.
Date: Tue, 10 Mar 2020 00:54:02 +0100	[thread overview]
Message-ID: <20200309235402.24941-1-mike@rohleder.de> (raw)
In-Reply-To: <20200309104242.GH1423@E5400>

   * disable statistic gathering by default. see <https://bugs.gnu.org/25201>
   
---
 gnu/packages/telephony.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index a645c58562..3d0384c8bc 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -462,6 +462,12 @@ address of one of the participants.")
              (substitute* "src/mumble/TextToSpeech_unix.cpp"
                (("libspeechd.h") "speech-dispatcher/libspeechd.h"))
              #t))
+         ;; disable statistic gathering by default. see <https://bugs.gnu.org/25201>
+         (add-before 'configure 'fix-statistic-gathering-default
+           (lambda _
+             (substitute* "src/mumble/Settings.cpp"
+               (("bUsage = true;") "bUsage = false;"))
+             #t))
          (add-before 'install 'disable-murmur-ice
            (lambda _
              (substitute* "scripts/murmur.ini.system"
-- 
2.25.1

  reply	other threads:[~2020-03-10  0:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-14 18:53 bug#25201: Mumble opts users into statistics gathering by default Thompson, David
2016-12-26 22:42 ` ng0
2020-03-08 17:03 ` bug#25201: [PATCH] gnu: Patch mumble to disable statistic " mike
2020-03-09 10:42   ` Efraim Flashner
2020-03-09 23:54     ` mike [this message]
2020-03-10  8:56       ` bug#25201: Re " Efraim Flashner
2020-03-10 14:50         ` Jack Hill
2020-03-10 16:03           ` mike
2020-03-10 17:14             ` Jack Hill
2020-03-10 18:22           ` bug#25201: Re " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200309235402.24941-1-mike@rohleder.de \
    --to=mike@rohleder.de \
    --cc=25201@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).