lilyp pushed a commit to branch gnome-team
in repository guix.

commit bfcb35a7df88959d577b6f449b87559ecebb35b6
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 8 07:11:42 2025 +0100

    gnu: gst-plugins-bad: Replace inputs with -minimal variants.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Replace
    v4l-utils by v4l-utils-minimal. Replace zbar by zbar-minimal.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gstreamer.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 21da1af2fa..73f801d4d2 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -951,7 +951,7 @@ model to base your own plug-in on, here it is.")
             tinyalsa
             transcode
             usrsctp
-            v4l-utils
+            v4l-utils-minimal
             vo-aacenc
             vo-amrwbenc
             vulkan-headers
@@ -961,7 +961,7 @@ model to base your own plug-in on, here it is.")
             webrtc-audio-processing
             wildmidi
             wpebackend-fdo
-            zbar
+            zbar-minimal
             zxing-cpp-1.2)))
     (home-page "https://gstreamer.freedesktop.org/";)
     (synopsis "Plugins for the GStreamer multimedia library")

Reply via email to