mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: gst-plugins-bad: Enable webrtc module.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module. [inputs]: Add libnice and webrtc-audio-processing. [arguments]: Add substitution of failing tests. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
7f1d093eae
commit
933ddba223
1 changed files with 6 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
|
||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -671,8 +672,9 @@ (define-public gst-plugins-bad
|
|||
(lambda _
|
||||
;; FIXME: Why is this failing.
|
||||
(substitute* "tests/check/meson.build"
|
||||
((".*elements/dash_mpd\\.c.*")
|
||||
""))
|
||||
((".*elements/dash_mpd\\.c.*") "")
|
||||
((".*elements/curlhttpsrc\\.c.*") "")
|
||||
((".*elements/webrtcbin\\.c.*") ""))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("gst-plugins-base" ,gst-plugins-base)))
|
||||
|
@ -702,6 +704,7 @@ (define-public gst-plugins-bad
|
|||
("libgudev" ,libgudev)
|
||||
("libkate" ,libkate)
|
||||
("libmodplug" ,libmodplug)
|
||||
("libnice" ,libnice)
|
||||
("librsvg" ,librsvg)
|
||||
("libsndfile" ,libsndfile)
|
||||
("libsrtp" ,libsrtp)
|
||||
|
@ -726,6 +729,7 @@ (define-public gst-plugins-bad
|
|||
;; GStreamer is not yet compatible with srt > 1.4.1.
|
||||
("srt" ,srt-1.4.1)
|
||||
("x265" ,x265)
|
||||
("webrtc-audio-processing" ,webrtc-audio-processing)
|
||||
("wayland" ,wayland)))
|
||||
(home-page "https://gstreamer.freedesktop.org/")
|
||||
(synopsis "Plugins for the GStreamer multimedia library")
|
||||
|
|
Loading…
Reference in a new issue