Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137547 - scummvm links against libfluidsynth without a dep
Summary: scummvm links against libfluidsynth without a dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-22 00:30 UTC by Colin Macdonald
Modified: 2006-06-22 00:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Macdonald 2006-06-22 00:30:05 UTC
During the built process, scummvm checks for fluidsynth:

  Checking for libfluidsynth... yes

and if found, it links against it, but fluidsynth is not listed as a dependency.  This causes problems for binary packages (which is how I noticed).

Notice from "./configure --help":
  --with-fluidsynth-prefix=DIR  Prefix where libfluidsynth is installed (optional)
  --disable-fluidsynth     disable fluidsynth MIDI driver [autodetect]

We definitely do not want to autodetect.  I didn't see a midi use flag but this feature should either be controlled with a use flag or forced on or off.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2006-06-22 00:53:18 UTC
yep.  Fixed in cvs.  Thanks for the bug report.