K-3D is a free (as in freedom) 3D modeling, animation, and rendering system for GNU/Linux and Win32. K-3D features a robust, object-oriented plugin architecture. K-3D does not include its own renderer but instead relies on the presence of a RenderMan compliant renderer as a subsystem.
I tried to make an ebuild but during the "make" at compilation time the program tries to create a folder named /usr/dialogtemplates resulting in a sandbox access violation and I have no idea of how to solve this problem. The ebuild is there if anyone wants to take a look at it: http://www.megaoctet.net/~baal/k3d-0.2.5.4.ebuild.bz2 I have the impression that the author of the program did not do the things the way they should have been done, anyway if someone has an idea I would be glad to hear about it...
I made an ebuild, too - including dependencies. But the makefiles are a mess and they are working on k3d 3.x in cvs. After installing it, k3d is still yelling about some libs and uncommenting the gnome/kde desktop entry lines in the ebuild causes sandbox access violations. I'll attach my version, maybe there's anyone, who want's to patch those lousy makefiles.
Created attachment 17300 [details] k3d-0.2.5.4.ebuild
Thanks for the ebuilds Marc-
Thanks for the ebuilds Marc-Éric and Carlo. :) I've committed this package as media-gfx/k3d-0.2.5.4 This package needed quite a lot of work in order to make it work. Files were installed in rather strange places; the docbook xml files were broken; it would not compile using gcc3.3; rpaths needed to be specified; ELF library conflicts etc. Many of these issues have been fixed upstream so kd3-0.3 will hopefully make things easier to maintain. :)
Thank _you_, Brandy. I would never have been so patient to do this. Will test it later.