emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#25720: closed ([PATCH] gnu: mumble: Build with 'mu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25720: closed ([PATCH] gnu: mumble: Build with 'murmur' server component.)
Date: Wed, 01 Mar 2017 15:26:04 +0000

Your message dated Wed, 1 Mar 2017 16:34:42 +0000
with message-id <address@hidden>
and subject line Re: bug#25720: [PATCH] gnu: mumble: Build with 'murmur' server 
component.
has caused the debbugs.gnu.org bug report #25720,
regarding [PATCH] gnu: mumble: Build with 'murmur' server component.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25720: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25720
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: mumble: Build with 'murmur' server component. Date: Tue, 14 Feb 2017 09:39:11 +0000
From: ng0 <address@hidden>

* 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 <address@hidden>
 ;;; Copyright © 2016 Lukas Gradl <address@hidden>
 ;;; Copyright © 2016 Francesco Frassinelli <address@hidden>
-;;; Copyright © 2016 ng0 <address@hidden>
+;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;;
 ;;; 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:
address@hidden 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#25720: [PATCH] gnu: mumble: Build with 'murmur' server component. Date: Wed, 1 Mar 2017 16:34:42 +0000
On 17-03-01 09:48:15, Kei Kebreau wrote:
> address@hidden writes:
> 
> > From: ng0 <address@hidden>
> >
> > * 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]