[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: gstreamer: Update to 1.6.3.
From: |
Andreas Enge |
Subject: |
01/07: gnu: gstreamer: Update to 1.6.3. |
Date: |
Fri, 05 Feb 2016 21:10:20 +0000 |
andreas pushed a commit to branch wip-gstreamer
in repository guix.
commit a4554426f1b21c236107da081152e0d36848adea
Author: 宋文武 <address@hidden>
Date: Thu Jan 21 13:49:21 2016 +0800
gnu: gstreamer: Update to 1.6.3.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.6.3.
---
gnu/packages/gstreamer.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 1235b31..5bef1f5 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -83,7 +83,7 @@ arrays of data.")
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.6.1")
+ (version "1.6.3")
(source
(origin
(method url-fetch)
@@ -92,7 +92,7 @@ arrays of data.")
version ".tar.xz"))
(sha256
(base32
- "172w1bpnkn6mm1wi37n03apdbb6cdkykhzjf1vfxchcd7hhkyflp"))))
+ "093zldafh7xh3lrlwzm7j0vvjz6k9ca83wqil40gfz5qcy6mdy92"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments
- branch wip-gstreamer created (now 869f563), Andreas Enge, 2016/02/05
- 01/07: gnu: gstreamer: Update to 1.6.3.,
Andreas Enge <=
- 02/07: gnu: gst-plugins-base: Update to 1.6.3., Andreas Enge, 2016/02/05
- 05/07: gnu: gst-libav: Update to 1.6.3., Andreas Enge, 2016/02/05
- 04/07: gnu: gst-plugins-ugly: Update to 1.6.3., Andreas Enge, 2016/02/05
- 06/07: gnu: Add gst-plugins-bad., Andreas Enge, 2016/02/05
- 03/07: gnu: gst-plugins-good: Update to 1.6.3., Andreas Enge, 2016/02/05
- 07/07: gnu: gst-plugins-base: Use 'modify-phases'., Andreas Enge, 2016/02/05