r350 - in /packages/gnash/trunk/debian: changelog patches/disable_fvisibility-inlines-hidden patches/kde_include_types.patch patches/release_version.patch patches/series

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Mon Sep 21 21:33:57 UTC 2009


Author: miriam
Date: Mon Sep 21 21:33:57 2009
New Revision: 350

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=350
Log:
New Upstream Release


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden
    packages/gnash/trunk/debian/patches/kde_include_types.patch
    packages/gnash/trunk/debian/patches/release_version.patch
    packages/gnash/trunk/debian/patches/series

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=350&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Mon Sep 21 21:33:57 2009
@@ -1,6 +1,26 @@
-gnash (0.8.5-2) UNRELEASED; urgency=low
-
-  [ Miriam Ruiz ]
+gnash (0.8.6-1) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]
+  * New Upstream Release
+    + TextSnapshot, Camera, Microphone, TextField and TextFormat
+      implemented.
+    + ASSetNative, ASSetNativeAccessor, ASconstructor implemented.
+    + New utilities for finding input devices for Camera and Microphone.
+    + PyGTK module support and Custom Gnash GTK widget.
+    + Better A/V synchronization.
+    + Various improvements to text handling and formatting.
+    + Code refactoring:
+    + Fix bitmap smoothing handling in AGG renderer.
+    + Native and built-in functions properly separated, more native
+      functions added.
+    + AmigaOS4 support (gui and sound handler)
+    + Fixes to XMLSocket crash and event order.
+    + Performance improvement for SDL gui.
+    + Corrected timing of various AS events, fixing various SWFs that
+      rely on them.
+    + Rudimentary AVM2 implementation.
+    + Fixed bugs found since since the 0.8.5 release.
+    + Improved RTMP support in Cygnal.
   * Cleaned debian/rules. Thanks to Felix Salfelder <felix at salfelder.org>
   * Fixed klash-opengl dependencies. It was not installable.
   * Upgraded Standards-Version to 3.8.3
@@ -9,7 +29,7 @@
   * Remove hardcoded libqt3-mt dependency.  It was only there for GPLv3
     compliance, and we don't need it with Qt4.
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 11 Sep 2009 01:39:02 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 21 Sep 2009 23:26:59 +0200
 
 gnash (0.8.5-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden?rev=350&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden (original)
+++ packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden Mon Sep 21 21:33:57 2009
@@ -5,11 +5,9 @@
 
 Thanks to Sylvain Beucler for finding the problem.
 
-Index: gnash-0.8.4/configure.ac
-===================================================================
---- gnash-0.8.4.orig/configure.ac	2008-10-15 14:28:58.000000000 +0200
-+++ gnash-0.8.4/configure.ac	2008-10-15 14:29:04.000000000 +0200
-@@ -2046,7 +2046,7 @@
+--- gnash-0.8.6.orig/configure.ac
++++ gnash-0.8.6/configure.ac
+@@ -2267,7 +2267,7 @@
    ]
  )
  

Modified: packages/gnash/trunk/debian/patches/kde_include_types.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/kde_include_types.patch?rev=350&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/kde_include_types.patch (original)
+++ packages/gnash/trunk/debian/patches/kde_include_types.patch Mon Sep 21 21:33:57 2009
@@ -1,7 +1,5 @@
-Index: gnash-0.8.4/gui/kde.cpp
-===================================================================
---- gnash-0.8.4.orig/gui/kde.cpp	2008-10-15 14:28:58.000000000 +0200
-+++ gnash-0.8.4/gui/kde.cpp	2008-10-15 14:29:04.000000000 +0200
+--- gnash-0.8.6.orig/gui/kde.cpp
++++ gnash-0.8.6/gui/kde.cpp
 @@ -36,6 +36,7 @@
  #endif
  #include "Range2d.h"

Modified: packages/gnash/trunk/debian/patches/release_version.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/release_version.patch?rev=350&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/release_version.patch (original)
+++ packages/gnash/trunk/debian/patches/release_version.patch Mon Sep 21 21:33:57 2009
@@ -1,8 +1,6 @@
-Index: gnash-0.8.4/libnet/Makefile.am
-===================================================================
---- gnash-0.8.4.orig/libnet/Makefile.am	2008-10-24 22:59:52.000000000 +0200
-+++ gnash-0.8.4/libnet/Makefile.am	2008-10-24 23:00:04.000000000 +0200
-@@ -32,6 +32,8 @@
+--- gnash-0.8.6.orig/libnet/Makefile.am
++++ gnash-0.8.6/libnet/Makefile.am
+@@ -34,6 +34,8 @@
  	$(BOOST_LIBS) \
  	$(PTHREAD_LIBS)
  
@@ -11,11 +9,9 @@
  localedir = $(datadir)/locale
  
  INCLUDES = \
-Index: gnash-0.8.4/plugin/mozilla-sdk/Makefile.am
-===================================================================
---- gnash-0.8.4.orig/plugin/mozilla-sdk/Makefile.am	2008-10-24 23:39:18.000000000 +0200
-+++ gnash-0.8.4/plugin/mozilla-sdk/Makefile.am	2008-10-24 23:40:06.000000000 +0200
-@@ -37,6 +37,8 @@
+--- gnash-0.8.6.orig/plugin/mozilla-sdk/Makefile.am
++++ gnash-0.8.6/plugin/mozilla-sdk/Makefile.am
+@@ -38,6 +38,8 @@
  # noinst_LTLIBRARIES = libmozsdk.la
  pkglib_LTLIBRARIES = libmozsdk.la
  

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=350&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Mon Sep 21 21:33:57 2009
@@ -4,4 +4,4 @@
 #netstreamgst_free.patch
 #fix_byte_size.patch
 release_version.patch
-libltdl.patch
+#libltdl.patch




More information about the pkg-flash-devel mailing list