[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: gst-libav: Update to 1.10.0.
From: |
Efraim Flashner |
Subject: |
05/10: gnu: gst-libav: Update to 1.10.0. |
Date: |
Sat, 5 Nov 2016 16:16:43 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 81fc4b20c7104c37fe2db021090ab6a468784e95
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 3 20:42:28 2016 +0200
gnu: gst-libav: Update to 1.10.0.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.0.
---
gnu/packages/gstreamer.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 3d4630f..452e0d1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -379,7 +379,7 @@ distribution problems in some jurisdictions, e.g. due to
patent threats.")
(define-public gst-libav
(package
(name "gst-libav")
- (version "1.8.2")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -387,7 +387,7 @@ distribution problems in some jurisdictions, e.g. due to
patent threats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0yk8pxg3xi26ndj7pliqdfphy0jmqsq4dmdzy31gbd9rgficgwxm"))))
+ "0nyqkggcxfrbflcf4jyj0h9l1rkbi3r5h61w4fcbp2n72522165g"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-system-libav")
@@ -397,7 +397,8 @@ distribution problems in some jurisdictions, e.g. due to
patent threats.")
(lambda _
(substitute* "gst-libs/ext/libav/configure"
(("#! /bin/sh")
- (string-append "#! "(which "sh")))))))))
+ (string-append "#! "(which "sh"))))
+ #t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python)))
- branch master updated (0523497 -> 268b380), Efraim Flashner, 2016/11/05
- 03/10: gnu: gst-plugins-good: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 07/10: gnu: freeipmi: Update to 1.5.5., Efraim Flashner, 2016/11/05
- 02/10: gnu: gst-plugins-base: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 01/10: gnu: gstreamer: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 06/10: gnu: python-gst: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 05/10: gnu: gst-libav: Update to 1.10.0.,
Efraim Flashner <=
- 09/10: gnu: gst-plugins-bad: Update to 1.10.0., Efraim Flashner, 2016/11/05
- 10/10: gnu: whois: Update to 5.2.13., Efraim Flashner, 2016/11/05
- 08/10: gnu: jasper: Update to 1.900.19., Efraim Flashner, 2016/11/05
- 04/10: gnu: gst-plugins-ugly: Update to 1.10.0., Efraim Flashner, 2016/11/05