apteryx pushed a commit to branch staging
in repository guix.

commit c541a491aa82986ecf020c39edbc82da28089ee1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Mar 31 13:04:56 2023 -0400

    gnu: blender: Use ffmpeg 5.
    
    * gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with 
ffmpeg-5.
---
 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 ecdbe6840b..befc09b6df 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -541,7 +541,7 @@ typically encountered in feature film production.")
     (inputs
      (list boost
            embree
-           ffmpeg
+           ffmpeg-5
            fftw
            freetype
            glew

Reply via email to