[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: gst-plugins-good: Update to 1.6.3.
From: |
??? |
Subject: |
03/11: gnu: gst-plugins-good: Update to 1.6.3. |
Date: |
Wed, 03 Feb 2016 10:58:08 +0000 |
iyzsong pushed a commit to branch wip-gstreamer
in repository guix.
commit 90463863b11a5dc85a631b4af6cccf47d8fc1366
Author: 宋文武 <address@hidden>
Date: Thu Jan 21 13:50:39 2016 +0800
gnu: gst-plugins-good: Update to 1.6.3.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.6.3.
---
gnu/packages/gstreamer.scm | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 69492e1..88d675f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -185,16 +185,16 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good
(package
(name "gst-plugins-good")
- (version "1.6.1")
+ (version "1.6.3")
(source
(origin
(method url-fetch)
(uri (string-append
-
"http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-"
- version ".tar.xz"))
+ "http://gstreamer.freedesktop.org/src/" name "/"
+ name "-" version ".tar.xz"))
(sha256
(base32
- "0darc3058kbnql3mnlpizl0sq0hhli7vkm0rpqb7nywz14abim46"))))
+ "0xx16h0q63gs3pxlzdflnpyssba3vcrh1qnzplg4d0ra1fvrvc94"))))
(build-system gnu-build-system)
(inputs
`(("aalib" ,aalib)
@@ -228,7 +228,7 @@ for the GStreamer multimedia library.")
'unpack 'disable-failing-rtprtx-tests
(lambda _
;; Disable rtprtx tests that frequently fail.
- ;; XXX FIXME: Try removing this for version > 1.6.1.
+ ;; XXX FIXME: Try removing this for version > 1.6.3.
(substitute* "tests/check/elements/rtprtx.c"
(("tcase_add_test \\(tc_chain,\
(test_rtxsender_max_size_packets|test_rtxreceive_data_reconstruction)\\);"
all)
- branch wip-gstreamer created (now 1726aa3), ???, 2016/02/03
- 01/11: gnu: gstreamer: Update to 1.6.3., ???, 2016/02/03
- 02/11: gnu: gst-plugins-base: Update to 1.6.3., ???, 2016/02/03
- 03/11: gnu: gst-plugins-good: Update to 1.6.3.,
??? <=
- 04/11: gnu: gst-plugins-ugly: Update to 1.6.3., ???, 2016/02/03
- 08/11: gnu: ao: Update to 1.2.0., ???, 2016/02/03
- 10/11: gnu: libvpx: Use 'modify-phases'., ???, 2016/02/03
- 09/11: gnu: libvpx: Update to 1.5.0., ???, 2016/02/03
- 06/11: gnu: Add gst-plugins-bad., ???, 2016/02/03
- 07/11: gnu: pulseaudio: Update to 8.0., ???, 2016/02/03
- 05/11: gnu: gst-libav: Update to 1.6.3., ???, 2016/02/03
- 11/11: gnu: gst-plugins-base: Use 'modify-phases'., ???, 2016/02/03