[PATCH] gnu: ffmpeg: Update to 6.1

  • Done
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
491248ca60f8a5213eb3e5c2cf5ef2b4207ed360.1700469487.git.atai@atai.org
* gnu/packages/video.scm (ffmpeg): Update to 6.1

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

Toggle diff (25 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..be631d0256 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1581,14 +1581,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: 71b92466430acb8c91841522dc0eb7d766af4388
--
2.41.0
Andy Tai wrote 1 years ago
[PATCH v2] gnu: ffmpeg: Update to 6.1
(address . 67293@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
3e2a6df1f1df485fef08c0db1a8373f66c7d03d8.1704074633.git.atai@atai.org
* gnu/packages/video.scm (ffmpeg): Update to 6.1

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

Toggle diff (25 lines)
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
Andy Tai wrote 1 years ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E-NtCWWhto6QXYq1GFgTptAULiQa+YsON-r+q1qb0m8Bw@mail.gmail.com
close 67293
thanks

patch out of date
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67293
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