unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42571] [PATCH] gnu: mumble: Update to 1.3.2.
@ 2020-07-28  3:54 Michael Rohleder
  2020-07-29 22:32 ` bug#42571: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-07-28  3:54 UTC (permalink / raw)
  To: 42571


[-- Attachment #1.1: Type: text/plain, Size: 156 bytes --]

Upstream seems to move files/directories. (one would currently get a 404
on trying to build 1.3.0)
Maybe we should change the url-fetch to a gh git-fetch?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: [PATCH] gnu: mumble: Update to 1.3.2. --]
[-- Type: text/x-patch, Size: 1615 bytes --]

* gnu/packages/telephony.scm (mumble): Update to 1.3.2.
---
 gnu/packages/telephony.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 4c5e4d5d78..a7b701c592 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -515,14 +515,14 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.3.0")
+    (version "1.3.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://mumble.info/snapshot/"
+              (uri (string-append "https://mumble.info/snapshot/stable/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "03dqg5yf6d7ilc1wydpshnv1ndssppcbadqcq20jm5j4fdaf53cs"))
+                "1q91vp3bp7xn67g9kgp1pfgxjj1hks3w60vdxcfm3373wy5db5lz"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -537,9 +537,6 @@ address of one of the participants.")
                       "3rdparty/minhook-src"
                       "3rdparty/opus-build" ; in opus
                       "3rdparty/opus-src"
-                      "3rdparty/sbcelt-helper-build" ; not enabled
-                      "3rdparty/sbcelt-lib-build"
-                      "3rdparty/sbcelt-src"
                       "3rdparty/speex-build" ; in speex
                       "3rdparty/speex-src"
                       "3rdparty/speexdsp-src" ; in speexdsp
-- 
2.27.0


[-- Attachment #1.3: Type: text/plain, Size: 309 bytes --]


-- 
If the designers of X-window built cars, there would be no fewer than five
steering wheels hidden about the cockpit, none of which followed the same
prinicples -- but you'd be able to shift gears with your car stereo.  Useful
feature, that.
		-- From the programming notebooks of a heretic, 1990.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42571: [PATCH] gnu: mumble: Update to 1.3.2.
  2020-07-28  3:54 [bug#42571] [PATCH] gnu: mumble: Update to 1.3.2 Michael Rohleder
@ 2020-07-29 22:32 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-07-29 22:32 UTC (permalink / raw)
  To: Michael Rohleder, 42571-done

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

Michael Rohleder <mike@rohleder.de> writes:

> Upstream seems to move files/directories. (one would currently get a 404
> on trying to build 1.3.0)
> Maybe we should change the url-fetch to a gh git-fetch?

Sounds reasonable to me.  Meanwhile I applied this patch.  Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-29 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  3:54 [bug#42571] [PATCH] gnu: mumble: Update to 1.3.2 Michael Rohleder
2020-07-29 22:32 ` bug#42571: " Marius Bakke

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).