Bug 91356 - tmw 0.0.12 [new eBuild] (The Mana World)
|
Bug#:
91356
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: otaku@bebop.ath.cx
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: tmw 0.0.12 [new eBuild] (The Mana World)
|
|
Keywords: EBUILD, REQUEST
|
|
Status Whiteboard:
|
|
Opened: 2005-05-03 13:52 0000
|
The Mana World (TMW) is a serious effort to create an innovative free and open
source MMORPG. TMW uses 2D graphics and aims to create a large and diverse
interactive world.
Reproducible: Always
Steps to Reproduce:
since you inherit games, the default src_compile is the same as you've written,
so there's no reason to dupliate it
the `make` command in src_install is missing a '|| die' at the end of it
.desktop files go into /usr/share/applications/ and nowhere else (no subdirs or
anything) ... same goes for icons in /usr/share/pixmaps/
ok, i fixed up the last few issues and added to portage, thanks
Would it be possible to add a flag for opengl mode.
When compiling from (CVS')source those are the steps:
./autogen
./configure
make -f makefile.opengl
Don't know how does that translate to an ebuild.
why does it matter ? if tmw uses sdl you can use the SDL opengl interface
why does it matter ? if tmw uses sdl you can use the SDL opengl interface
I don't know if this works this way, but i think that if you don't compile tmw with opengl support you can't use the opengl SDL interface.
By the way, how do change to the opengl SDL anyway?
set the SDL_VIDEODRIVER env variable
i'm running tmw and it seems to be using OpenGL, but i dont really have a way to test it that i know of
so if opengl is incomplete there's no point in trying to support it now :p
and when that day comes we'll add it to the ebuild :P
I didn't ask to include right now, is not a priority but if someone wants to
make one, I'll be grateful because i could use it for testing purposes.
OpenGl will be fixed with our next release (will hopefully be around June, 1st)
Mra
Yes, in current cvs those bars are already fixed.
Btw, I've added to configure --with-opengl option, without this option tmw
doesnt link with and use opengl and vice-versa.
Thank you, Mateusz Kaduk.
Someday that check will go because the aim of the developers is to create a
single executable which can switch between opengl and sdl on demand.