Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.18 grimoire by Eric Sandall (a2ce9f732282588a15950c2f5301b174a3b52259)

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 stable-0.18 grimoire by Eric Sandall (a2ce9f732282588a15950c2f5301b174a3b52259)
  • Date: Thu, 6 Mar 2008 13:06:24 -0600

GIT changes to stable-0.18 grimoire by Eric Sandall <sandalle AT sourcemage.org>:

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

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

VERSION: 0.18-1

commit fb2a840b8a77034017eb5601f220bfcc4e684eb3
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
(cherry picked from commit 44f025c1c63e2f301d1a14f555b399e755271d18)

diff --git a/VERSION b/VERSION
index 3a48bc1..6b28399 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.18-0
+0.18-1
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
+



  • [SM-Commit] GIT changes to stable-0.18 grimoire by Eric Sandall (a2ce9f732282588a15950c2f5301b174a3b52259), Eric Sandall, 03/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page