all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 67294@debbugs.gnu.org
Cc: "Antoine Côté" <antoine.cote@posteo.net>
Subject: [bug#67294] [PATCH v3 1/2] gnu: opus: Update to 1.4.
Date: Tue, 12 Mar 2024 18:27:34 +0000	[thread overview]
Message-ID: <840f35e36d62d2bf1d7e3dc6927da502b699a991.1710267215.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1710267215.git.code@greghogan.com>

From: Antoine Côté <antoine.cote@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@ftbfs.org>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Antoine Côté <antoine.cote@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





  reply	other threads:[~2024-03-12 18:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 14:49 [bug#67294] [PATCH] gnu: opus: Update to 1.4 Antoine Côté
2023-11-26 13:46 ` Mathieu Othacehe
2024-01-30 17:56 ` [bug#67294] [PATCH v2] " Greg Hogan
2024-03-12 18:27 ` [bug#67294] [PATCH v3 0/2] Update opus Greg Hogan
2024-03-12 18:27   ` Greg Hogan [this message]
2024-03-12 18:27   ` [bug#67294] [PATCH v3 2/2] gnu: opus: Update to 1.5.1 Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=840f35e36d62d2bf1d7e3dc6927da502b699a991.1710267215.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=67294@debbugs.gnu.org \
    --cc=antoine.cote@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.