unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29011] [PATCH] gnu: ffmpeg: Update to 3.4.
@ 2017-10-26 13:32 Rutger Helling
  2017-10-26 16:15 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-10-26 13:32 UTC (permalink / raw)
  To: 29011


[-- Attachment #1.1: Type: text/plain, Size: 66 bytes --]

Hey Guix, 

Here's a patch to update ffmpeg to the latest version.

[-- Attachment #1.2: Type: text/html, Size: 259 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-ffmpeg-Update-to-3.4.patch --]
[-- Type: text/x-diff; name=0001-gnu-ffmpeg-Update-to-3.4.patch, Size: 1156 bytes --]

From 7d0ebb85da3cf5c59c3227ad8d975450bbb4b709 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 26 Oct 2017 15:20:35 +0200
Subject: [PATCH] gnu: ffmpeg: Update to 3.4.

* gnu/packages/video.scm (ffmpeg): Update to 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 63824f6c5..d73e21a31 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -585,14 +585,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.4")
+    (version "3.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq"))))
+               "1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)
-- 
2.14.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#29011] [PATCH] gnu: ffmpeg: Update to 3.4.
  2017-10-26 13:32 [bug#29011] [PATCH] gnu: ffmpeg: Update to 3.4 Rutger Helling
@ 2017-10-26 16:15 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-10-26 16:15 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29011

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

On Thu, Oct 26, 2017 at 03:32:11PM +0200, Rutger Helling wrote:
> Hey Guix, 
> 
> Here's a patch to update ffmpeg to the latest version.

> From 7d0ebb85da3cf5c59c3227ad8d975450bbb4b709 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Thu, 26 Oct 2017 15:20:35 +0200
> Subject: [PATCH] gnu: ffmpeg: Update to 3.4.
> 
> * gnu/packages/video.scm (ffmpeg): Update to 3.4.

Thanks! Pushed as 436594ca47c2858bccec3699b7d3dcfef101c65c

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-26 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26 13:32 [bug#29011] [PATCH] gnu: ffmpeg: Update to 3.4 Rutger Helling
2017-10-26 16:15 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).