Removes ssl from blender.
makes the following directorys not needed anymore:
blender/intern/keymaker
blender/source/blender/src/pub
blender/source/blender/encrypt
blender/source/blender/decrypt
blender/source/blender/sign
blender/source/blender/verify
It works with The Nan Makefiles and autoconf, could whoever is working
on the other build systems update them so we can nuke those directorys?
They won't do anything but I figured I'd leave them in for a week or so
to make things easyer on people.
Kent
- Update the upstream ODE site to it's current canonical location
- Update the location of bundled ODE to extern/
- Removed the manual unpacking of fmod for OSX, it's in lib/ now
- Add the #blendersauce irc channel to the contact information
- some minor cosmetic fixes
6. python22 ((addes the static lib for python) fink install python22)
You will probably want to select python22-nox-shlibs when
it asks you.
After you have done this you should install the mx lib from:
http://www.egenix.com/files/python/mxTextTools.html
Kent
A little looking shows that MacOSX uses OpenGL/blah.h
instead of GL/blah.h
Looks like time for more ifdef's
I also added a note to fink install cvs
(fixes a bug in the cvs you get by default with empty dirs)
Kent
--with-ssl=PFX Path to ssl files
--with-libjpeg=PFX Path to libjpeg files
--with-libpng=PFX Path to libpng files
--with-libz=PFX Path to libz files
--with-mozilla=PFX Path to mozilla files
(The mozilla one still needs some work but its a start)
I also cleaned up the blender/intern automake files a little as far as
the python stuff goes, it still isn't doing the correct thing in
intern/python/freeze but its a little closer I think.
Anyone that has ideas on this I'm all ears :)
Kent
--
mein@cs.umn.edu
I'm not an expert at this but I think I'm getting the hang of it quite nicely.
I added autoconf stuff for most of the intern dir. I move readme.txt to
README and added the following section to it:
*********************************************************************
*********************************************************************
We are in the process of moving things over to automake/autoconf
The old makefiles are still in place and will work. If you want to
get a working blender skip down to the next section and use this readme as
a guide.
If you want to play with the new autoconf environment you need to do the
following, inside this dir:
./bootstrap
mkdir ../newdir
cd ../newdir
../blender/configure
Take a look at INSTALL for options you can give to configure.
About half of the intern directory is done so you won't get very far.
If you want to work on fixing it you need to edit Makefile.am's and
configure.ac
after editing those files you need to run bootstrap again.
TODO to finish up the intern dir
Square away how ghost works.
(i.e. would be nice if under windows you could choose X11 or normal windows
libs, same with macos.. right now its a cludge and it doesn't do one explicitly
probably involves changing the way configure.ac picks stuff)
Get intern/python figured out.
Add the following to configure.ac
--with-openssl=dir
--with-mozilla=dir (get it so nspr is autodetected here)
--with-nspr=dir (incase in different dir)
--with-jpeg=dir
--with-png=dir
--with-zlib=dir
figure out why the heck the libtool that gets created is wrong on my
system (mein@cs.umn.edu) :)
Kent
--
mein@cs.umn.edu