mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Add gst-plugins-bad-minimal.
* gnu/packages/gstreamer.scm (gst-plugins-bad-minimal): New variable.
This commit is contained in:
parent
f1fdde3c45
commit
98f170e61c
1 changed files with 8 additions and 0 deletions
|
@ -1050,6 +1050,14 @@ (define-public gst-plugins/selection
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue