unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: ffmpeg: Update to 2.3
@ 2014-07-16 18:11 Jason Self
  2014-07-17 16:41 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Self @ 2014-07-16 18:11 UTC (permalink / raw)
  To: guix-devel


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

* gnu/packages/video.scm (ffmpeg): Update to version 2.3.

[-- Attachment #1.2: 0001-gnu-ffmpeg-Update-to-2.3.patch --]
[-- Type: application/octet-stream, Size: 1127 bytes --]

From 8214364daf682417d254ef8ec4a4861ad07acdea Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Wed, 16 Jul 2014 11:07:11 -0700
Subject: [PATCH 1/1] gnu: ffmpeg: Update to 2.3.

* gnu/packages/video.scm (ffmpeg): Update to version 2.3.

Signed-off-by: Jason Self <j@jxself.org>
---
 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 9946b3a..075113c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -56,14 +56,14 @@
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "2.2.1")
+    (version "2.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "153kfk8rzrfxx930rrk417b2m695dvy47v4hci3nd49iggx9jzz1"))))
+               "17l0bx95al6cjhz3pzfcbwg07sbfbwqbxg34zl5lhl89w9jbngbb"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)
-- 
1.7.9.5


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

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

* Re: [PATCH] gnu: ffmpeg: Update to 2.3
  2014-07-16 18:11 [PATCH] gnu: ffmpeg: Update to 2.3 Jason Self
@ 2014-07-17 16:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-07-17 16:41 UTC (permalink / raw)
  To: Jason Self; +Cc: guix-devel

"Jason Self" <jason@bluehome.net> skribis:

> From 8214364daf682417d254ef8ec4a4861ad07acdea Mon Sep 17 00:00:00 2001
> From: Jason Self <j@jxself.org>
> Date: Wed, 16 Jul 2014 11:07:11 -0700
> Subject: [PATCH 1/1] gnu: ffmpeg: Update to 2.3.
>
> * gnu/packages/video.scm (ffmpeg): Update to version 2.3.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2014-07-17 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-16 18:11 [PATCH] gnu: ffmpeg: Update to 2.3 Jason Self
2014-07-17 16:41 ` Ludovic Courtès

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).