Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310057 - media-gfx/glc-player - Open Source 3D viewer used to view 3d models
Summary: media-gfx/glc-player - Open Source 3D viewer used to view 3d models
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.glc-player.net/
Whiteboard: [rion-overlay]
Keywords: EBUILD, InOverlay
Depends on: 310053
Blocks:
  Show dependency tree
 
Reported: 2010-03-18 11:43 UTC by Egor Y. Egorov
Modified: 2012-10-25 13:49 UTC (History)
3 users (show)

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


Attachments
glc-player-2.1.0.ebuild (glc-player-2.1.0.ebuild,768 bytes, text/plain)
2010-03-18 11:44 UTC, Egor Y. Egorov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Y. Egorov 2010-03-18 11:43:33 UTC
Home: http://www.glc-player.net/

GLC_Player usage
3D models visualization in : COLLADA V1.4, 3DXML V3 & V4 (Ascii), OBJ, 3DS, STL (Ascii + binary), OFF and COFF format.
Visualization and management of many 3D models.
Production of quality snapshots for illustration with the possibility to modify materials properties and apply shaders.
Production of multi-shots (Turning table).
Production of album in html format
Création d'album au format html.

Reproducible: Always




Need glc-lib: http://bugs.gentoo.org/show_bug.cgi?id=310053
Sorry, my English is bad.
Comment 1 Egor Y. Egorov 2010-03-18 11:44:23 UTC
Created attachment 224095 [details]
glc-player-2.1.0.ebuild
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-03-21 18:38:48 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq

Comment 3 Thomas Capricelli 2012-08-14 18:13:36 UTC
The last version is 2.3.0
Renaming this ebuild to 2.3.9, you have to fix the pro file in the following way, and then it compiles/installs fine:
(at least if you use the glc-lib-2.2.0 from ticket #310053

--- glc_player.pro.previous     2012-08-14 20:12:18.492790833 +0200
+++ glc_player.pro      2012-08-14 20:12:26.040011099 +0200
@@ -22,8 +22,8 @@
 }
 
 unix { 
-    LIBS += -lGLC_lib
-    INCLUDEPATH += "/usr/local/include/GLC_lib"
+    LIBS += -lGLC_lib -lGLU
+    INCLUDEPATH += "/usr/include/GLC_lib"
 }
 
 TRANSLATIONS = ressources/glc_player_fr.ts
Comment 4 Egor Y. Egorov 2012-08-15 06:32:54 UTC
Thanks for report.
I pushed this in rion-overlay.
Please test.