From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 14 04:38:00 2017 Received: (at submit) by debbugs.gnu.org; 14 Feb 2017 09:38:00 +0000 Received: from localhost ([127.0.0.1]:39248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdZYY-0004Cw-A7 for submit@debbugs.gnu.org; Tue, 14 Feb 2017 04:38:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdZYV-0004Ci-MI for submit@debbugs.gnu.org; Tue, 14 Feb 2017 04:37:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdZYO-0000A3-Rp for submit@debbugs.gnu.org; Tue, 14 Feb 2017 04:37:46 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdZYO-00009n-OU for submit@debbugs.gnu.org; Tue, 14 Feb 2017 04:37:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdZYN-0004fu-3J for guix-patches@gnu.org; Tue, 14 Feb 2017 04:37:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdZYJ-000067-U9 for guix-patches@gnu.org; Tue, 14 Feb 2017 04:37:43 -0500 Received: from aibo.runbox.com ([91.220.196.211]:47456) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdZYJ-0008W0-M3 for guix-patches@gnu.org; Tue, 14 Feb 2017 04:37:39 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1cdZYF-0005Ju-9F; Tue, 14 Feb 2017 10:37:35 +0100 Received: from x5d83f02e.dyn.telefonica.de ([93.131.240.46] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cdZY9-0004bZ-MR; Tue, 14 Feb 2017 10:37:29 +0100 From: contact.ng0@cryptolab.net To: guix-patches@gnu.org Subject: [PATCH] gnu: mumble: Build with 'murmur' server component. Date: Tue, 14 Feb 2017 09:39:11 +0000 Message-Id: <20170214093911.18679-1-contact.ng0@cryptolab.net> X-Mailer: git-send-email 2.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) From: ng0 * gnu/packages/telephony.scm (mumble)[arguments]: Build 'murmur'. Remove 'no-server' and add 'no-ice' to "configure" phase. [description]: Add a sentence about mumble and murmur. --- gnu/packages/telephony.scm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index b0cefe405..87261825c 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2016 Efraim Flashner ;;; Copyright © 2016 Lukas Gradl ;;; Copyright © 2016 Francesco Frassinelli -;;; Copyright © 2016 ng0 +;;; Copyright © 2016, 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -354,7 +354,7 @@ address of one of the participants.") (string-append "CONFIG+=" (string-join (list "no-update" - "no-server" + "no-ice" "no-embed-qt-translations" "no-bundled-speex" "pch" @@ -378,6 +378,8 @@ address of one of the participants.") (replace 'install ; install phase does not exist (lambda* (#:key inputs outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) + (etc (string-append out "/etc/murmur")) + (dbus (string-append out "/etc/dbus-1/system.d/")) (bin (string-append out "/bin")) (services (string-append out "/share/services")) (applications (string-append out "/share/applications")) @@ -391,6 +393,12 @@ address of one of the participants.") (install-file "icons/mumble.svg" icons) (install-file "man/mumble-overlay.1" man) (install-file "man/mumble.1" man) + (install-file "release/murmurd" bin) + (install-file "scripts/murmur.ini.system" etc) + (rename-file (string-append etc "/murmur.ini.system") + (string-append etc "/murmur.ini")) + (install-file "scripts/murmur.conf" dbus) + (install-file "man/murmurd.1" man) (for-each (lambda (file) (install-file file lib)) (find-files "." "\\.so\\.")) (for-each (lambda (file) (install-file file lib)) @@ -414,7 +422,9 @@ address of one of the participants.") (synopsis "Low-latency, high quality voice chat software") (description "Mumble is an low-latency, high quality voice chat -software primarily intended for use while gaming.") +software primarily intended for use while gaming. +Mumble consists of two applications for separate usage: +@code{mumble} for the client, and @code{murmur} for the server.") (home-page "https://wiki.mumble.info/wiki/Main_Page") (license (list license:bsd-3 ;; The bundled celt is bsd-2. Remove after 1.3.0. -- 2.11.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 01 09:48:26 2017 Received: (at 25720) by debbugs.gnu.org; 1 Mar 2017 14:48:26 +0000 Received: from localhost ([127.0.0.1]:33055 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cj5YE-00014x-Ep for submit@debbugs.gnu.org; Wed, 01 Mar 2017 09:48:26 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:59727 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cj5YD-00014o-8l for 25720@debbugs.gnu.org; Wed, 01 Mar 2017 09:48:21 -0500 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 1ACE8523256; Wed, 1 Mar 2017 15:48:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488379700; bh=7oms8IETfW5qlXQN+8f8lKOq+WqwydzMOmmrE6t8mtg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=MP4wok5I34+gGSFljptu3W9nTktNKvYDSzBXpwnt3IzusIJUY9vaDvYH8Hqi6aqMV idgbeFRhj7cDBSzPoj5FOJUyI5JrTRt1G8ARx884ShfV0/7SuURC5cxHXz74GleDOQ 1gNjkn1zW9tsVi11QMql+lEuc2n5hIyQ2MT4tyig= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488379699; bh=7oms8IETfW5qlXQN+8f8lKOq+WqwydzMOmmrE6t8mtg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=okaMyVccf5qR/qaEDA0ywetX5CmINGeDWCPvBW+Y54lVquHQGNUaRKE43yDyA+LZC fjnxKZZfpDF8T6Z9fwWNcVs/qeeJrQrqqVyhjGIp1jPZmAI+zcZFWv5Yzd4b0WYcqx Bbkt8xuJj02nqgAPUeqigYqITSoZ6CcFt0bc5/Sk= To: contact.ng0@cryptolab.net Subject: Re: bug#25720: [PATCH] gnu: mumble: Build with 'murmur' server component. References: <20170214093911.18679-1-contact.ng0@cryptolab.net> Date: Wed, 01 Mar 2017 09:48:15 -0500 In-Reply-To: <20170214093911.18679-1-contact.ng0@cryptolab.net> (contact's message of "Tue, 14 Feb 2017 09:39:11 +0000") Message-ID: <87mvd5jbo0.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25720 Cc: 25720@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable contact.ng0@cryptolab.net writes: > From: ng0 > > * gnu/packages/telephony.scm (mumble)[arguments]: Build 'murmur'. > Remove 'no-server' and add 'no-ice' to "configure" phase. > [description]: Add a sentence about mumble and murmur. > --- > gnu/packages/telephony.scm | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm > index b0cefe405..87261825c 100644 > --- a/gnu/packages/telephony.scm > +++ b/gnu/packages/telephony.scm > @@ -5,7 +5,7 @@ > ;;; Copyright =C2=A9 2015, 2016 Efraim Flashner > ;;; Copyright =C2=A9 2016 Lukas Gradl > ;;; Copyright =C2=A9 2016 Francesco Frassinelli > -;;; Copyright =C2=A9 2016 ng0 > +;;; Copyright =C2=A9 2016, 2017 ng0 > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -354,7 +354,7 @@ address of one of the participants.") > (string-append "CONFIG+=3D" > (string-join > (list "no-update" > - "no-server" > + "no-ice" > "no-embed-qt-translat= ions" > "no-bundled-speex" > "pch" > @@ -378,6 +378,8 @@ address of one of the participants.") > (replace 'install ; install phase does not exist > (lambda* (#:key inputs outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs "out")) > + (etc (string-append out "/etc/murmur")) > + (dbus (string-append out "/etc/dbus-1/system.d/")) > (bin (string-append out "/bin")) > (services (string-append out "/share/services")) > (applications (string-append out "/share/application= s")) > @@ -391,6 +393,12 @@ address of one of the participants.") > (install-file "icons/mumble.svg" icons) > (install-file "man/mumble-overlay.1" man) > (install-file "man/mumble.1" man) > + (install-file "release/murmurd" bin) > + (install-file "scripts/murmur.ini.system" etc) > + (rename-file (string-append etc "/murmur.ini.system") > + (string-append etc "/murmur.ini")) > + (install-file "scripts/murmur.conf" dbus) > + (install-file "man/murmurd.1" man) > (for-each (lambda (file) (install-file file lib)) > (find-files "." "\\.so\\.")) > (for-each (lambda (file) (install-file file lib)) > @@ -414,7 +422,9 @@ address of one of the participants.") > (synopsis "Low-latency, high quality voice chat software") > (description > "Mumble is an low-latency, high quality voice chat > -software primarily intended for use while gaming.") > +software primarily intended for use while gaming. > +Mumble consists of two applications for separate usage: > +@code{mumble} for the client, and @code{murmur} for the server.") > (home-page "https://wiki.mumble.info/wiki/Main_Page") > (license (list license:bsd-3 > ;; The bundled celt is bsd-2. Remove after 1.3.0. LGTM. Pushed as bd9f8869b15891863a6c7420d1cfdae309ba8594. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAli23y8ACgkQ5qXuPBlG eg2pOw//WU1NcPIVuNZYhJUkX3MGs7EgT6uUziV4IeFZGbxDaiQXDfhbQSm0Qg33 JYDx/h7YQZziuHPeXB/eMmZ0nhbUdvQxim7yX2nvoCkIvIlKnYZCo3t1eIjyohPs W8riaIETS0I/QFZ8Tm7/qSGMbYZNUatTdMBACr5cn68B1LcEcK9C2C6aU8nfGlJN FrOeYz/JYSK1XtTLckrfSpB/UQE/KPkDYQo87hHlBGBUgnPodXEMuzGBIj+HV2Ra rmksOq5i+k7u7eqo5xStjWtOcNPijcZMsoGs4EYbo9AikEcHwKCyoIGFECnEX+p6 JHVR0XDVox/63IxOaaV9GgiX9ZkYQ1loR7yf/Ta1oRButRwgZcG2B5txuvCf5LRV zwYV2glJ1D+WlAKj4vVByPqAETbGxiSvJjGNbLnQHd1UXoAtBjR2zMFz41GFW6K1 OOPUdHF6bXPyZ881ZdCTvfgrqIcW4taHEDMsF2u3MIQfcHQXTSyV7e4l7PEUSFdi EG3QKuGaMLv6Q9R5Pqjw68AjmVbpgC7Ln8eRz8MhYP7jUT1kumZ2YYWywjvTxuDM tBSiUWq0l1kuedmjkC1wRbflKEEz2X6YQhQFp5Hhz9yGnhfEJg5l+tQE8L1Plu6w qbrTImYneIJ6H3RukyvEbtcR4MLNHqoOXHnD/WUU8z/vr5zYHk0= =XySU -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 01 10:26:00 2017 Received: (at 25720-done) by debbugs.gnu.org; 1 Mar 2017 15:26:00 +0000 Received: from localhost ([127.0.0.1]:34534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cj68e-0002Jq-0D for submit@debbugs.gnu.org; Wed, 01 Mar 2017 10:26:00 -0500 Received: from latitanza.investici.org ([82.94.249.234]:30884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cj68b-0002Jh-Sw for 25720-done@debbugs.gnu.org; Wed, 01 Mar 2017 10:25:58 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 045AB12077F; Wed, 1 Mar 2017 15:25:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488381956; bh=yma5jSb5mPbyIkbbEvmhyh7x5dXvCevnZoICeM8xcDo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=g8XvkVptOWjv5K5puggfsW875uRDFxaQfb6NaxBC4OYLjamhspgoMEZT+etKo22ea KyTc38nmJGq3wn1le/AGcPgnuSHt6Q7MAa+7pmOG3/LWfYL0MEtzYcf0m84aeG6IM7 369/KT0Dm0w8+J9gsyotg2nhFaKWBCuIjioou5q4= Date: Wed, 1 Mar 2017 16:34:42 +0000 From: ng0 To: Kei Kebreau Subject: Re: bug#25720: [PATCH] gnu: mumble: Build with 'murmur' server component. Message-ID: <20170301163442.hnmoen6kxhu65hr6@abyayala> Mail-Followup-To: Kei Kebreau , 25720-done@debbugs.gnu.org References: <20170214093911.18679-1-contact.ng0@cryptolab.net> <87mvd5jbo0.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87mvd5jbo0.fsf@openmailbox.org> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25720-done Cc: 25720-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 17-03-01 09:48:15, Kei Kebreau wrote: > contact.ng0@cryptolab.net writes: > > > From: ng0 > > > > * gnu/packages/telephony.scm (mumble)[arguments]: Build 'murmur'. > > Remove 'no-server' and add 'no-ice' to "configure" phase. > > [description]: Add a sentence about mumble and murmur. > > --- > > gnu/packages/telephony.scm | 16 +++++++++++++--- > > 1 file changed, 13 insertions(+), 3 deletions(-) > > LGTM. Pushed as bd9f8869b15891863a6c7420d1cfdae309ba8594. Thanks, closed. From unknown Sat Jun 21 04:59:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 30 Mar 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator