[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: gst-plugins-bad: Update to 1.10.0.
From: |
Efraim Flashner |
Subject: |
09/10: gnu: gst-plugins-bad: 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 0cee33ac9694fa67ed0de795ddc2cb5a26e39d15
Author: Efraim Flashner <address@hidden>
Date: Sat Nov 5 17:40:13 2016 +0200
gnu: gst-plugins-bad: Update to 1.10.0.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.0.
[inputs]: Remove wayland.
[tests]: Update comment about failing tests.
[home-page]: Use https.
---
gnu/packages/gstreamer.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 310e4d1..0b73fd1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -264,18 +264,18 @@ developers consider to have good quality code and correct
functionality.")
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
- (version "1.6.3")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "0q9s5da54819gwncmdi95l5qzx97l9vxk6adx4zmx73a3l82j6wp"))))
+ "0kqwh5r4j05f2w9m353grvypn0106hxcr52409f7rvm3w4b9sprx"))))
(outputs '("out" "doc"))
(build-system gnu-build-system)
(arguments
- '(#:tests? #f ; XXX: 11 of 54 tests fail
+ '(#:tests? #f ; XXX: 18 of 65 tests fail
#:configure-flags
(list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
@@ -329,8 +329,9 @@ developers consider to have good quality code and correct
functionality.")
;("qtx11extras" ,qtx11extras)
("soundtouch" ,soundtouch)
("x265" ,x265)
- ("wayland" ,wayland)))
- (home-page "http://gstreamer.freedesktop.org/")
+ ;("wayland" ,wayland) ; needs wayland-protocols
+ ))
+ (home-page "https://gstreamer.freedesktop.org/")
(synopsis "Plugins for the GStreamer multimedia library")
(description
"GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to
- 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, 2016/11/05
- 09/10: gnu: gst-plugins-bad: Update to 1.10.0.,
Efraim Flashner <=
- 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