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: Wed, 16 Apr 2008 20:26:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/16 20:26:44

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

Log message:
        It takes Ming 0.4.0.beta6 for SWFButton_setDepth.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6303&r2=1.6304
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.512&r2=1.513
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.190&r2=1.191

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6303
retrieving revision 1.6304
diff -u -b -r1.6303 -r1.6304
--- ChangeLog   16 Apr 2008 19:53:44 -0000      1.6303
+++ ChangeLog   16 Apr 2008 20:26:43 -0000      1.6304
@@ -1,5 +1,10 @@
 2008-04-16 Sandro Santilli <address@hidden>
 
+       * configure.ac, testsuite/misc-ming.all/Makefile.am:
+         It takes Ming 0.4.0.beta6 for SWFButton_setDepth.
+
+2008-04-16 Sandro Santilli <address@hidden>
+
        * server/sprite_instance.cpp (can_handle_mouse_event):
          A MovieClip can't handle mouse event if it's not enabled.
          If no 'enabled' member is found, sprite is considered

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.512
retrieving revision 1.513
diff -u -b -r1.512 -r1.513
--- configure.ac        15 Apr 2008 20:21:07 -0000      1.512
+++ configure.ac        16 Apr 2008 20:26:44 -0000      1.513
@@ -1431,6 +1431,8 @@
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040005 ])
 AM_CONDITIONAL(MING_SUPPORTS_STREAMING_SOUND,
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040006 ])
+AM_CONDITIONAL(MING_SUPPORTS_SWFBUTTON_SET_DEPTH,
+        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040006 ])
 
 if test x$cross_compiling = xno; then
   AC_ARG_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.190
retrieving revision 1.191
diff -u -b -r1.190 -r1.191
--- testsuite/misc-ming.all/Makefile.am 15 Apr 2008 10:36:32 -0000      1.190
+++ testsuite/misc-ming.all/Makefile.am 16 Apr 2008 20:26:44 -0000      1.191
@@ -201,7 +201,7 @@
        streamingSoundTest1-Runner 
 endif
 
-if MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER
+if MING_SUPPORTS_SWFBUTTON_SET_DEPTH
 check_PROGRAMS += \
        ButtonEventsTest \
        ButtonEventsTest-Runner 
@@ -1857,7 +1857,7 @@
        $(NULL)
 endif
 
-if MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER
+if MING_SUPPORTS_SWFBUTTON_SET_DEPTH
 TEST_CASES += \
        ButtonEventsTest-Runner \
        $(NULL)




reply via email to

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