Danny Milosavljevic <dan...@scratchpost.org> skribis: >> I suppose Blender needs to use ‘ffmpeg-2.8’ (similar to >> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23256>.) >> >> Could you try and report back? > > Yes, this works: > > diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm > index c01eb39..ff17159 100644 > --- a/gnu/packages/graphics.scm > +++ b/gnu/packages/graphics.scm > @@ -118,7 +118,7 @@ > ("libjpeg" ,libjpeg) > ("libpng" ,libpng) > ("libtiff" ,libtiff) > - ("ffmpeg" ,ffmpeg) > + ("ffmpeg-2.8" ,ffmpeg-2.8)
Pushed, thanks! Ludo’.