guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6a7406ea20dfe8ed3f7faa5dbe2be44a343c6a87
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 30 14:24:24 2025 +0900

    gnu: friction: Build with ffmpeg-6.
    
    * gnu/packages/graphics.scm (friction) [inputs]: Replace ffmpeg with
    ffmpeg-6.
    
    Change-Id: I8991631795145c305e81ab79d6ee308624e23695
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 6ddab265f2..d1ada9ec37 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -462,7 +462,7 @@ objects!")
                           qt)))))))))
     (inputs
      (list expat
-           ffmpeg ;version 4.2 is recommended; does not work with version 7+.
+           ffmpeg-6
            fontconfig
            freetype
            gperftools-for-friction

Reply via email to