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. release_0_8_9_final-


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-237-g369570e
Date: Sun, 10 Apr 2011 08:32:05 +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  369570e7d377fd68be9bab528574c5589383db19 (commit)
       via  715e5eaa10fc66237b4c064614d5e9f138399cb4 (commit)
       via  c713b69bf4804598dfb9cfbbd199a089937109b3 (commit)
       via  833db0ff30517a97eec5bbceedc035e7118fd80f (commit)
      from  98ad590a90177351c8dd3dfe4598acb6d4db5b6d (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=369570e7d377fd68be9bab528574c5589383db19


commit 369570e7d377fd68be9bab528574c5589383db19
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Apr 10 10:31:32 2011 +0200

    Installation instructions are in INSTALL.

diff --git a/README.git b/README.git
index 5eda34d..66ac0ca 100644
--- a/README.git
+++ b/README.git
@@ -54,4 +54,4 @@ on which you can run ./autogen.sh successfully, then move it 
back to the
 system you are trying to build on.
 
 Once ./autogen.sh completes successfully, you can go on with the normal
-instructions found in the README file.
+instructions found in the README and INSTALL files.

http://git.savannah.gnu.org/cgit//commit/?id=715e5eaa10fc66237b4c064614d5e9f138399cb4


commit 715e5eaa10fc66237b4c064614d5e9f138399cb4
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Apr 10 10:30:26 2011 +0200

    Update README with recent information.

diff --git a/README b/README
index 219f6c3..3d6a816 100644
--- a/README
+++ b/README
@@ -94,7 +94,7 @@ Approximately 400MB of virtual memory(RAM + swap) is also 
needed for linking.
 After installation, the temporary files may be removed with "make clean".
 
 Gnash has three main options: choice of renderer (graphics library used
-to render the SWF movie), choice(s) of GUI toolkit (gtk, kde, etc), and choice
+to render the SWF movie), choice(s) of GUI toolkit (gtk, qt4, etc), and choice
 of multimedia backend (audio and video decoder).
 
 Gnash supports multiple renderers. By default it'll build them all in
@@ -122,10 +122,10 @@ Gnash supports multiple graphics toolkits, and will build 
multiple
 executables:
 
    --enable-gui=gtk
-   --enable-gui=kde4
-or --enable-gui=gtk,kde4 (default)
+   --enable-gui=qt4
+or --enable-gui=gtk,qt4 (default)
 
-Other guis: dump, raw framebuffer, fltk, kde3, kde4, gtk, sdl, qtopia,
+Other guis: dump, raw framebuffer, fltk, kde3, qt4, gtk, sdl, qtopia,
 hildon, alp, riscos, aqua. Some guis are very specialized (dump writes
 out raw frames to a disk file). Other guis are not very well supported
 and may not even compile (aqua). 
@@ -167,13 +167,9 @@ be installed for the sole user running 'make 
install-plugins'.
 Keep this in mind as you likely don't want to install plugins
 only for the root user...
 
-You no longer need the Mozilla or Firefox development packages to
-build Gnash. All the required files are now included in Gnash, so the
-plugin can be built whenever the main gnash program can be built.
-
 To build Klash, the Konqueror plugin, you need to have the KDE
-development packages installed. This now installs a KDE executable
-called "kde-gnash" that is used by this plugin.
+development packages installed. This now installs a Qt executable
+called "qt4-gnash" that is used by this plugin.
 
 The Gnash Community:
 --------------------

http://git.savannah.gnu.org/cgit//commit/?id=c713b69bf4804598dfb9cfbbd199a089937109b3


commit c713b69bf4804598dfb9cfbbd199a089937109b3
Merge: 833db0f 98ad590
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Apr 10 10:10:36 2011 +0200

    Merge branch 'master' of git.sv.gnu.org:/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=833db0ff30517a97eec5bbceedc035e7118fd80f


commit 833db0ff30517a97eec5bbceedc035e7118fd80f
Author: Benjamin Wolsey <address@hidden>
Date:   Sat Apr 9 13:17:46 2011 +0200

    Split long line.

diff --git a/libcore/asobj/flash/display/BitmapData_as.cpp 
b/libcore/asobj/flash/display/BitmapData_as.cpp
index 97c27ca..562a46c 100644
--- a/libcore/asobj/flash/display/BitmapData_as.cpp
+++ b/libcore/asobj/flash/display/BitmapData_as.cpp
@@ -201,7 +201,8 @@ struct CopyChannel
     boost::uint32_t operator()(typename iterator_type::value_type p) const {
         // If multiple source channels, we set the destination channel
         // to black. Else to the value of the requested channel.
-        const boost::uint8_t val = _multiple ? 0 : 
getChannel(boost::get<0>(p), _srcchans);
+        const boost::uint8_t val = _multiple ?
+            0 : getChannel(boost::get<0>(p), _srcchans);
         return setChannel(boost::get<1>(p), _destchans, val);
     }
 

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

Summary of changes:
 README                                        |   16 ++++++----------
 README.git                                    |    2 +-
 libcore/asobj/flash/display/BitmapData_as.cpp |    3 ++-
 3 files changed, 9 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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