guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: Add gst-plugins-bad-minimal.


From: guix-commits
Subject: 12/20: gnu: Add gst-plugins-bad-minimal.
Date: Sun, 31 Jul 2022 06:18:54 -0400 (EDT)

lilyp pushed a commit to branch staging
in repository guix.

commit 98f170e61cb8d6d093e7c6f9f6338d00f3957f4c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Jun 28 20:59:09 2022 +0200

    gnu: Add gst-plugins-bad-minimal.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad-minimal): New variable.
---
 gnu/packages/gstreamer.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index d58db086af..a18f386bcc 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1050,6 +1050,14 @@ given, also pass them to the build system instead of the 
ones used by PKG."
                    (substitute* "meson_options.txt"
                      (("'auto'") "'disabled'")))))))))))
 
+(define-public gst-plugins-bad-minimal
+  (package
+    (inherit (gst-plugins/selection gst-plugins-bad #:plugins '()))
+    (name "gst-plugins-bad-minimal")
+    (description "This package provides the smallest selection of GStreamer's
+\"bad\" plugin set, essentially containing libraries and the gst-transcoder
+binary, but none of the actual plugins.")))
+
 (define-public python-gst
   (package
     (name "python-gst")



reply via email to

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