Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (44f025c1c63e2f301d1a14f555b399e755271d18)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (44f025c1c63e2f301d1a14f555b399e755271d18)
  • Date: Wed, 27 Feb 2008 21:37:58 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/gnash/CONFIGURE | 9 ++++++---
http/gnash/HISTORY | 5 +++++
2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 44f025c1c63e2f301d1a14f555b399e755271d18
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnash: Don't modify GNASH_SOUND outside of the config_query_list
Fixes Bug #14338

diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
index 55d2ac4..d028ed5 100755
--- a/http/gnash/CONFIGURE
+++ b/http/gnash/CONFIGURE
@@ -3,28 +3,31 @@ config_query_option GNASH_OPTS
\
y \
"--enable-nsapi" \
"--disable-nsapi" &&
+
config_query_option GNASH_OPTS \
"Enable support for the MIT-SHM X extension" \
n \
"--enable-mit-shm" \
"--disable-mit-shm" &&
+
config_query_option GNASH_OPTS \
"Makes the plugin write the currently playing SWF to
/tmp." \
n \
"--enable-write" \
"--disable-write" &&
+
config_query_list GNASH_GUI \
"Which GUI do you want to use?" \
GTK KDE &&
+
config_query_list GNASH_MEDIA \
"Which media backend do you want to use?" \
ffmpeg gstreamer libmad &&
+
config_query_list GNASH_RENDERER \
"Which renderer to use?" \
opengl agg &&
-GNASH_SOUND=${GNASH_SOUND/SDL/sdl} &&
-GNASH_SOUND=${GNASH_SOUND/GST/gstreamer} &&
-GNASH_SOUND=${GNASH_SOUND/gst/gstreamer} &&
+
# doesn't have much sense to keep this here but anyway...
config_query_list GNASH_SOUND \
"Which sound system do you want to use?" \
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index 02fc617..de1b4b7 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,7 @@
+2008-02-28 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Don't modify GNASH_SOUND outside of the config_query_list
+ Fixes Bug #14338
+
2008-01-02 Pol Vinogradov <vin.public AT gmail.com>
* INSTALL: switched to icecat{,-bin}

@@ -61,3 +65,4 @@

2007-03-08 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS,DEPENDS,PREPARE,BUILD,HISTORY: created spell
+




Archive powered by MHonArc 2.6.24.

Top of Page