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

To reply to this bug, email your comments to 67294 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Mon, 20 Nov 2023 14:51:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Antoine Côté <antoine.cote <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Nov 2023 14:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Antoine Côté <antoine.cote <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Antoine Côté <antoine.cote <at> posteo.net>
Subject: [PATCH] gnu: opus: Update to 1.4.
Date: Mon, 20 Nov 2023 14:49:37 +0000
* gnu/packages/xiph.scm (opus): Update to 1.4.

Change-Id: Ib1a6408c43a2915201d0caae0df31c0a337f7aea
---
 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 b47c718fb6..4cd2359719 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2021 Brendan Tildesley <mail <at> brendan.scot>
 ;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
 ;;; Copyright © 2021 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2023 Antoine Côté <antoine.cote <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -327,14 +328,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")))

base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Sun, 26 Nov 2023 13:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Antoine Côté <antoine.cote <at> posteo.net>
Cc: 67294 <at> debbugs.gnu.org
Subject: Re: [bug#67294] [PATCH] gnu: opus: Update to 1.4.
Date: Sun, 26 Nov 2023 14:46:24 +0100
Hello,

>                (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"))

Why is the URL updated? It needs to be mentioned in the commit message.

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Tue, 30 Jan 2024 17:58:01 GMT) Full text and rfc822 format available.

Message #11 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Antoine Côté <antoine.cote <at> posteo.net>
Subject: [PATCH v2] gnu: opus: Update to 1.4.
Date: Tue, 30 Jan 2024 17:56:19 +0000
From: Antoine Côté <antoine.cote <at> posteo.net>

Am submitting Antoine's patch with an updated commit message per the
review on 2023/11/26.

This package has ~2749 dependent packages.

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

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

Change-Id: Id94adf022e8a4fc14d54d9146111e53ccc9a81b4
---
 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 480589292d..75cee3345c 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2021 Brendan Tildesley <mail <at> brendan.scot>
 ;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
 ;;; Copyright © 2021 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2023 Antoine Côté <antoine.cote <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -327,14 +328,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")))

base-commit: c60afaf731e01a02fccccedfe6cc79ec197c5a8d
-- 
2.43.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Tue, 12 Mar 2024 18:31:02 GMT) Full text and rfc822 format available.

Message #14 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v3 0/2] Update opus.
Date: Tue, 12 Mar 2024 18:27:33 +0000
Am submitting Antoine's patch with an updated commit message per the
review on 2023/11/26.

Also updates opus to version 1.5.1

Antoine Côté (1):
  gnu: opus: Update to 1.4.

Greg Hogan (1):
  gnu: opus: Update to 1.5.1.

 gnu/packages/xiph.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: 447e9c96259e8fa15a828de9b2dd3400e2ffafe6
-- 
2.44.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Tue, 12 Mar 2024 18:31:02 GMT) Full text and rfc822 format available.

Message #17 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Antoine Côté <antoine.cote <at> posteo.net>
Subject: [PATCH v3 1/2] gnu: opus: Update to 1.4.
Date: Tue, 12 Mar 2024 18:27:34 +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
---
 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 9019029f24..d98cddbf4a 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.
 ;;;
@@ -351,14 +352,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.44.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Tue, 12 Mar 2024 18:31:03 GMT) Full text and rfc822 format available.

Message #20 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v3 2/2] gnu: opus: Update to 1.5.1.
Date: Tue, 12 Mar 2024 18:27:35 +0000
* gnu/packages/xiph.scm (opus): Update to 1.5.1.

Change-Id: I1b42dea669fc6edb24eed1ab566b2cca33b2b805
---
 gnu/packages/xiph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index d98cddbf4a..58dfd1eeb2 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -352,14 +352,14 @@ (define-public vorbis-tools
 (define-public opus
   (package
     (name "opus")
-    (version "1.4")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.xiph.org/releases/opus/opus-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07y5977a7qsqxz72m85pa4lhypsbp43flvpi3wyycnmyad12pcy9"))))
+                "118g6hz58i6qk28d32b3gh4k4dqabrb24am139hpnhcdkfai0imq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.44.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Fri, 18 Apr 2025 19:36:05 GMT) Full text and rfc822 format available.

Message #23 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v4 0/2] Update opus.
Date: Fri, 18 Apr 2025 19:35:13 +0000
Changes against PATCH v3:
  Updates opus version from 1.5.1 to 1.5.2.

Antoine Côté (1):
  gnu: opus: Update to 1.4.

Greg Hogan (1):
  gnu: opus: Update to 1.5.2.

 gnu/packages/xiph.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: ffc8a07ba45503014cc0647c5dd0613829999f98
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Fri, 18 Apr 2025 19:37:05 GMT) Full text and rfc822 format available.

Message #26 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v4 2/2] gnu: opus: Update to 1.5.2.
Date: Fri, 18 Apr 2025 19:35:15 +0000
* gnu/packages/xiph.scm (opus): Update to 1.5.2.

Change-Id: I1b42dea669fc6edb24eed1ab566b2cca33b2b805
---
 gnu/packages/xiph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index c19c1f0efa..3f6985e3d7 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -362,14 +362,14 @@ (define-public vorbis-tools
 (define-public opus
   (package
     (name "opus")
-    (version "1.4")
+    (version "1.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.xiph.org/releases/opus/opus-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07y5977a7qsqxz72m85pa4lhypsbp43flvpi3wyycnmyad12pcy9"))))
+                "1qbwk9zyhbk185ly8xjq6hwmibair53vx363h80b4bwzigvx5hb5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#67294; Package guix-patches. (Fri, 18 Apr 2025 19:37:07 GMT) Full text and rfc822 format available.

Message #29 received at 67294 <at> debbugs.gnu.org (full text, mbox):

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: [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 10 days ago.

Previous Next


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