guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: gst-plugins-bad: Enable wpewebkit suppo


From: guix-commits
Subject: branch wip-desktop updated: gnu: gst-plugins-bad: Enable wpewebkit support.
Date: Mon, 17 Aug 2020 07:43:45 -0400

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

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new b3f21af  gnu: gst-plugins-bad: Enable wpewebkit support.
b3f21af is described below

commit b3f21af419e6990dc3670f87f7673fa845a4c778
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 06:12:34 2020 -0400

    gnu: gst-plugins-bad: Enable wpewebkit support.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad) [inputs]: Add wpewebkit.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2534fc4..9186962 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -864,7 +864,7 @@ model to base your own plug-in on, here it is.")
        ("webrtcdsp" ,webrtc-audio-processing)
        ("wildmidi" ,wildmidi)
        ("wpebackend-fdo" ,wpebackend-fdo)
-       ;;("wpewebkit" ,wpewebkit)
+       ("wpewebkit" ,wpewebkit)
        ("zbar" ,zbar)
        ("zxing" ,zxing-cpp)))
     (propagated-inputs



reply via email to

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