[PATCH] gnu: mumble: Update to 1.3.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87sgdcgupb.fsf@rohleder.de
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?
* gnu/packages/telephony.scm (mumble): Update to 1.3.2.
---
gnu/packages/telephony.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Toggle diff (34 lines)
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
--
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.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8foZAACgkQfHr/vv7y
yyXbawf/ZHaKA+3Rks4/EUPjAsEG87PICLzyV6BJCp9coCOzIjgGTWXiP5EDH5bm
nMC3s9YF/9M6L/55BZoCS61sAqd6Kgonh5P2xKorRgC6t5dLQI5Rxt9FBsq+L87z
cYP/OVZIJj2vfSg+CVT5lo8FFXqWHnFNxZKZ1qPdcbMFgQu8Z5XBAoNs0TXKc5RA
ms9pRwCG/z87fYAKNfkaFg0kC0WcIF43eROsLbVkBPaDFOJ14V0HeMCqbRaZOGAe
QnEQWnSPgFatSL6tHkFcJUX4xur/KCXFRRVbIp4jHkO5QenhTuFPaQLy02g4IXDE
YM6Qt1dPchcCI6KfiNXt1A4MkiYxOw==
=paER
-----END PGP SIGNATURE-----

Marius Bakke wrote 5 years ago
878sf2q7ef.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (4 lines)
> 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!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8h+QgACgkQoqBt8qM6
VPqSrwf+OAsiOU5Gb6gPbfyaPmmqUfl7OFq9QI+vh4ReN+Khag7TKS5o30MXYt3+
tnaedkSckTkgQcvkhDCzF3zXtCke0W7agY4H/4sJ+lNZrLLoAI2eg+Zckr54kWHt
Ptci+oqqTw7HabSORkCU0u+0n18K8n8JhqeFn2svM/TXjVV0mqZcZswoL0amVPsx
VdyCQ7RylQU/L5UoxL85a4jayVFQZyzbA9I4BrlBHZIw5Az8pQl9wmD/MHhT1lrR
O9Pw67oWpoOql3UHj+CigeW6bg7ICWZlEXTJPHCPV+fWhe0j7Dhe1kSjyTzrQRAx
spFjKIUPqJ4DpSVDED5y68CuA0TiEg==
=XnkZ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42571@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42571
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help