Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131824 - new RDEPEND for games-strategy/glest-2.0.0 , blocks from playing the game.
Summary: new RDEPEND for games-strategy/glest-2.0.0 , blocks from playing the game.
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 12:36 UTC by Samuli Suominen (RETIRED)
Modified: 2006-05-01 14:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2006-04-30 12:36:44 UTC
In beginning (next to IUSE),

IUSE_VIDEO_CARDS="video_cards_ati"

and in RDEPEND,

video_cards_ati? ( >=media-libs/mesa-6.5 )

Because people using xf86-video-ati needs Mesa-6.5 to get OpenGL extension GL_ARB_texture_env_crossbar , media-libs/mesa-6.4.2 is too old.

without it, glest doesn't start.. -> RDEPEND
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2006-04-30 12:40:22 UTC
> Because people using xf86-video-ati needs Mesa-6.5 to get OpenGL extension
> GL_ARB_texture_env_crossbar , media-libs/mesa-6.4.2 is too old.

Ok, that was funny order of words.

s/Because//
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2006-04-30 12:44:06 UTC
In case anyone is intrested and end up here,

This is resolution for r100, and r200 type of cards using Mesa DRI, meaning cards from 7000 to 9250, IGP 320 and 340 and some other older IGP cards. Doesn't include cards like 9600 and beyond.. they are based on r300 series.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2006-04-30 22:45:57 UTC
It should be "video_cards_radeon" not "video_cards_ati" because Mesa 6.5 is part of package.masked X.org 7.1 and this has been changed. Changing resolution to LATER because this can't be added before these packages get out of package.mask.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-05-01 14:06:53 UTC
Actually, it's more WONTFIX due to the fact that someone can easily not have VIDEO_CARDS in their make.conf and could have manually installed their card driver.  We don't really have a sane way of checking for this.