Re: [PATCH] Add Blender

2016-04-27 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> I suppose Blender needs to use ‘ffmpeg-2.8’ (similar to >> .) >> >> Could you try and report back? > > Yes, this works: > > diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm > index c01eb39..ff17

Re: [PATCH] Add Blender

2016-04-26 Thread Danny Milosavljevic
> I suppose Blender needs to use ‘ffmpeg-2.8’ (similar to > .) > > 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

Re: [PATCH] Add Blender

2016-04-25 Thread Ludovic Courtès
Danny Milosavljevic skribis: > On Mon, 29 Feb 2016 12:39:11 -0300 > "d.4.n.1" wrote: > >> Attached is the latest version of the patch.  The CPATH hack is still >> required.  I also had to disable the tests as the gigabytes of test >> files that would be required to run them are not included in t

Re: [PATCH] Add Blender

2016-04-25 Thread Danny Milosavljevic
On Mon, 29 Feb 2016 12:39:11 -0300 "d.4.n.1" wrote: > Attached is the latest version of the patch.  The CPATH hack is still > required.  I also had to disable the tests as the gigabytes of test > files that would be required to run them are not included in the release > tarballs. Thanks! Blender

Re: [PATCH] Add Blender

2016-02-29 Thread d.4.n.1
great! Daniel Pimentel (d4n1)On Ricardo Wurmus , Feb 28, 2016 10:58 AM wrote: Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Eric Bavier writes: > + (add-after 'set-paths 'add-ilmbase-include-path

Re: [PATCH] Add Blender

2016-02-28 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Eric Bavier writes: > + (add-after 'set-paths 'add-ilmbase-include-path + (lambda* (#:key inputs #:allow-other-keys) +;; OpenEXR propagates ilmbase, but its include files do not appear +

Re: [PATCH] Add Blender

2015-09-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Eric Bavier writes: [...] >>> * gnu/packages/graphics.scm (blender): New variable. > > [...] > >>> + (add-after 'set-paths 'add-ilmbase-include-path >>> + (lambda* (#:key inputs #:allow-other-keys) >>> +;; OpenEXR propagates ilmbase, but i

Re: [PATCH] Add Blender

2015-09-26 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Eric Bavier writes: >>> + (add-after 'set-paths 'add-ilmbase-include-path >>> + (lambda* (#:key inputs #:allow-other-keys) >>> +;; OpenEXR propagates ilmbase, but its include files do not >>> appear >>> +;; in the CPATH, so we

Re: [PATCH] Add Blender

2015-09-23 Thread Andreas Enge
On Wed, Sep 23, 2015 at 08:45:24AM +0200, Ricardo Wurmus wrote: > Eric Bavier writes: > > Is the "half.h" header in OpenEXR, or in blender? If the latter, would > > it make more sense to instead patch the include directive to include > > the OpenEXR path? > “half.h” is provided by “ilmbase”. The

Re: [PATCH] Add Blender

2015-09-22 Thread Ricardo Wurmus
Eric Bavier writes: >> +(define-public openimageio >> + (package > [...] >> +(description >> + "OpenImageIO is a library for reading and writing images, and a bunch >> of > ^ > Align the opening quote to the 'd'. Ah, good catch! I fixed this and pushed openimageio. >> * gnu

Re: [PATCH] Add Blender

2015-09-21 Thread Eric Bavier
Hello Ricardo, Just some nitpicks: > From d1d46f01d7aad783f7931be1ea4bbdffb21fd9b7 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 5 Sep 2015 12:34:09 +0200 > Subject: [PATCH 1/2] gnu: Add openimageio. > > * gnu/packages/graphics.scm (openimageio): New variable. > --- > gnu/packag

[PATCH] Add Blender.

2015-09-20 Thread Ricardo Wurmus
>From d1d46f01d7aad783f7931be1ea4bbdffb21fd9b7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 5 Sep 2015 12:34:09 +0200 Subject: [PATCH 1/2] gnu: Add openimageio. * gnu/packages/graphics.scm (openimageio): New variable. --- gnu/packages/graphics.scm | 38 +++