gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac testsuite/misc-min...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac testsuite/misc-min...
Date: Fri, 09 Mar 2007 18:38:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/09 18:38:35

Modified files:
        .              : ChangeLog configure.ac 
        testsuite/misc-ming.all: Makefile.am 

Log message:
                * configure.ad: Add MAKESWF_SUPPORTS_PREBUILT_CLIPS conditional.
                * testsuite/misc-ming.all/Makefile.am: fix check rule
                  when building with Ming < 0.4.0-beta2.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2594&r2=1.2595
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.270&r2=1.271
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.77&r2=1.78

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2594
retrieving revision 1.2595
diff -u -b -r1.2594 -r1.2595
--- ChangeLog   9 Mar 2007 18:20:41 -0000       1.2594
+++ ChangeLog   9 Mar 2007 18:38:35 -0000       1.2595
@@ -1,5 +1,11 @@
+2007-03-09 Stuart Anderson <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: fix check rule
+         when building with Ming < 0.4.0-beta2.
+
 2007-03-09 Sandro Santilli <address@hidden>
 
+       * configure.ad: Add MAKESWF_SUPPORTS_PREBUILT_CLIPS conditional.
        * extensions/dejagnu/dejagnu.cpp, extensions/fileio/fileio.cpp:
          Use builtin_function and init_member for members initialization.
        * server/as_value.{cpp,h}, server/vm/ASHandlers.cpp,

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -b -r1.270 -r1.271
--- configure.ac        7 Mar 2007 15:11:24 -0000       1.270
+++ configure.ac        9 Mar 2007 18:38:35 -0000       1.271
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.270 2007/03/07 15:11:24 strk Exp $
+dnl $Id: configure.ac,v 1.271 2007/03/09 18:38:35 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -490,6 +490,7 @@
 
 AC_PATH_MING
 AM_CONDITIONAL(ENABLE_MING, [ test x"$MAKESWF" != x ])
+AM_CONDITIONAL(MAKESWF_SUPPORTS_PREBUILT_CLIPS, [ test $MING_VERSION_CODE -ge 
00040002 ])
 
 AC_ARG_WITH([swfdec_testsuite],
        AC_HELP_STRING([--with-swfdec-testsuite],

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- testsuite/misc-ming.all/Makefile.am 7 Mar 2007 15:11:24 -0000       1.77
+++ testsuite/misc-ming.all/Makefile.am 9 Mar 2007 18:38:35 -0000       1.78
@@ -86,18 +86,19 @@
        simple_loop_testrunner \
        action_execution_order_test \
        action_execution_order_extend_test \
-       KeyTest-Runner \
        loadMovieTest \
        loadMovieTestRunner \
-       intervalTestRunner \
        eventSoundTest1 \
        eventSoundTest1-Runner \
        DrawingApiTestRunner \
        $(NULL)
 
+if MAKESWF_SUPPORTS_PREBUILT_CLIPS
+check_PROGRAMS += KeyTest-Runner \
+       intervalTestRunner 
+endif
+
 check_SCRIPTS = \
-       VarAndCharClashTest-Runner \
-       gotoFrame2Test-Runner \
        timeline_var_test-Runner \
        place_object_testrunner \
        move_object_testrunner \
@@ -111,6 +112,11 @@
        gotoFrame2Test-Runner \
        $(NULL)
 
+if MAKESWF_SUPPORTS_PREBUILT_CLIPS
+check_SCRIPTS += VarAndCharClashTest-Runner \
+       gotoFrame2Test-Runner 
+endif
+
 # TESTS = \
 #      DefineEditTextVariableNameTest-Runner 
 
@@ -681,9 +687,12 @@
        intervalTestRunner \
        eventSoundTest1-Runner \
        DrawingApiTestRunner \
-       gotoFrame2Test-Runner \
        $(NULL)
 
+if MAKESWF_SUPPORTS_PREBUILT_CLIPS
+TEST_CASES += KeyTest-Runner \
+       gotoFrame2Test-Runner 
+endif
 
 check-DEJAGNU: site-update $(check_PROGRAMS)
        @runtest=$(RUNTEST); \




reply via email to

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