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 @@ given, also pass them to the build system instead of the ones used by PKG."
|
||||||
(substitute* "meson_options.txt"
|
(substitute* "meson_options.txt"
|
||||||
(("'auto'") "'disabled'")))))))))))
|
(("'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
|
(define-public python-gst
|
||||||
(package
|
(package
|
||||||
(name "python-gst")
|
(name "python-gst")
|
||||||
|
|
Reference in a new issue