[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: ffmpeg: Update to 3.3.4.
From: |
Marius Bakke |
Subject: |
04/06: gnu: ffmpeg: Update to 3.3.4. |
Date: |
Tue, 12 Sep 2017 17:33:42 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 40c2653375f7621eb73d98338572e018c2bd4dc5
Author: Marius Bakke <address@hidden>
Date: Tue Sep 12 22:11:59 2017 +0200
gnu: ffmpeg: Update to 3.3.4.
* gnu/packages/video.scm (ffmpeg): Update to 3.3.4.
---
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 a21f71b..8a01a4b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -580,14 +580,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264,
and VC-1/VMW3).")
(define-public ffmpeg
(package
(name "ffmpeg")
- (version "3.3.3")
+ (version "3.3.4")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "07is8msrhxr1dk6vgwa192k2pl2a0in1h9w8f9cknlvbvhn01afj"))))
+ "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq"))))
(build-system gnu-build-system)
(inputs
`(("fontconfig" ,fontconfig)
- branch master updated (8b8702c -> 790ba6d), Marius Bakke, 2017/09/12
- 01/06: gnu: python-django: Update to 1.10.8 [fixes CVE-2017-12794]., Marius Bakke, 2017/09/12
- 02/06: gnu: notmuch: Update to 0.25.1., Marius Bakke, 2017/09/12
- 03/06: gnu: feh: Update to 2.20., Marius Bakke, 2017/09/12
- 05/06: gnu: libraw: Update to 0.18.4., Marius Bakke, 2017/09/12
- 04/06: gnu: ffmpeg: Update to 3.3.4.,
Marius Bakke <=
- 06/06: gnu: imagemagick: Update to 6.9.9-12., Marius Bakke, 2017/09/12