Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376851 - dev-games/irrlicht-1.8.0_pre3843 version bump
Summary: dev-games/irrlicht-1.8.0_pre3843 version bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-29 07:07 UTC by Egor Y. Egorov
Modified: 2012-07-11 17:15 UTC (History)
2 users (show)

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


Attachments
irrlicht-1.8.0_pre3843.ebuild (irrlicht-1.8.0_pre3843.ebuild,1.55 KB, text/plain)
2011-07-29 07:07 UTC, Egor Y. Egorov
Details
irrlicht-9999-demoMake.patch (irrlicht-9999-demoMake.patch,25.06 KB, text/plain)
2011-07-29 07:08 UTC, Egor Y. Egorov
Details
irrlicht-9999-gentoo.patch (irrlicht-9999-gentoo.patch,3.44 KB, text/plain)
2011-07-29 07:09 UTC, Egor Y. Egorov
Details
irrlicht-9999-config.patch (irrlicht-9999-config.patch,1.47 KB, text/plain)
2011-07-29 07:09 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 2011-07-29 07:07:39 UTC
Created attachment 281379 [details]
irrlicht-1.8.0_pre3843.ebuild

This version of dev-games/irrlicht need for games-action/supertuxkart-0.7.2
Since there is no tarboll, source code taken from SVN.
Comment 1 Egor Y. Egorov 2011-07-29 07:08:38 UTC
Created attachment 281381 [details]
irrlicht-9999-demoMake.patch
Comment 2 Egor Y. Egorov 2011-07-29 07:09:07 UTC
Created attachment 281383 [details]
irrlicht-9999-gentoo.patch
Comment 3 Egor Y. Egorov 2011-07-29 07:09:29 UTC
Created attachment 281385 [details]
irrlicht-9999-config.patch
Comment 4 Fab 2011-11-05 10:25:59 UTC
When running supertuxkart built against the irrlicht engine compiled
from gamerlay I have this warning :

> !!!!! Performance warning: Irrlicht compiled with debug mode.!!!!!
> !!!!! This can have a significant performance impact         !!!!!

You should disable de debug mode when you compile the irrlicht engine :

> --- irrlicht-1.8.0_pre3843.ebuild.old	2011-11-05 10:38:11.000000000 +0100
> +++ irrlicht-1.8.0_pre3843.ebuild	2011-11-05 10:38:26.000000000 +0100
> @@ -44,7 +44,7 @@
>  src_compile() {
>  	cd source/Irrlicht
>  	tc-export CXX CC AR
> -	emake sharedlib staticlib || die "emake failed"
> +	emake NDEBUG=1 sharedlib staticlib || die "emake failed"
>  }
>
>  src_install() {
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2012-07-11 17:15:25 UTC
we'll pick up 1.8 when they release it.