Author Topic: Glest 2.0.0 in the vanilla portage -- Gentoo  (Read 6378 times)

mattions

  • Guest
Glest 2.0.0 in the vanilla portage -- Gentoo
« on: 18 April 2006, 08:29:29 »
the new version of glest is already avaible troutgh the vanilla portage.

just
Code: [Select]
emerge --sync
Code: [Select]
emerge glest

Enjoy glest :)
« Last Edit: 1 January 1970, 00:00:00 by mattions »

Coz

  • Guest
(No subject)
« Reply #1 on: 4 May 2006, 19:45:09 »
coz@beast ~ $ emerge -pv glest

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] games-strategy/glest-2.0.0 63,668 kB

Total size of downloads: 63,668 kB
coz@beast ~ $ su
Password:
beast coz # emerge -q glest; exit

 :D

BTW, by vanilla you mean stable?
« Last Edit: 1 January 1970, 00:00:00 by Coz »

mattions

  • Guest
(No subject)
« Reply #2 on: 4 May 2006, 20:08:30 »
Yes stable...
no overlay to make ....

sorry if it was not clear :)
« Last Edit: 1 January 1970, 00:00:00 by mattions »

bodymind

  • Guest
(No subject)
« Reply #3 on: 30 May 2006, 00:02:05 »
I was playing glest 1.2.1 5minutes ago. i emerge glest 2.0.0 and:

bodymind@noway linux $ glest
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
« Last Edit: 1 January 1970, 00:00:00 by bodymind »

bobdva

  • Guest
Re: Glest 2.0.0 in the vanilla portage -- Gentoo
« Reply #4 on: 5 March 2007, 10:15:52 »
Quote from: "mattions"
the new version of glest is already avaible troutgh the vanilla portage.

just
Code: [Select]
emerge --sync
Code: [Select]
emerge glest
Enjoy glest :)

I've emerged glest-2.0.0-r1, and have got:
Code: [Select]
$ glest            
OpenAL Vendor: OpenAL Community
OpenAL Version: 1.1
OpenAL Renderer: Software
OpenAl Extensions: Software
Exception: Couldn't select audio context: ALC_INVALID_DEVICE

while all sound going through alsa (mplayer, xmms, quake3 etc) and  ~/.openalrc:
Code: [Select]
(define devices '(alsa))
(define alsa-out-device default)
(define alsa-in-device default)
(define speaker-num 2)

as well I've tried the simple ~/.openalrc:
Code: [Select]
(define devices '(alsa))

any ideas ?
« Last Edit: 1 January 1970, 00:00:00 by bobdva »

bobdva

  • Guest
Re: Glest 2.0.0 in the vanilla portage -- Gentoo
« Reply #5 on: 6 March 2007, 08:48:04 »
problem was solved with oss emulation in alsa (I've no oss in system, only alsa)
 ~/.openalrc is
Code: [Select]
(define devices '(oss))
« Last Edit: 1 January 1970, 00:00:00 by bobdva »