gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, hwaccel, updated. release_0_8_9_final


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, hwaccel, updated. release_0_8_9_final-721-g60dc390
Date: Tue, 19 Apr 2011 13:56:46 +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, hwaccel has been updated
       via  60dc390604b29f511e115a7a0e8a7aa25efa2e46 (commit)
       via  4f5c52fedd80d27dbbb97cd2665f9868c61f1eb4 (commit)
       via  83c8c4530f0cda3163c0654bbb9f9a4577e25aa9 (commit)
       via  acde549921e80d717dd634688c8667c3498136bd (commit)
       via  efc1c72251ea10711d59d1e3a478e62fc9c2da1f (commit)
       via  bf3baf4a4b72647f7e8a7a8995d7571d083726bf (commit)
       via  6617dadb1a8fab666a19a1420b410efbb31b8c33 (commit)
       via  c9c761d1467d707fcb73e74f1e236bd9f03d2055 (commit)
       via  cccdbe9fbf889549d7e48db4a358f91b2dbcf8a3 (commit)
       via  a5b6f14cc13cee27af900ae43a9448ec9ecdd915 (commit)
       via  6b478714a7264187cce8bd6d24c458ed94441843 (commit)
       via  01751cbf0cb298150d37d436412143b58b108f73 (commit)
       via  fdc6996a8f946cb6919244ac407a0cb60ee5846e (commit)
       via  c492c1b5befccee4c4a36b700f7ea3ad93fc29be (commit)
       via  eeac240daa742ac711122e43d1d5fe4fa8adf111 (commit)
       via  5abc9a801d853b82c33f1747dfaf6495befa0247 (commit)
       via  a3fe4282d23219f5a4e071aba84ca16173069239 (commit)
       via  66a4323197e75066d9d478b0ffb737a78fd6aa74 (commit)
       via  72743434f9a593c7c0295b4c52ed624db2a8052a (commit)
       via  7d2d74e14031ca26dff087b5409e7fc262991cd8 (commit)
       via  bf6a9da94b9e25741625747bda84229f6e3fcaa1 (commit)
       via  1fa9d68365aa4877778939ce31e89187fa150125 (commit)
       via  361639dcdd2798487c7303c5d4dfe517fed5b8e6 (commit)
       via  fa6734bce7e70bfed07c1e1f6e63b2d7581b39d9 (commit)
       via  532d2072629b65e12a6822512d46d5b3ecef7de2 (commit)
       via  e3f0091dbe97f2e5fab4cc2fb68c10fc7e50ebdc (commit)
       via  e9c698081d52651b85f7f45aa90e9adfa00f74d4 (commit)
       via  734e8cef37409b0ac1af601a0829b69502825a96 (commit)
       via  cc7d689dc9ba1598da67cffe3ced66be5abb5059 (commit)
       via  e0057c027498e444e2dcf507d06db0fc7acbba68 (commit)
       via  dbc1dfcbce4adc41cf2d1e166213977af6368aba (commit)
       via  31f22043a830621ff3c75fbb98bccaf21cb13e99 (commit)
       via  b92fc82b9570674116b7526514570ea334b8534b (commit)
       via  04f168bc465df8e5c92997017c5a6bb984ccfacb (commit)
       via  48337fbebf187f8630411738030fb52213094a6e (commit)
      from  1b2b90e0e8c357096053ad9196d85dbe48bc0c9e (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=60dc390604b29f511e115a7a0e8a7aa25efa2e46


commit 60dc390604b29f511e115a7a0e8a7aa25efa2e46
Merge: 1b2b90e 4f5c52f
Author: Rob Savoye <address@hidden>
Date:   Sun Apr 17 18:18:40 2011 -0600

    big merge from master

diff --cc configure.ac
index d5bfb1c,c6e949e..4ae9cc1
--- a/configure.ac
+++ b/configure.ac
@@@ -28,9 -28,8 +28,9 @@@ dnl -----------------------------------
  dnl Figure out development tool stuff
  dnl --------------------------------------------------------
  
- AC_PROG_CC
  AC_PROG_CXX
+ AC_PROG_CC
 +AM_PROG_CC_C_O
  AC_EXEEXT
  AC_PROG_INSTALL
  

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

Summary of changes:
 Makefile.am                                       |    4 +
 NEWS                                              |    1 +
 configure.ac                                      |    2 +-
 gui/gnash.cpp                                     |   13 ++-
 gui/gtk/gtk.cpp                                   |    3 +
 gui/qt/Qt4Gui.cpp                                 |   15 ++-
 gui/qt/Qt4Gui.h                                   |    4 +
 gui/qt/kde3.am                                    |   34 +++---
 libcore/DisplayList.cpp                           |   12 ++-
 libcore/DisplayList.h                             |    8 +-
 libcore/DisplayObject.cpp                         |    6 +-
 libcore/MovieClip.cpp                             |    7 +-
 libcore/as_object.cpp                             |   22 +++-
 libcore/asobj/Global_as.h                         |    2 -
 libcore/asobj/NetStream_as.cpp                    |  148 +++++++++------------
 libcore/asobj/NetStream_as.h                      |  142 +++++++++-----------
 libcore/asobj/Sound_as.cpp                        |   92 ++++++++-----
 libcore/asobj/flash/display/BitmapData_as.cpp     |    8 +-
 libcore/namedStrings.cpp                          |    2 +
 libcore/namedStrings.h                            |    2 +
 libcore/vm/ActionExec.cpp                         |    9 +-
 libmedia/ffmpeg/MediaParserFfmpeg.cpp             |   84 +++++++------
 macros/kde3.m4                                    |   12 +-
 plugin/npapi/plugin.cpp                           |   56 +++++---
 testsuite/MovieTester.cpp                         |    8 +-
 testsuite/actionscript.all/Sound.as               |   33 ++++-
 testsuite/misc-ming.all/easysound.as              |   19 +++-
 testsuite/misc-ming.all/eventSoundTest1.c         |   25 +++-
 testsuite/misc-ming.all/loop/loop_test-Runner.cpp |    2 +-
 testsuite/swfdec/PASSING                          |   10 ++
 utilities/processor.cpp                           |   46 +++++++
 31 files changed, 505 insertions(+), 326 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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