Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118909 - games-sports/trigger-0.5.2.ebuild (Update)
Summary: games-sports/trigger-0.5.2.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://www.positro.net/trigger/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-13 12:24 UTC by Jasmine Langridge
Modified: 2006-01-14 14:31 UTC (History)
1 user (show)

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


Attachments
The new ebuild (trigger-0.5.2.ebuild,1.31 KB, text/plain)
2006-01-13 12:25 UTC, Jasmine Langridge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jasmine Langridge 2006-01-13 12:24:09 UTC
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 Jasmine Langridge 2006-01-13 12:25:29 UTC
Created attachment 77024 [details]
The new ebuild
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-13 13:10:35 UTC
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 Jasmine Langridge 2006-01-14 02:12:29 UTC
(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 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-14 03:00:37 UTC
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 Mr. Bones. (RETIRED) gentoo-dev 2006-01-14 14:31:35 UTC
Version bumped in portage.  Thanks for the bug report and patches.