[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: Remove FFmpeg 4.3.
From: |
guix-commits |
Subject: |
04/05: gnu: Remove FFmpeg 4.3. |
Date: |
Mon, 1 Nov 2021 10:09:57 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 80c0505f166101bbe6d55b8f2314d1a18227b3ee
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Oct 22 15:15:28 2021 -0400
gnu: Remove FFmpeg 4.3.
* gnu/packages/video.scm (ffmpeg-4.3): Remove variable.
---
gnu/packages/video.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7bf9191..d4d9eed 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1701,17 +1701,6 @@ 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)
- branch master updated (0e19713 -> 8797a07), guix-commits, 2021/11/01
- 03/05: gnu: OpenShot: Update to 2.6.1., guix-commits, 2021/11/01
- 01/05: gnu: libopenshot-audio: Update to 0.2.2., guix-commits, 2021/11/01
- 05/05: gnu: WebKitGTK: Update to 2.34.1 [fixes CVE-2021-{30846, 30851, 42762}]., guix-commits, 2021/11/01
- 02/05: gnu: libopenshot: Update to 0.2.7., guix-commits, 2021/11/01
- 04/05: gnu: Remove FFmpeg 4.3.,
guix-commits <=