Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438992 - games-strategy/uqm several fixes
Summary: games-strategy/uqm several fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 438980
  Show dependency tree
 
Reported: 2012-10-19 21:50 UTC by Julian Ospald
Modified: 2012-10-19 22:55 UTC (History)
0 users

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


Attachments
uqm-0.7.0-r2.ebuild.diff (uqm-0.7.0-r2.ebuild.diff,3.32 KB, patch)
2012-10-19 21:50 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2012-10-19 21:50:31 UTC
Created attachment 326980 [details, diff]
uqm-0.7.0-r2.ebuild.diff

instead of spamming bug reports I resolved the following issues on top of bug 438980
- build log not verbose
- compiler/CC is not respected
- CFLAGS are invoked two times
- "mv ./sc2/* ./" fails and is no longer needed
- src_unpack no longer needed (see bug 438980)
- unzip not needed
- virtual/pkgconfig missing from bdep
- missing flags for libsdl: joystick (needed to build), X, video, audio
- missing rdep+bdep sys-libs/zlib
- sdl-image is missing png useflag
- virtual/jpeg is not a dependency (runtime test, linkage check, no jpeg files in .uqm archives)
- virtual/opengl missing from rdep+bdep if opengl useflag is set (we have -lGL linkage then)
Comment 1 Julian Ospald 2012-10-19 22:55:04 UTC
+*uqm-0.7.0-r2 (19 Oct 2012)
+
+  19 Oct 2012; Julian Ospald <hasufell@gentoo.org> +uqm-0.7.0-r2.ebuild:
+  fix bug #438992 and #438980