Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27101 - new ebuild for K-3D modeling system
Summary: new ebuild for K-3D modeling system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Brandy Westcott (RETIRED)
URL: http://k3d.sourceforge.net/new/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-08-22 02:59 UTC by Fragbeestje
Modified: 2020-08-14 11:10 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
k3d-0.2.5.4.ebuild (k3d-0.2.5.4.ebuild,1.30 KB, text/plain)
2003-09-08 17:20 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fragbeestje 2003-08-22 02:59:11 UTC
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.
Comment 1 Marc-Éric Dupuis 2003-09-08 14:19:31 UTC
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...
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2003-09-08 17:17:16 UTC
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.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2003-09-08 17:20:21 UTC
Created attachment 17300 [details]
k3d-0.2.5.4.ebuild
Comment 4 Brandy Westcott (RETIRED) gentoo-dev 2003-11-10 03:58:11 UTC
Thanks for the ebuilds Marc-
Comment 5 Brandy Westcott (RETIRED) gentoo-dev 2003-11-10 03:58:11 UTC
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. :)
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2003-11-10 04:25:22 UTC
Thank _you_, Brandy. I would never have been so patient to do this. Will
test it later.