In order to fix the compile errors <http://hydra.gnu.org/build/1115810> and <http://hydra.gnu.org/build/1115607> I have bumped the version of gst-libav up to 1.8.0, the most modern version.
From 291d304ec068f3720560957c210f77570d6730d3 Mon Sep 17 00:00:00 2001
From: Raymond Nicholson <ra...@openmailbox.org>
Date: Mon, 4 Apr 2016 21:01:12 +0100
Subject: [PATCH] gnu: gst-libav: Update to 1.8.0.

* gnu/packages/ffmpeg.scm (gst-libav): Update to 1.8.0.
---
 gnu/packages/gstreamer.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5cf59cd..9790095 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -371,7 +371,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.6.3")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -379,7 +379,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1aylbg1xnm68c3wc49mzx813qhsjfg23hqnjqqwdwdq31839qyw5"))))
+                "0719njp8aarhvn038pijq6dmsnli0zlg146hyfs3rsdffs4f472s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-system-libav")
-- 
2.7.3

Reply via email to