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
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
steven
9bfed1ac43
bump PKGNAME after python version switch
2007-10-08 08:22:38 +00:00
steven
110f1d4490
fix compilation with new sdl
2007-09-23 09:11:20 +00:00
steven
bc81956154
update to 2.45
...
add an icon
partly from Vlad Glagolev
2007-09-20 19:58:49 +00:00
simon
68a2007cc1
remove surrounding quotes from COMMENT/BROKEN/PERMIT_*
2007-09-15 20:09:40 +00:00
steven
fb293093af
update to 2.44
2007-05-25 12:19:14 +00:00
espie
0f5dc96ea1
say goodbye to GNU land.
2006-12-16 12:22:32 +00:00
espie
5b8b723bc3
zap unneeded 0.0
2006-09-18 11:50:39 +00:00
steven
4bbcbc2d95
unbreak build on OpenBSD 4.
2006-07-30 07:29:13 +00:00
steven
b45e9c6e07
update to blender 2.42
2006-07-26 06:45:27 +00:00
steven
68030ceb75
update to blender 2.41
...
from Matthias Kilian <kili at outback.escape.de>
2006-06-06 12:36:49 +00:00
steven
e65488ed3f
switch to python 2.4 and bump PKGNAME
2006-06-03 14:42:20 +00:00
steven
08c6d570f1
update to 2.37a; native build
...
help and ok naddy@, "looks good" aanriot@
2005-11-24 22:22:56 +00:00
fgsch
dbbbdb40da
guess what? more NEED_VERSION rm.
2002-12-29 20:08:46 +00:00
wilfried
0440d7845c
add specifier to RUN_DEPENDS and BUILD_DEPENDS
2002-06-09 05:31:40 +00:00
reinhard
be39df91d3
mark unbroken: mirrors available; Alex Kirmse
2002-05-20 10:33:11 +00:00
reinhard
f0f86b3fd2
mark BROKEN (no distfiles available)
...
from http://www.blender3d.com :
"The shareholders and directors of NaN Holding BV, owners of Blender,
have decided to terminate all activities of NaN Technologies BV and
apply for its bankruptcy at the Amsterdam court. It means that effective
today, all technology development and website activities around Blender
will be frozen."
2002-03-15 12:39:57 +00:00
naddy
e111c194cc
don't try to strip Linux-ELF executable; pointed out by and ok reinhard@
2001-12-13 22:20:28 +00:00
reinhard
863b7da65c
update to blender 2.23
...
- distinfo
2001-12-13 09:39:35 +00:00
espie
00ce723944
Kill remaining RUN_DEPENDS/BUILD_DEPENDS first parters.
2001-11-13 22:13:22 +00:00
naddy
15bc69a522
fix dependency: emulators/redhat_base -> emulators/redhat/base
2001-09-16 17:02:02 +00:00
reinhard
4a036549ef
Developed as the in-house software of a high quality animation
...
studio, Blender has proven to be an extremely fast and versatile
design instrument. The software has a personal touch, offering a
unique approach to the world of Three Dimensions. Use Blender to
create TV commercials, to make technical visualizations, business
graphics, to do some morphing, or design user interfaces. You can
easy build and manage complex environments. The renderer is versatile
and extremely fast. All basic animation principles (curves & keys)
are well implemented.
http://www.blender.nl/
2001-06-15 09:06:47 +00:00