[Lunar-commits] <moonbase> gnash: version bumped to 0.8.8.

Florin Braescu florin at lunar-linux.org
Tue Aug 24 08:49:56 CEST 2010


commit 87faff248a5124c86616893fc449fdfe7af7b095
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Aug 24 09:49:56 2010 +0300

    gnash: version bumped to 0.8.8.
    
    Changes:
    - Gnash can switch at runtime between the Cairo, OpenGL,
    and AGG renderers.
    - Gnash can switch media handlers at runtime, too, between
    FFmpeg and Gstreamer,
    - Gnash can now decode video quickly on hardware compatible
    with the VAAPI library (a few NVidia, ATI, and Intel
    graphics processors)
    - Gnash now compiles faster due to reduced internal
    dependencies.
    - Scriptable Plugin support so Javascript in the browser can
    work with ActionScript in Gnash.
    - Improved input device handling when using a raw
    framebuffer.
---
 zbeta/gnash/DEPENDS |    6 +++++-
 zbeta/gnash/DETAILS |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/zbeta/gnash/DEPENDS b/zbeta/gnash/DEPENDS
index 88ad069..143252c 100644
--- a/zbeta/gnash/DEPENDS
+++ b/zbeta/gnash/DEPENDS
@@ -1,6 +1,10 @@
-depends gtk+-2
+depends gtkglext
 depends libxml2
 depends gstreamer-10
 depends curl
 depends agg
 depends boost
+depends pango
+depends atk
+depends freetype2
+depends ffmpeg
diff --git a/zbeta/gnash/DETAILS b/zbeta/gnash/DETAILS
index 9baebc6..2cd1b53 100644
--- a/zbeta/gnash/DETAILS
+++ b/zbeta/gnash/DETAILS
@@ -1,11 +1,11 @@
           MODULE=gnash
-         VERSION=0.8.6
+         VERSION=0.8.8
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://ftp.gnu.org/gnu/gnash/$VERSION
-      SOURCE_VFY=sha1:11c115f45b3803b157f65f30f1f65d26fea34328
+      SOURCE_VFY=sha1:d349e0321e7fe9abcd265d63ce282cd2a7ce59d3
         WEB_SITE=http://www.gnu.org/software/gnash
          ENTERED=20061118
-         UPDATED=20091001
+         UPDATED=20100824
            SHORT="A GNU Flash movie player"
 
 cat << EOF


More information about the Lunar-commits mailing list