Bug 171559 - games-sports/xmoto-0.2.7 version bump
Bug#: 171559 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: genstef@gentoo.org Reported By: fellner@gmx.de
Component: Games
URL:  http://xmoto.tuxfamily.org
Summary: games-sports/xmoto-0.2.7 version bump
Keywords:  
Status Whiteboard: 
Opened: 2007-03-20 13:56 0000
Description:   Opened: 2007-03-20 13:56 0000
There is a new version of xmoto: 0.2.7.
http://sourceforge.net/projects/xmoto says, xmoto is not anymore under active
development, the latest available version here is 0.2.6.
Probably it would be good to change the download to:
http://download.tuxfamily.org/xmoto/xmoto/0.2.7/xmoto-0.2.7-src.tar.gz

As the latest version bumps, this one builds fine just with copying the latest
ebuild. But i didn't look if there are some new configure-options.

Since 0.2.4 (i think), xmoto does not contain anymore the bin "xmoto-edit". It
became a seperate package. If there is the need to get it back, probably create
a new ebuild.

The easiest way to create xmoto-levels is using inkscape, so it would be nice
to add a useflag "inkscape" or anything like that, to install the necessary
(python)-scripts.
svg2lvl: http://prdownloads.sourceforge.net/xmoto/svg2lvl-0.3.0.tar.gz?download
HowTo: http://wiki.xmoto.free.fr/index.php?title=Inkscape-0.3.0#GNU.2FLinux

Reproducible: Always

------- Comment #1 From Franz Fellner 2007-03-20 17:30:23 0000 -------
Created an attachment (id=113891) [details]
games-sports/xmoto-0.2.7  : added IUSE="svg2lvl"

Added IUSE"svg2lvl", which installs the needed inkscape-extensions
You need >=inkscape-0.45.
Updated SRC_URI to new server
Updated HOMEPAGE

------- Comment #2 From Mr. Bones. 2007-03-20 19:30:36 0000 -------
svg2lvl is not a very descriptive name.  "editor" seems to be a fairly common
use flag for installing the game editor as well as the game.

------- Comment #3 From Stefan Schweizer 2007-03-20 21:22:00 0000 -------
thanks, committed with editor use flag!

------- Comment #4 From Franz Fellner 2007-03-21 11:49:20 0000 -------
(In reply to comment #2)
> svg2lvl is not a very descriptive name.  "editor" seems to be a fairly common
> use flag for installing the game editor as well as the game.
> 
You are right.
But xmoto-edit still exists, and i wanted to point out that it is not the
common xmoto-edit, but a plugin to create xmoto-lvls from svg-files.

But it seems that xmoto-edit isn't the first choice for creating levels, but
inkscape, so "editor"-Flag is just fine.

As xmoto-edit isn't installed anymore with standard-xmoto-src there is another
bugfix to the ebuild:
In src_install, you shouldn't do the "domenu extra/xmoto-edit.desktop"

------- Comment #5 From Franz Fellner 2007-03-21 12:30:00 0000 -------
Created an attachment (id=113964) [details]
games-sports/xmoto-0.2.7.ebuild

* Stopped trying to install a menuentry for xmoto-edit
* Added an einfo when having editor-FLAG set, with a link to the xmoto-wiki
* editor-flag now only installs the necessary files, not the TODO; AUTHORS, and
so on. Only *.inx, *.py, *.xml.

------- Comment #6 From Stefan Schweizer 2007-03-21 13:35:12 0000 -------
thanks, I added those extra changes too