guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gst-plugins-base: Propagate gudev.


From: guix-commits
Subject: 02/02: gnu: gst-plugins-base: Propagate gudev.
Date: Sat, 27 Aug 2022 10:46:35 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit fb3d90b8f31c4b1e2e3d427544c6610f3fe1ce55
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 27 16:15:53 2022 +0200

    gnu: gst-plugins-base: Propagate gudev.
    
    This is a follow-up to commit f1e8cc6a9826f951fe95dc374b4db6fc8e25d981.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Move LIBGUDEV ...
    [propagated-inputs]: ... here.
---
 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 ba05591dae..fc3f3eaaa6 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -534,6 +534,7 @@ This package provides the core library and elements.")
     (propagated-inputs
      (cons* glib                    ;required by gstreamer-sdp-1.0.pc
             gstreamer               ;required by gstreamer-plugins-base-1.0.pc
+            libgudev                ;required by gstreamer-gl-1.0.pc
             ;; wayland-client.h is referred to in
             ;; include/gstreamer-1.0/gst/gl/wayland/gstgldisplay_wayland.h
             wayland
@@ -550,7 +551,6 @@ This package provides the core library and elements.")
            cdparanoia
            graphene
            iso-codes
-           libgudev
            libjpeg-turbo
            libogg
            libpng



reply via email to

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