r205 - in /packages/gnash/branches/0.8.2/debian: README.Debian changelog control rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Fri Mar 7 09:07:52 UTC 2008


Author: baby-guest
Date: Fri Mar  7 09:07:52 2008
New Revision: 205

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=205
Log:
Updated to 0.8.2


Modified:
    packages/gnash/branches/0.8.2/debian/README.Debian
    packages/gnash/branches/0.8.2/debian/changelog
    packages/gnash/branches/0.8.2/debian/control
    packages/gnash/branches/0.8.2/debian/rules

Modified: packages/gnash/branches/0.8.2/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/README.Debian?rev=205&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/README.Debian (original)
+++ packages/gnash/branches/0.8.2/debian/README.Debian Fri Mar  7 09:07:52 2008
@@ -1,5 +1,27 @@
 Gnash for Debian
 ----------------
+
+0.8.2 is the first beta release of Gnash. Gnash supports many SWF v7
+features and ActionScript 2 classes. with growing support for SWF v8
+and v9. Gnash also runs on many GNU/Linux distributions, embedded
+GNU/Linux, FreeBSD, NetBSD, OpenBSD, non x86 processors, and 64 bit
+architectures.
+
+The plugin works best with Firefox 1.0.4 or newer, and
+should work in any Mozilla based browser. There is also a standalone
+player for GNOME or KDE based desktops.
+
+Gnash supports the majority of Flash opcodes up to SWF version 7, and
+a wide sampling of ActionScript 2 classes for SWF version 8.5. Flash
+version 9 and ActionScript 3 support is being worked on.  All the
+core ones are implemented, and many of the newer ones work, but may be
+missing some of their methods. If the browser only displays a blank
+window, it is likely because of an unimplemented feature. All
+unimplemented opcodes and ActionScript classes and methods print a
+warning when using -v with gnash or gprocessor. Using gprocessor -v is
+a quick way to see why a movie isn't playing correctly.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 07 Mar 2008 09:54:08 +0100
 
 Please make sure you  have a URL handling gstreamer plugin, such as
 gnomevfssrc, neonhttpsrc or souphttpsrc for playing NetStream playback.

Modified: packages/gnash/branches/0.8.2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/changelog?rev=205&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/changelog (original)
+++ packages/gnash/branches/0.8.2/debian/changelog Fri Mar  7 09:07:52 2008
@@ -1,11 +1,43 @@
-gnash (0.8.1+cvs20080212.1133-2) UNRELEASED; urgency=low
+gnash (0.8.2-1) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
+  * New Upstream Release: First Beta Version.
+    Improvements since the 0.8.1 alpha release are:
+    + Improved timeline redesign.
+    + Action execution order fixes.
+    + Keyboard handling improved.
+    + New classes implemented: System.capabilities (partial), SharedObject,
+        LocalConnection.
+    + New opcodes implemented: ActionImplements, Try/Throw.
+    + Movieclip.beginGradientFill completes drawing API support.
+    + MovieClip._lockroot support added.
+    + Implement GET/POST for MovieClip.loadVariables and MovieClip.loadMovie
+    + Textfield support improved.
+    + Security: configurable sandbox restricts filesystem access by movies.
+    + Better support for SWF8.
+    + Streaming OGG-contained multimedia (e.g. vorbis/theora or
+        vorbis/dirac), and other free formats.
+    + OGL and Cairo renderers much improved.
+    + Improvements of the Framebuffer GUI (hide text messages, support
+        Linux events system, built-in touchscreen calibration, simple
+        keyboard support, better architecture support).
+    + SOLdumper utility for reading SOL files ('flash cookies').
+    + DumpShm utility finds and dumps Local Connection memory segments.
+    + Fullscreen display possible.
+    + Extensions for LIRC and DBus.
+    + High quality, cross-platform psuedo-randomness using boost random.
+    + NPAPI (Mozilla) plugin: keyboard events work, navigation and
+        JavaScript from within movies.
+    + Set and save preferences from the GUI (GTK).
+    + Improved stability and robustness with malformed SWFs.
+    + New User manual! Rewritten reference manual, brought up to date.
+    + Many other bugfixes.
   * Added versioned dependency libqt3-mt >= 3.3.8 to klash binary package
     to prevent runtime dynamic linking against GPLv2. Closes: #464615
   * Shortened long description for most of binary packages. Closes: #423594
