From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add Blender Date: Wed, 27 Apr 2016 14:18:23 +0200 Message-ID: <87d1pb454g.fsf@gnu.org> References: <87twktc4yu.fsf@elephly.net> <20160425212141.1b5cdd9e@scratchpost.org> <87shy9bc0b.fsf@gnu.org> <20160426105906.3f8e05ea@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avOQI-0001gH-9w for guix-devel@gnu.org; Wed, 27 Apr 2016 08:18:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avOQF-0007vn-47 for guix-devel@gnu.org; Wed, 27 Apr 2016 08:18:30 -0400 In-Reply-To: <20160426105906.3f8e05ea@scratchpost.org> (Danny Milosavljevic's message of "Tue, 26 Apr 2016 10:59:06 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel Danny Milosavljevic skribis: >> I suppose Blender needs to use =E2=80=98ffmpeg-2.8=E2=80=99 (similar to >> .) >>=20 >> 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=E2=80=99.