Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (033c9484f2a1f14f9a69e065020601f1a41de0f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (033c9484f2a1f14f9a69e065020601f1a41de0f5)
  • Date: Sat, 20 Feb 2010 14:33:34 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/gnash/BUILD | 5 +++++
http/gnash/CONFIGURE | 8 +-------
http/gnash/HISTORY | 3 +++
3 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 033c9484f2a1f14f9a69e065020601f1a41de0f5
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/gnash: moved OPTS modifying code to BUILD according policy (thanks
to ruskie)

diff --git a/http/gnash/BUILD b/http/gnash/BUILD
index dd214c4..c680f94 100755
--- a/http/gnash/BUILD
+++ b/http/gnash/BUILD
@@ -1,4 +1,9 @@
CXXFLAGS=${CXXFLAGS/-Os/-O2}
CFLAGS=${CFLAGS/-Os/-O2}
OPTS="$GNASH_OPTS $OPTS" &&
+if [[ "$GNASH_MEMORY" == "posix" ]]; then
+ list_add OPTS "--with-shm=posix"
+else
+ list_add OPTS "--with-shm=sysv"
+fi &&
default_build
diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
index ffc5eb8..a8f96ea 100755
--- a/http/gnash/CONFIGURE
+++ b/http/gnash/CONFIGURE
@@ -30,10 +30,4 @@ config_query_list GNASH_MEDIA
\

config_query_list GNASH_RENDERER \
"Which renderer to use?" \
- cairo opengl agg &&
-
-if [[ "$GNASH_MEMORY" == "posix" ]]; then
- list_add OPTS "--with-shm=posix"
-else
- list_add OPTS "--with-shm=sysv"
-fi
+ cairo opengl agg
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index 6e9eb94..8fad12b 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,4 +1,7 @@
2010-02-19 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE, BUILD: moved OPTS modifying code to BUILD according
policy
+
+2010-02-19 Pol Vinogradov <vin.public AT gmail.com>
* CONFIGURE: options for Cygnal server, removed redundancy
* DETAILS: updated to 0.8.7
* DEPENDS: added dockbook-utils, openssh, openssl and python



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (033c9484f2a1f14f9a69e065020601f1a41de0f5), Pol Vinogradov, 02/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page