-
- -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 26 Feb 2008 14:24:40 +0100
+  * Updated package descriptions in debian/control and README.Debian file.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 07 Mar 2008 09:54:08 +0100
 
 gnash (0.8.1+cvs20080212.1133-1) unstable; urgency=low
 

Modified: packages/gnash/branches/0.8.2/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/control?rev=205&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/control (original)
+++ packages/gnash/branches/0.8.2/debian/control Fri Mar  7 09:07:52 2008
@@ -36,14 +36,12 @@
 Architecture: any
 Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
- The plugins are under heavy development at this time.
+ Gnash is a free GPL'd Flash movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
  .
  Gnash supports the majority of Flash opcodes up to SWF version 7, and
- a wide sampling of ActionScript classes for SWF version 8.5. All the
- core ones are implemented, and many of the newer ones work, but may be
- missing some of their methods.
+ a wide sampling of ActionScript 2 classes for SWF version 8.5. Flash
+ version 9 and ActionScript 3 support is being worked on. 
  .
  Included in the Gnash is an XML based messaging system, as specified in
  the Flash specification. This lets a flash movie communicate over a TCP/IP
@@ -58,9 +56,8 @@
 Depends: gnash-common (= ${binary:Version}), libqt3-mt (>= 3.3.8),
  ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - standalone player for KDE
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
- The plugins are under heavy development at this time.
+ Gnash is a free GPL'd Flash movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
  .
  Gnash supports the majority of Flash opcodes up to SWF version 7, and
  a wide sampling of ActionScript classes for SWF version 8.5. All the
@@ -79,8 +76,8 @@
 Architecture: any
 Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Command-line Tools
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror.
+ Gnash is a free GPL'd Flash movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
  .
  This package includes command-line utilities based in gnash.
 
@@ -89,8 +86,8 @@
 Architecture: any
 Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Media server
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror.
+ Gnash is a free GPL'd Flash movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
  .
  Cygnal is Gnash's media server.
 
@@ -99,17 +96,19 @@
 Architecture: any
 Depends: gnash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Plugin for Mozilla and derivatives
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror.
+ Gnash is a free GPL'd Flash movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
  .
- This package includes the plugin for Firefox/Mozilla Web Browser.
+ This package includes the plugin for Firefox/Mozilla Web Browser. The plugin
+ works best with Firefox 1.0.4 or newer, and should work in any Mozilla based
+ browser.
 
 Package: konqueror-plugin-gnash
 Section: utils
 Architecture: any
 Depends: klash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Plugin for Konqueror
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror.
+ Gnash is a free GPL'd Flash movie player, which works either standalone, or as
+ browser plugin for Firefox, Mozilla, and Konqueror.
  .
  This package includes the plugin for Konqueror.

Modified: packages/gnash/branches/0.8.2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/branches/0.8.2/debian/rules?rev=205&op=diff
==============================================================================
--- packages/gnash/branches/0.8.2/debian/rules (original)
+++ packages/gnash/branches/0.8.2/debian/rules Fri Mar  7 09:07:52 2008
@@ -185,7 +185,7 @@
 	dh_builddeb
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.8.1+cvs$(VERSION_DATE)
+VERSION_ID = 0.8.2+cvs$(VERSION_DATE)
 get-orig-source:
 	echo Downloading gnash $(VERSION_ID) from CVS...
 	#test -e gnashd && exit




More information about the pkg-flash-devel mailing list