gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 3cf449590f72a785e7df


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 3cf449590f72a785e7dfb4f7948c04055b77c406
Date: Thu, 04 Nov 2010 10:19:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  3cf449590f72a785e7dfb4f7948c04055b77c406 (commit)
      from  5df8a9b767a65592073b9540cde8b411bef515da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=3cf449590f72a785e7dfb4f7948c04055b77c406


commit 3cf449590f72a785e7dfb4f7948c04055b77c406
Author: Benjamin Wolsey <address@hidden>
Date:   Thu Nov 4 11:11:58 2010 +0100

    Disable ming for versions less than 0.4, as neither misc-ming.all nor
    actionscript.all will build, and the tests that do often don't give
    the expected results.

diff --git a/configure.ac b/configure.ac
index 3169246..b25bf10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2176,26 +2176,26 @@ GNASH_PKG_FIND(fontconfig, [fontconfig/fontconfig.h], 
[fontconfig library], FcFo
 if test x$cross_compiling = xno; then
   AC_PATH_MING
 fi
-AM_CONDITIONAL(ENABLE_MING, [ test x"$MAKESWF" != x ])
+AM_CONDITIONAL(ENABLE_MING, [ test x"$MAKESWF" != x && test $MING_VERSION_CODE 
-ge 00040000 ])
 
 AM_CONDITIONAL(MING_VERSION_0_4,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040000  ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040000  ])
 AM_CONDITIONAL(MAKESWF_SUPPORTS_PREBUILT_CLIPS,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040002  ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040002  ])
 AM_CONDITIONAL(MING_SUPPORTS_INIT_ACTIONS,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040004  ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040004  ])
 AM_CONDITIONAL(MING_SUPPORTS_REPLACE_TAG,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040005 ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040005 ])
 AM_CONDITIONAL(MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040005 ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040005 ])
 AM_CONDITIONAL(MING_SUPPORTS_STREAMING_SOUND,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040006 ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040006 ])
 AM_CONDITIONAL(MING_SUPPORTS_SWFBUTTON_SET_DEPTH,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040006 ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040006 ])
 AM_CONDITIONAL(MING_VERSION_0_4_3,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040300 ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040300 ])
 AM_CONDITIONAL(MING_VERSION_0_4_4,
-        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040400 ])
+        [ ENABLE_MING && test $MING_VERSION_CODE -ge 00040400 ])
 
 if test x$cross_compiling = xno; then
   AC_ARG_WITH([swfdec_testsuite],
@@ -3548,7 +3548,8 @@ if test x"$testsuite" = x"yes"; then
       echo "        MAKESWF is $MAKESWF"
     else
       echo "        WARNING: You need to have the Ming utilities package" >&4
-      echo "                 installed to run most of the tests in Gnash 
testsuite." >&4
+      echo "                 version 0.4 or higher installed to run" >&4
+      echo "                 many of the tests in Gnash testsuite." >&4
       echo "                 Install it from http://www.libming.org"; >&4
       echo "                 or .deb users: apt-get install libming-util" >&4
     fi

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]