guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gst-plugins-bad: Enable webrtc module.


From: guix-commits
Subject: branch master updated: gnu: gst-plugins-bad: Enable webrtc module.
Date: Wed, 25 Nov 2020 08:08:51 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 933ddba  gnu: gst-plugins-bad: Enable webrtc module.
933ddba is described below

commit 933ddba223178fc2e530d5c9e3be1dd50a64ee95
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Nov 16 10:46:28 2020 +0100

    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>
---
 gnu/packages/gstreamer.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a317170..738e881 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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 @@ model to base your own plug-in on, here it is.")
            (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 @@ model to base your own plug-in on, here it is.")
        ("libgudev" ,libgudev)
        ("libkate" ,libkate)
        ("libmodplug" ,libmodplug)
+       ("libnice" ,libnice)
        ("librsvg" ,librsvg)
        ("libsndfile" ,libsndfile)
        ("libsrtp" ,libsrtp)
@@ -726,6 +729,7 @@ model to base your own plug-in on, here it is.")
        ;; 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]