me
/
guix
Archived
1
0
Fork 0

gnu: Add gst-plugins-bad-minimal.

* gnu/packages/gstreamer.scm (gst-plugins-bad-minimal): New variable.
master
Liliana Marie Prikler 2022-06-28 20:59:09 +02:00
parent f1fdde3c45
commit 98f170e61c
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 8 additions and 0 deletions

View File

@ -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")