gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, release_0_8_10, created. release_0_8_


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_10, created. release_0_8_9_final-1429-g4ae56c3
Date: Mon, 23 Jan 2012 20:02:02 +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, release_0_8_10 has been created
        at  4ae56c3121b4e2ae0e8e1586b733b07b5f852034 (commit)

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4ae56c3121b4e2ae0e8e1586b733b07b5f852034


commit 4ae56c3121b4e2ae0e8e1586b733b07b5f852034
Author: Rob Savoye <address@hidden>
Date:   Mon Jan 23 12:59:15 2012 -0700

    revert time interval/FPS change for now.

diff --git a/gui/Player.cpp b/gui/Player.cpp
index 84b9e7d..356fa2f 100644
--- a/gui/Player.cpp
+++ b/gui/Player.cpp
@@ -541,17 +541,8 @@ Player::run(int argc, char* argv[], const std::string& 
infile,
     _movieDef->completeLoad();
 
     if (! _delay) {
-        float fps = _movieDef->get_frame_rate();
-        log_debug(_("Movie Frame Rate is %d, adjusting delay"), fps);
-        // FIXME: this value is arbitrary, and will make any movie with
-        // less than 12 frames eat up more of the cpu. It should probably
-        // be a much lower value, like 2.
-        if (fps > 12) {
-            _delay = static_cast<int>(1000/fps);
-        } else {
-            // 10ms per heart beat
-            _delay = 10;
-        }
+        // 10ms per heart beat
+        _delay = 10;
     }
     // This is the time between the main loop waking up and processing
     // network messages, external calls, and displaying the next frame.

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


commit 2f6c188cc0cf4a13e2211daf82bad1dca61c210f
Author: Rob Savoye <address@hidden>
Date:   Mon Jan 23 12:58:13 2012 -0700

    change version to 0.8.10

diff --git a/packaging/snapshot.am b/packaging/snapshot.am
index 17ce6bd..3dbb7ad 100644
--- a/packaging/snapshot.am
+++ b/packaging/snapshot.am
@@ -25,9 +25,9 @@ BRANCH_REVNO  = "`if test -f revno.h; then grep "REVNO" 
revno.h | cut -d '"' -f
 BRANCH_NICK   = "`if test -f revno.h; then grep "NICK" revno.h | cut -d '"' -f 
2; fi`"
 
 # this is used for Debian style naming conventions
-NEXT_RELEASE = 0.8.10
-#SNAPSHOT_VERSION := 0.8.10
-SNAPSHOT_VERSION = $(NEXT_RELEASE)~git.$(BRANCH_NICK)$(BRANCH_REVNO)
+NEXT_RELEASE = 0.8.11
+SNAPSHOT_VERSION := 0.8.10
+#SNAPSHOT_VERSION = $(NEXT_RELEASE)~git.$(BRANCH_NICK)$(BRANCH_REVNO)
 
 # these is the directories where the snapshot gets built. Sources are
 # in the top level, the build goes in a _build subdirectory

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


commit 55dea8ba3849a0040951aa3e0fe7b12770f0b0b2
Author: Rob Savoye <address@hidden>
Date:   Mon Jan 23 12:57:46 2012 -0700

    change version to 0.8.10

diff --git a/configure.ac b/configure.ac
index f29eed7..5f161e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
MA  02110-1301  USA
 dnl  
 
 AC_PREREQ(2.59c)
-AC_INIT(gnash, 0.8.10dev)
+AC_INIT(gnash, 0.8.10)
 AC_CONFIG_SRCDIR([libcore/as_object.h])
 AC_CONFIG_HEADERS([gnashconfig.h])
 AC_CONFIG_MACRO_DIR([macros])

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


hooks/post-receive
-- 
Gnash



reply via email to

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