Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14338] gnash 0.8.1 CONFIGURE options break recasts

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14338] gnash 0.8.1 CONFIGURE options break recasts
  • Date: 28 Feb 2008 03:21:40 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14338


sandalle AT sourcemage.org changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |sm-grimoire-
| |bugs AT lists.ibiblio.org
AssignedTo|sm-grimoire- |sandalle AT sourcemage.org
|bugs AT lists.ibiblio.org |




------- Additional Comments From sandalle AT sourcemage.org 2008-02-27 21:21
-------
Nevermind, while using GNASH_OPTS for all config_query_options isn't the best
idea, the problem appears to be this in CONFIGURE:
GNASH_SOUND=${GNASH_SOUND/SDL/sdl} &&
GNASH_SOUND=${GNASH_SOUND/GST/gstreamer} &&
GNASH_SOUND=${GNASH_SOUND/gst/gstreamer} &&

Which seems unneeded, as just after that there is:
config_query_list GNASH_SOUND \
"Which sound system do you want to use?" \
sdl gstreamer

and in DEPENDS:
depends $GNASH_SOUND

Testing a fix now.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page