Vladimír Čunát
54ae9d8527
blender: fix build by dropping patch integrated upstream
...
It no longer applied, and the CMakeLists.txt looked completely different.
Such changes without any version bump... (sigh)
2014-08-14 15:13:39 +02:00
Eelco Dolstra
18e422d047
blender: Optionally build with CUDA support
...
This is required for GPU acceleration of the Cycles renderer.
2014-08-09 12:37:46 +02:00
Vladimír Čunát
4d6503e5b5
blender: fix parallel builds
...
(cherry picked from commits f63fb3fda0
+ 5fa61a2904
)
2014-08-02 11:17:25 +02:00
Bjørn Forsman
62d0a320b3
Revert "Remove obsolete jackaudio version 1."
...
This reverts commit bdb77826d9
.
Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.
Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Peter Simons
bdb77826d9
Remove obsolete jackaudio version 1.
2014-07-28 20:32:52 +02:00
Bjørn Forsman
f6f2f38a6e
jack: change package and attr names to 'jack1' and 'jack2'
...
Currently, we have a 'jack' package with attrname 'jack1d' and a
'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1'
and 'jack2' in both package name and attrname.
This aligns the naming with what can be found on the JACK homepage.
Q: what's the difference between jack1 and jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-23 20:22:14 +02:00
Eelco Dolstra
327c2061d1
blender: Don't use system openjpeg
...
It was ignored anyway (instead using the internal openjpeg copy).
2014-07-15 23:34:34 +02:00
Eelco Dolstra
12fb52b08a
blender: Enable ocean modifier
2014-07-15 23:34:24 +02:00
Eelco Dolstra
457e539048
blender: Fix jackaudio dependency
2014-07-15 23:33:09 +02:00
Eelco Dolstra
2d8e880c82
blender: Update to 2.71
2014-07-15 23:31:55 +02:00
Eelco Dolstra
4844969689
blender: Make JACK support optional.
2014-05-19 21:47:11 +02:00
Vladimír Čunát
4ac818601e
blender: fix build and minor update to 2.70a
...
It seems it needs to explicitly know python version in case of 3.4.
2014-05-16 22:55:55 +02:00
Cillian de Róiste
7381035bc2
blender: update from 2.69 to 2.70
2014-03-26 22:25:40 +01:00
Cillian de Róiste
8c83ae965f
blender: upgrade from 2.67 to 2.69 and add myself as maintainter
2014-02-18 22:11:39 +01:00
Lluís Batlle i Rossell
3810378b79
blender: update to 2.67
2013-05-13 10:03:33 +02:00
Cillian de Róiste
49b23b29dd
Blender: Tidy up, sort inputs, remove unused OPENJPEG option
2013-03-28 01:00:22 +01:00
Cillian de Róiste
ca2a39757c
Blender: enable extra features in the Video Sequence Editor
...
FFMPEG support allows a greater variety of export and import options.
SNDFILE support allows WAV and other sound file formats to be used.
JACK support allows blender to be used with XJadeo, Ardour or any other JACK away audio editor.
2013-03-28 00:52:08 +01:00
Cillian de Róiste
64bc336f50
Blender 2.66 WIP
2013-03-27 22:25:33 +01:00
Marc Weber
8cb034fd30
fix blender build and enable parallel building
2012-09-19 22:41:15 +02:00
Peter Simons
08b29c6f96
blender: update to version 2.63a
2012-07-07 11:31:32 +02:00
Lluís Batlle i Rossell
a9b800c8af
Updating blender to 2.67. Maybe this will build in stdenv-updates too.
...
I remove the blender 2.49; I think I don't need it anymore.
svn path=/nixpkgs/trunk/; revision=32599
2012-02-26 20:47:12 +00:00
Cillian de Roiste
1cdd246d2b
Updating Blender to the stable release 2.57 and adding python32 as a build input
...
svn path=/nixpkgs/trunk/; revision=26894
2011-04-19 20:17:17 +00:00
Lluís Batlle i Rossell
d770597dda
I wrote a bad 'name' for blender before. Fixing.
...
svn path=/nixpkgs/trunk/; revision=21674
2010-05-08 22:33:20 +00:00
Lluís Batlle i Rossell
c82a9ac921
Updating blender
...
svn path=/nixpkgs/trunk/; revision=21670
2010-05-08 21:25:56 +00:00
Marc Weber
aa037e3af6
also use gcc-4.2 for blender. gcc-4.3 is causing another segfault.
...
I haven't checked pre 2.49 though
svn path=/nixpkgs/trunk/; revision=15499
2009-05-07 14:51:29 +00:00
Marc Weber
16ca65b0c2
blender update to 2.48
...
adding some patches to compile dependencies and gav
svn path=/nixpkgs/trunk/; revision=15474
2009-05-06 16:06:36 +00:00
Marc Weber
106c67b9db
updated blender
...
svn path=/nixpkgs/trunk/; revision=12180
2008-06-24 01:57:12 +00:00
Marc Weber
bc8505609d
blender compiles with physics engine now
...
svn path=/nixpkgs/trunk/; revision=11826
2008-05-14 13:39:20 +00:00
Yury G. Kudryashov
5bca69ac34
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Yury G. Kudryashov
8779bd4232
Removed unneeded cmake dependency for blender
...
svn path=/nixpkgs/trunk/; revision=10332
2008-01-28 19:39:27 +00:00
Marc Weber
30669073d5
blender default.nix
...
svn path=/nixpkgs/trunk/; revision=9813
2007-12-01 18:05:26 +00:00