mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gst-plugins-bad: Replace inputs with -minimal variants.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Replace v4l-utils by v4l-utils-minimal. Replace zbar by zbar-minimal. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b8d37c3eea
commit
c966eefd84
1 changed files with 2 additions and 2 deletions
|
@ -951,7 +951,7 @@ model to base your own plug-in on, here it is.")
|
||||||
tinyalsa
|
tinyalsa
|
||||||
transcode
|
transcode
|
||||||
usrsctp
|
usrsctp
|
||||||
v4l-utils
|
v4l-utils-minimal
|
||||||
vo-aacenc
|
vo-aacenc
|
||||||
vo-amrwbenc
|
vo-amrwbenc
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
|
@ -961,7 +961,7 @@ model to base your own plug-in on, here it is.")
|
||||||
webrtc-audio-processing
|
webrtc-audio-processing
|
||||||
wildmidi
|
wildmidi
|
||||||
wpebackend-fdo
|
wpebackend-fdo
|
||||||
zbar
|
zbar-minimal
|
||||||
zxing-cpp-1.2)))
|
zxing-cpp-1.2)))
|
||||||
(home-page "https://gstreamer.freedesktop.org/")
|
(home-page "https://gstreamer.freedesktop.org/")
|
||||||
(synopsis "Plugins for the GStreamer multimedia library")
|
(synopsis "Plugins for the GStreamer multimedia library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue