unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44679] [PATCH] gnu: gst-plugins-bad: Enable webrtc module.
@ 2020-11-16  9:46 Michael Rohleder
  2020-11-25 13:09 ` bug#44679: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-11-16  9:46 UTC (permalink / raw)
  To: 44679; +Cc: Michael Rohleder

* gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module.
[inputs]: Add libnice and webrtc-audio-processing.
[arguments]: Add substitution of failing tests.
---
IMHO, it's very, very important that the free world does everything it
could possibly do to support video conferencing, voip and so on
with free software, asap.  Having a webrtc module in gstreamer could be
an essential part of this (I came along the missing module while
playing with nheko and voip calls over matrix...).

I don't understand why the test for the curl module is failing now,
so I disabled that also.

 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 01474e29a7..791bb98ec0 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")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44679: [PATCH] gnu: gst-plugins-bad: Enable webrtc module.
  2020-11-16  9:46 [bug#44679] [PATCH] gnu: gst-plugins-bad: Enable webrtc module Michael Rohleder
@ 2020-11-25 13:09 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-11-25 13:09 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 44679-done


Hello Michael,

> IMHO, it's very, very important that the free world does everything it
> could possibly do to support video conferencing, voip and so on
> with free software, asap.  Having a webrtc module in gstreamer could be
> an essential part of this (I came along the missing module while
> playing with nheko and voip calls over matrix...).
>
> I don't understand why the test for the curl module is failing now,
> so I disabled that also.

Thanks for fixing it, pushed as
933ddba223178fc2e530d5c9e3be1dd50a64ee95.

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-25 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  9:46 [bug#44679] [PATCH] gnu: gst-plugins-bad: Enable webrtc module Michael Rohleder
2020-11-25 13:09 ` bug#44679: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).