GNU bug report logs - #67294
[PATCH] gnu: opus: Update to 1.4.

Previous Next

Package: guix-patches;

Reported by: Antoine Côté <antoine.cote <at> posteo.net>

Date: Mon, 20 Nov 2023 14:51:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Antoine Côté <antoine.cote <at> posteo.net>, Greg Hogan <code <at> greghogan.com>
Subject: [bug#67294] [PATCH v4 1/2] gnu: opus: Update to 1.4.
Date: Fri, 18 Apr 2025 19:35:14 +0000
From: Antoine Côté <antoine.cote <at> posteo.net>

This update has ~2749 dependent packages.

The mozilla archive is no longer actively mirroring the source for this
package.

* gnu/packages/xiph.scm (opus): Update to 1.4.
[source]: Update origin URI.

Change-Id: Id94adf022e8a4fc14d54d9146111e53ccc9a81b4
Signed-off-by: Greg Hogan <code <at> greghogan.com>
---
 gnu/packages/xiph.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 7ca336b14a..c19c1f0efa 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
 ;;; Copyright © 2021 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023 Antoine Côté <antoine.cote <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -361,14 +362,14 @@ (define-public vorbis-tools
 (define-public opus
   (package
     (name "opus")
-    (version "1.3.1")
+    (version "1.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://archive.mozilla.org/pub/opus/opus-"
+              (uri (string-append "https://downloads.xiph.org/releases/opus/opus-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "17gz8kxs4i7icsc1gj713gadiapyklynlwqlf0ai98dj4lg8xdb5"))))
+                "07y5977a7qsqxz72m85pa4lhypsbp43flvpi3wyycnmyad12pcy9"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.49.0





This bug report was last modified 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.