[Bf-committers] Experimental Debian package of Fre Blender is now available

Mario Latronico bf-committers@blender.org
Mon, 9 Dec 2002 19:48:54 +0000


On Tue, 10 Dec 2002 00:17:57 +0900
Masayuki Hatta <mhatta@po.airs.net> wrote:

> Finally I got some free time to prepare an experimental Debian package
> of Free Blender for your amusement.  Note that this package is built
> on sid, so may not work on woody.

Wonderful idea!!! :))
 
> o Python stuff are not installed.  I don't know so much about Python,
>   I appreciate your suggestion.

Are you sure ? 
ldd `which blender.bin` give this:

       libpython2.2.so.0.0 => /usr/lib/libpython2.2.so.0.0 (0x40093000)

among other dipendencies
and i make a quick test in a script window doing :
import Blender
print dir(Blender)

it gives as we should expect (i think):
['BGL', 'Camera', 'Const', 'Draw', 'Get', 'Image', 'Ipo', 'Lamp',
'Material', 'NMesh', 'Object', 'Redraw', 'Scene', 'Set', 'Text',
'Types', 'Window', 'World', '__doc__', '__name__', 'bylink', 'link',
'sys']

Is this correct ?

> o Maybe I should break the package up into several parts, like
>   blender, libblender0 and libblender-dev.  Or I might have to call it
>   blender-publisher or whatever.  I'm not sure.

blender.bin is ok for me, but perhaps blender is better :))

I see a  /usr/lib/libblender_intern.so , probabily libblender0
is better in my opinion

> The build process is kinda automated(but still need some human
> intervention), so I think I can update the package fairly often, in a
> "nightly-build" manner.

This is another wonderful idea :))
 
> Anyway I really appreciate your feedback, suggestion, patches, etc.
> Send me mail.

Thank you !!!