GNU bug report logs - #67293
[PATCH] gnu: ffmpeg: Update to 6.1

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 20 Nov 2023 08:40:01 UTC

Severity: normal

Tags: patch

Done: Andy Tai <atai <at> atai.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 67293 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#67293] [PATCH v2] gnu: ffmpeg: Update to 6.1
Date: Sun, 31 Dec 2023 18:04:15 -0800
* gnu/packages/video.scm (ffmpeg): Update to 6.1

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6da4897a57..82eef07eaa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1657,14 +1657,14 @@ (define-public libva-utils
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "6.0")
+    (version "6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
+                "0w620x118dz8aj3a4ipy65d4mnzixaamq7gp07lvxcyrgpjpd328"))))
     (outputs '("out" "debug"))
     (build-system gnu-build-system)
     (inputs

base-commit: 19f5302d136783d861b42107ae5e2920bbd769d9
-- 
2.41.0





This bug report was last modified 1 year and 230 days ago.

Previous Next


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