This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 36ec3c09b7 gnu: mlt: Fix build.
36ec3c09b7 is described below

commit 36ec3c09b71a4fc4ccb0cd701c56982f86a33be6
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 17:09:57 2025 +0530

    gnu: mlt: Fix build.
    
    * gnu/packages/video.scm (mlt)[inputs]: Replace ffmpeg with ffmpeg-6.
    
    Change-Id: Icb3ddd3ba09eef273886f64e3b4a9586517644c1
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e7af1b4684..d719e3ef52 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3937,7 +3937,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
      (list alsa-lib
            `(,alsa-plugins "pulseaudio")
            bash-minimal
-           ffmpeg
+           ffmpeg-6
            fftw
            frei0r-plugins
            gdk-pixbuf

Reply via email to