mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: mlt: Add optional dependencies.
* gnu/packages/video.scm (mlt)[inputs]: Add alsa-plugins:pulseaudio, libebur128, rtaudio, sdl2, sdl2-image, sox, vidstab. Remove sdl. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
6b183cd47d
commit
49e8fa4a3d
1 changed files with 7 additions and 2 deletions
|
@ -3014,6 +3014,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
|||
#t)))))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("alsa-plugins" ,alsa-plugins "pulseaudio")
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("fftw" ,fftw)
|
||||
("frei0r-plugins" ,frei0r-plugins)
|
||||
|
@ -3022,6 +3023,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
|||
("libxml2" ,libxml2)
|
||||
("jack" ,jack-1)
|
||||
("ladspa" ,ladspa)
|
||||
("libebur128" ,libebur128)
|
||||
("libexif" ,libexif)
|
||||
("libvorbis" ,libvorbis)
|
||||
("rubberband" ,rubberband)
|
||||
|
@ -3029,8 +3031,11 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
|||
("pulseaudio" ,pulseaudio)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)
|
||||
("sdl" ,sdl)
|
||||
("sox" ,sox)))
|
||||
("rtaudio" ,rtaudio)
|
||||
("sdl2" ,sdl2)
|
||||
("sdl2-image" ,sdl2-image)
|
||||
("sox" ,sox)
|
||||
("vidstab" ,vidstab)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.mltframework.org/")
|
||||
|
|
Loading…
Reference in a new issue