guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

41/46: gnu: Add ffmpeg-4.3.


From: guix-commits
Subject: 41/46: gnu: Add ffmpeg-4.3.
Date: Sun, 6 Jun 2021 02:40:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 30eccefa398ee05fa372efb5ae16db1cc7c0fc59
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jun 5 17:23:57 2021 -0400

    gnu: Add ffmpeg-4.3.
    
    * gnu/packages/video.scm (ffmpeg-4.3): New variable.
---
 gnu/packages/video.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7140052..f3a0436 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1613,6 +1613,17 @@ convert and stream audio and video.  It includes the 
libavcodec
 audio/video codec library.")
     (license license:gpl2+)))
 
+(define-public ffmpeg-4.3
+  (package/inherit ffmpeg
+    (version "4.3.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1nyd9jlcy0pqnwzi29a7sg50hq37vb0g3f9l16y3q8yh3m7ydr26"))))))
+
 (define-public ffmpeg-3.4
   (package
     (inherit ffmpeg)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]