pascal
50505ca8bc
Update to blender 2.74.
2015-04-01 21:26:40 +00:00
pascal
1681ceb428
Update to blender 2.73.
2015-01-10 00:30:48 +00:00
dcoppa
63f9f3563a
Fix -Werror=sign-conversion triggered in blf_glyph.c
...
(https://developer.blender.org/rB2420a3c189951dbe910bd65e3b2c58082bfb4b1b )
2014-12-25 22:44:42 +00:00
pascal
e56b210647
Update to blender 2.72b.
2014-11-21 18:55:16 +00:00
brad
ad030aa9c3
Sprinkle some comments.
...
ok pascal@
2014-11-04 06:02:40 +00:00
brad
644fd86483
Don't use malloc.h header on OpenBSD.
...
ok pascal@
2014-10-29 22:55:06 +00:00
pascal
517c4d8b2a
Fix build on i386. Reported by sthen@
2014-07-11 11:48:58 +00:00
pascal
01cc70a862
Add patch in attempt to fix an occasionally unmet dependency on buildinfo.h
...
problem reported by naddy@ sthen@ espie@, let's see if this fixes things.
2014-07-08 23:17:47 +00:00
pascal
fd2070837a
Update to blender 2.71.
2014-07-03 14:41:48 +00:00
rpointel
e9ce04d993
MODPY_VERSION was badly used in PLIST, hardcode 3.3 now.
...
spotted by naddy@ and sthen@, ok sthen@ for the fix.
2014-06-04 13:37:39 +00:00
brad
1464cee13a
Fix local patch so as to only include the backward compat wrapper function
...
when using older FFmpeg versions which fixes the build with newer FFmpeg.
ok pascal@
2014-05-05 07:49:56 +00:00
pascal
6cb2d30b2c
Enable OpenColorIO support.
2014-03-25 10:38:07 +00:00
pascal
74e8fea054
Update to latest version, blender 2.70. Switch to gcc 4.8.
2014-03-24 21:16:14 +00:00
landry
85ff25dc6d
Mark as BROKEN-powerpc, build keeps getting stuck infinitely on makesrna/intern/rna_nodetree_gen.c
2013-11-25 20:11:24 +00:00
sthen
701c91e413
kill VMEM_WARNING
2013-11-25 14:16:22 +00:00
landry
d5c002bbf5
Remove this patch, it makes no sense now and breaks the build on BE
...
archs since update to 2.67.
2013-11-17 11:43:09 +00:00
ajacoutot
5dd4c93d89
Bump after default py3 version switch.
2013-05-30 13:09:20 +00:00
jasper
3a3a2a5797
nojunk is already set by cmake.port.mk; pointed out by espie@
2013-05-21 12:31:51 +00:00
jasper
21ccc83333
set DPB_PROPERTIES=nojunk as this ends up in my build with "!".
...
ok pascal@ (MAINTAINER)
2013-05-21 07:33:06 +00:00
pascal
f7e16f1a4f
Update to blender 2.67.
2013-05-18 22:01:28 +00:00
nigel
3b58304cba
PYTHON_LIBRARY setting not required and wrong after python 3.2.4 update,
...
removed cmake finds the library now.
Ok Pascal Maintainer
2013-04-30 10:18:42 +00:00
espie
e4fa65e765
PERMIT_* / REGRESS -> TEST sweep
2013-03-11 11:10:51 +00:00
pascal
23b9d0352a
Fix copy-paste error breaking the build on powerpc.
...
ok aja@
2012-11-26 15:02:40 +00:00
ajacoutot
02b00762de
Recent update broke powerpc; mark it as such.
2012-11-24 08:36:26 +00:00
pascal
b8e5559059
Update to blender 2.64a.
2012-10-31 17:45:55 +00:00
landry
387d95e266
Mark as BROKEN-sparc64 because of horrible casts.
...
(CUdeviceptr)((uchar*)mem.device_pointer + offset)
-> error: cast from 'ccl::uchar*' to 'CUdeviceptr' loses precision
tried whacking it with some obvious hacks but failed.
2012-09-26 16:26:01 +00:00
pascal
3398ce5c83
Update to blender 2.63a, mostly bugfixes. While here, delete a non-working
...
mirror.
2012-05-14 18:31:43 +00:00
pascal
afc1d3acf2
Enable the new 'cycles' rendering engine. There may still be some rough edges,
...
but overall it is working well. Initially requested and tested by peters at
schwertfisch dot de (thanks).
Also, remove mention of ffmpeg flavour from DESCR.
2012-05-09 12:45:50 +00:00
pascal
ff89b11140
Update to blender 2.63. Get rid of ffmpeg flavour since it doesn't compile on
...
mips64el anyway, and enable ffmpeg unconditionally.
2012-05-07 15:45:42 +00:00
naddy
ce3281d632
just use statvfs() on OpenBSD and skip the misguided attempt to
...
check operating system features with __sparc__; ok pascal@
2012-04-16 12:03:25 +00:00
pascal
769cbec015
Add a FLAVOR for building blender with ffmpeg support.
...
Requested and tested by peters at schwertfisch dot de.
ok ajacoutot@
2012-04-02 07:11:46 +00:00
sthen
a6b6b5e408
OpenJPEG 1.5 uses 'OPJ_FALSE' rather than a namespace-polluting 'false',
...
adapt blender to use this. Fixes build problem reported by naddy@, ok pascal@.
Missed in my build tests of OpenJPEG due to outdated INDEX...
2012-03-30 14:51:55 +00:00
pascal
5c4031120f
Update blender to 2.62.
...
tested by armani@
minor tweaks and ok ajacoutot@
2012-02-26 20:37:25 +00:00
sthen
cca4b6f9f4
fix build with subversion 1.7.0 (blender build infrastructure used svnversion
...
to pick up a version number; this used to say "exported" when no .svn dir is
present, now it says "unversioned directory", the build infrastructure
can't handle the whitespace). it's useless anyway so just blank this out.
result is the same as the case where svn isn't installed, so not bothering
to bump.
problem reported by espie@ naddy@
2011-10-18 15:58:33 +00:00
espie
d6e7b9cbe6
normalize pkgpath
2011-09-16 10:02:36 +00:00
sthen
25ed732647
fix with openbsd!=4.x
2011-07-20 12:56:53 +00:00
jasper
eec0417831
bump after default python version switch
2011-06-08 17:31:05 +00:00
fgsch
8926e4c80c
remove dependency on python 2.5. some testing by me and searching online
...
agrees it's not needed. kili@ ok.
2011-03-23 12:10:54 +00:00
espie
88d20077a4
new depends
2010-11-17 08:05:12 +00:00
espie
8969e8459a
more WANTLIB
2010-11-09 09:14:31 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
sthen
3b2bbaacc0
Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
...
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
kili
92b0a6a1cc
Use the lang/python module.
...
No change in the generated package (except for the build time which
is compiled into the blender binary).
Now someone with enough blender skills should really try
wether it will still work if MODPY_VERSION is set to 2.6.
2010-09-19 13:03:33 +00:00
jasper
ca039694d4
- bump for pythonia
2010-08-30 21:24:15 +00:00
jasper
9c44bf5621
- fix potential 64-bit issue.
2009-11-01 13:10:52 +00:00
steven
46c07f985f
update to 2.49b (done at p2k9)
2009-10-25 22:41:24 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
espie
79f4e19201
fix a few deps
2009-03-15 18:29:31 +00:00
ajacoutot
e443758060
- use scons module
...
"go ahead" steven@
2007-12-12 15:14:30 +00:00
steven
8c15307f05
drop maintainership
2007-11-18 10:40:27 +00:00