Bug 118909 - games-sports/trigger-0.5.2.ebuild (Update)
Bug#: 118909 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: jaz@positro.net
Component: Games
URL:  http://www.positro.net/trigger/
Summary: games-sports/trigger-0.5.2.ebuild (Update)
Keywords:  
Status Whiteboard: 
Opened: 2006-01-13 12:24 0000
Description:   Opened: 2006-01-13 12:24 0000
Hiya,

Here's an updated ebuild for the latest version of Trigger.

This version contains a copy of the latest GLEW, and so no longer requires the
GLX detection patch.  I (the author) also changed my name some time ago, and
0.5.2 reflects this.

Thanks,

- Jaz

------- Comment #1 From Jasmine Langridge 2006-01-13 12:25:29 0000 -------
Created an attachment (id=77024) [details]
The new ebuild

------- Comment #2 From Stefan Schweizer 2006-01-13 13:10:35 0000 -------
I just worked on modular depends for this and noticed your bug.
I get a compile failure with gcc4 and latest ~x86 gentoo here:
http://genstef.homelinux.org/5533-trigger-0.5.2.log

Can you please have a look at it?

------- Comment #3 From Jasmine Langridge 2006-01-14 02:12:29 0000 -------
(In reply to comment #2)
> I just worked on modular depends for this and noticed your bug.
> I get a compile failure with gcc4 and latest ~x86 gentoo here:
> http://genstef.homelinux.org/5533-trigger-0.5.2.log
> 
> Can you please have a look at it?
> 

There were a couple of mistakes that the latest compiler was more strict about.
(Using "" instead of <>, and making sure to declare types up front.)

The updated source is now available at
http://files.scapecaster.com/posit/trigger-0.5.2-src.tar.bz2

Thanks,

- Jaz

------- Comment #4 From Stefan Schweizer 2006-01-14 03:00:37 0000 -------
one include is not found on my system

sed -i 's:#include <GL/glew.h>:#include "glew.h":' src/glew/GL/glxew.h
helps to fix it.

Oh, and please do not swap the tarballs again. It breaks md5sums in portage.
Rather release a 0.5.2.1 including the fixes.

The ebuild diff against the old one:
http://genstef.homelinux.org/triggerdiff
Is that ok with you?

------- Comment #5 From Mr. Bones. 2006-01-14 14:31:35 0000 -------
Version bumped in portage.  Thanks for the bug report and patches.