Bug 137547 - scummvm links against libfluidsynth without a dep
Bug#: 137547 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: cbm@m.fsf.org
Component: Games
URL: 
Summary: scummvm links against libfluidsynth without a dep
Keywords:  
Status Whiteboard: 
Opened: 2006-06-22 00:30 0000
Description:   Opened: 2006-06-22 00:30 0000
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 From Mr. Bones. 2006-06-22 00:53:18 0000 -------
yep.  Fixed in cvs.  Thanks for the bug report.