Bug 44809 - scummvm-0.6.0.ebuild (update)
|
Bug#:
44809
|
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: stephan.schiffel@gmx.de
|
|
Component: Games
|
|
|
URL:
|
|
Summary: scummvm-0.6.0.ebuild (update)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-03-15 23:13 0000
|
Hi!
ScummVM 0.6.0, the famous interpreter for SCUMM-games and some others, was released today. Here is an ebuild for it, which has also some other improvements:
I don't know the policy for new USE_EXPANDs, but I have added one:
ENGINES - contains the engines to be built (if empty or undefined all engines get installed), possible values are described in the ebuild
If that is not a good solution then it could also be done by local useflags.
other changes:
- now uses the "flac" use flag and has media-libs/flac as dependency
- changed dependencies to state minimal versions (found in the configure script)
- now uses the "debug" use flag
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Where do you see that configure supports flac?
Sorry, my fault. It was in the daily snapshot yesterday, but obviously it has
not made it in the release.
a hint would be to use "use_enable " for those things instead of the
if-statements
confstr="`use_enable flac` `use_enable zlib` `use_enable debug` `use_enable
mad` `use_enable oggvorbis vorbis`"
I think all the engines should just be built-in. If scummvm had broader
application, it would make sense to make the configuration more fine-grained.
It's not going to change the size of the executable by much to just
put all the engines in. If there's a big demand for it later we can revisit
it.
btw... the use of src_unpack here is redundant. You just duplicate defaults
there.
(oops, missed that in my first lookover)
Bumped the version in CVS. Thanks for the bug report and ebuild.