From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] Add Blender Date: Tue, 26 Apr 2016 10:59:06 +0200 Message-ID: <20160426105906.3f8e05ea@scratchpost.org> References: <87twktc4yu.fsf@elephly.net> <20160425212141.1b5cdd9e@scratchpost.org> <87shy9bc0b.fsf@gnu.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]:52514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auypz-00079F-Fi for guix-devel@gnu.org; Tue, 26 Apr 2016 04:59:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auypu-00047q-IB for guix-devel@gnu.org; Tue, 26 Apr 2016 04:59:19 -0400 In-Reply-To: <87shy9bc0b.fsf@gnu.org> 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: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel > 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) ("fftw" ,fftw) ("jack" ,jack-1) ("libsndfile" ,libsndfile)