[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")
- 04/20: gnu: gst-plugins-good: Update to 1.20.3., (continued)
- 04/20: gnu: gst-plugins-good: Update to 1.20.3., guix-commits, 2022/07/31
- 03/20: gnu: gst-plugins-base: Update to 1.20.3., guix-commits, 2022/07/31
- 05/20: gnu: gst-plugins-bad: Update to 1.20.3., guix-commits, 2022/07/31
- 13/20: gnu: webkitgtk: Add missing inputs., guix-commits, 2022/07/31
- 09/20: gnu: gstreamer-docs: Update to 1.20.3., guix-commits, 2022/07/31
- 10/20: gnu: python-gst: Update to 1.20.3., guix-commits, 2022/07/31
- 17/20: gnu: gst-plugins-ugly: Use new package style., guix-commits, 2022/07/31
- 02/20: gnu: gstreamer: Update to 1.20.3., guix-commits, 2022/07/31
- 15/20: gnu: gst-plugins-good: Use new package style., guix-commits, 2022/07/31
- 11/20: gnu: gst-plugins/selection: Implement in terms of G-Expressions., guix-commits, 2022/07/31
- 12/20: gnu: Add gst-plugins-bad-minimal.,
guix-commits <=
- 14/20: gnu: gstreamer: Use new package style., guix-commits, 2022/07/31
- 20/20: gnu: gst-editing-services: Update FIXME comment., guix-commits, 2022/07/31
- 01/20: gnu: python-gst: Add upstream-name., guix-commits, 2022/07/31
- 18/20: gnu: gst-editing-services: Use new package style., guix-commits, 2022/07/31
- 07/20: gnu: gst-libav: Update to 1.20.3., guix-commits, 2022/07/31
- 08/20: gnu: gst-editing-services: Update to 1.20.3., guix-commits, 2022/07/31