r211 - in /packages/gnash/trunk/debian: README.Debian changelog control h2m/cygnal.1 h2m/gnash h2m/gnash.1 h2m/gprocessor.1 patches/series rules shlibs.local

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Wed Apr 9 10:32:16 UTC 2008


Author: baby-guest
Date: Wed Apr  9 10:32:16 2008
New Revision: 211

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=211
Log:
Merged latest changes


Modified:
    packages/gnash/trunk/debian/README.Debian
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/h2m/cygnal.1
    packages/gnash/trunk/debian/h2m/gnash
    packages/gnash/trunk/debian/h2m/gnash.1
    packages/gnash/trunk/debian/h2m/gprocessor.1
    packages/gnash/trunk/debian/patches/series
    packages/gnash/trunk/debian/rules
    packages/gnash/trunk/debian/shlibs.local

Modified: packages/gnash/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/README.Debian?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/README.Debian (original)
+++ packages/gnash/trunk/debian/README.Debian Wed Apr  9 10:32:16 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/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Wed Apr  9 10:32:16 2008
@@ -1,13 +1,45 @@
-gnash (0.8.1+cvs20080212.1133-2) UNRELEASED; urgency=low
+gnash (0.8.2-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
-  * Added versioned dependency libqt3-mt >= 3:3.3.8 to klash binary package
+  * New Upstream Release: First Beta Version. Closes: #469944
+    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
-  * Compare libqt3-mt-dev with 3:3.3.8 instead of 3.3.8 to check that it's
-    GPLv3 sompatible
-
- -- 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.
+  * Removed mtasc form build dependencies.
+  * Fixed shlibs.local
+
+ -- 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/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Wed Apr  9 10:32:16 2008
@@ -9,12 +9,11 @@
  libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev,
  libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
  libcaca-dev, libboost-date-time-dev, libavcodec-dev, libavformat-dev, libming-dev,
- libming-util, mtasc, libgstreamer-plugins-base0.10-dev, libqt3-mt-dev (>=3:3.3.8),
+ libming-util, libgstreamer-plugins-base0.10-dev, libqt3-mt-dev (>=3.3.8),
  libboost-serialization-dev, python, base-files (>= 4.0.1)
 Standards-Version: 3.7.3
 Section: utils
 Homepage: http://www.gnu.org/software/gnash/
-Vcs-Bzr: http://bzr.debian.org/bzr/pkg-flash/debian.sid
 DM-Upload-Allowed: yes
 
 Package: gnash-common
@@ -36,14 +35,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
@@ -55,12 +52,11 @@
 Package: klash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), libqt3-mt (>= 3:3.3.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 +75,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 +85,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 +95,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/trunk/debian/h2m/cygnal.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/cygnal.1?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/cygnal.1 (original)
+++ packages/gnash/trunk/debian/h2m/cygnal.1 Wed Apr  9 10:32:16 2008
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH CYGNAL "1" "February 2008" "cygnal cvs" "User Commands"
+.TH CYGNAL "1" "March 2008" "cygnal 0.8.2" "User Commands"
 .SH NAME
 cygnal \- streaming media server
 .SH SYNOPSIS

Modified: packages/gnash/trunk/debian/h2m/gnash
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gnash?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gnash (original)
+++ packages/gnash/trunk/debian/h2m/gnash Wed Apr  9 10:32:16 2008
@@ -8,6 +8,8 @@
   "--help")
     LD_LIBRARY_PATH="$LIB" $BIN/gnash --help | \
       grep --extended-regexp --regexp="^option|^$|^ |^key" | \
+      grep -v "^   Target: " | grep -v "^   Renderer: " | \
+      grep -v "^   Configured with: " | grep -v "^   CXXFLAGS: " | \
       awk '(p<2){if(NF==0){p++;next;}}{print}'
     ;;
    "--version")

Modified: packages/gnash/trunk/debian/h2m/gnash.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gnash.1?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gnash.1 (original)
+++ packages/gnash/trunk/debian/h2m/gnash.1 Wed Apr  9 10:32:16 2008
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GNASH "1" "February 2008" "gnash cvs" "User Commands"
+.TH GNASH "1" "March 2008" "gnash 0.8.2" "User Commands"
 .SH NAME
 gnash \- free Flash movie player
 .SH SYNOPSIS
@@ -101,10 +101,5 @@
 .TP
 CTRL\-L
 Force immediate redraw
-.IP
-Target:
-Renderer: agg \- GUI: GTK \- Media handler: gst
-Configured with: VERSION=cvs20080212 CFLAGS=\-Wall \fB\-g\fR \fB\-Werror\-implicit\-function\-declaration\fR \fB\-O2\fR \fB\-\-host\fR=\fIi486\-linux\-gnu\fR \fB\-\-build\fR=\fIi486\-linux\-gnu\fR \fB\-\-prefix=\fR/usr \fB\-\-mandir=\fR/share/man \fB\-\-infodir=\fR/share/info \fB\-\-enable\-plugin\fR \fB\-\-enable\-gui\fR=\fIgtk\fR,kde \fB\-\-enable\-cygnal\fR \fB\-\-enable\-gstreamer\fR \fB\-\-enable\-media\fR=\fIgst\fR \fB\-\-enable\-renderer\fR=\fIagg\fR \fB\-\-with\-plugindir=\fR/lib/gnash \fB\-\-enable\-shared\fR=\fIyes\fR \fB\-\-enable\-sdk\-install\fR \fB\-\-disable\-rpath\fR \fB\-\-enable\-lotsa\-warnings\fR \fB\-\-without\-gcc\-arch\fR
-CXXFLAGS: \fB\-g\fR \fB\-O2\fR \fB\-pthread\fR \fB\-pthread\fR     \fB\-W\fR     \fB\-Wall\fR     \fB\-Wcast\-align\fR     \fB\-Wcast\-qual\fR     \fB\-Wpointer\-arith\fR     \fB\-Wreturn\-type\fR      \fB\-fvisibility\-inlines\-hidden\fR
 .SH "SEE ALSO"
 You can find more information at http://www.gnu.org/software/gnash/

Modified: packages/gnash/trunk/debian/h2m/gprocessor.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gprocessor.1?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gprocessor.1 (original)
+++ packages/gnash/trunk/debian/h2m/gprocessor.1 Wed Apr  9 10:32:16 2008
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GPROCESSOR "1" "February 2008" "gprocessor (gnash cvs)" "User Commands"
+.TH GPROCESSOR "1" "March 2008" "gprocessor 1.0 (gnash 0.8.2)" "User Commands"
 .SH NAME
 gprocessor \- an SWF preprocessor for Gnash
 .SH SYNOPSIS

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Wed Apr  9 10:32:16 2008
@@ -1,4 +1,3 @@
 do-not-delete-gmo-files
-disable-testsuite.patch
-fix-upstream-manpage.patch
+#fix-upstream-manpage.patch
 gcc-4.3.patch

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Wed Apr  9 10:32:16 2008
@@ -11,7 +11,8 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
-BUILD_VERSION = cvs$(shell  head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/^.*cvs//' | sed 's/\..*-.*//')
+#BUILD_VERSION = cvs$(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/^.*cvs//' | sed 's/\..*-.*//')
+BUILD_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/^[()]//' | sed 's/-.*//')
 
 CFLAGS = -Wall -g -Werror-implicit-function-declaration
 
@@ -54,7 +55,8 @@
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
 	./configure VERSION="$(BUILD_VERSION)" CFLAGS="$(CFLAGS)" \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+		--prefix=/usr --mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info --disable-testsuite \
 		--enable-plugin --enable-gui='gtk,kde' --enable-cygnal \
 		--enable-gstreamer --enable-media=gst --enable-renderer=agg \
 		--with-plugindir=\$${prefix}/lib/gnash \
@@ -185,8 +187,8 @@
 	dh_builddeb
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.8.1+cvs$(VERSION_DATE)
-get-orig-source:
+VERSION_ID = 0.8.2+cvs$(VERSION_DATE)
+get-cvs-source:
 	echo Downloading gnash $(VERSION_ID) from CVS...
 	#test -e gnashd && exit
 	export CVS_RSH="ssh"; cvs -z3 -d:pserver:anonymous at cvs.sv.gnu.org:/sources/gnash co gnash

Modified: packages/gnash/trunk/debian/shlibs.local
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/shlibs.local?rev=211&op=diff
==============================================================================
--- packages/gnash/trunk/debian/shlibs.local (original)
+++ packages/gnash/trunk/debian/shlibs.local Wed Apr  9 10:32:16 2008
@@ -1,5 +1,6 @@
-libgnashserver 0.8.1 gnash-common (= ${binary:Version})
-libgnashgeo 0.8.1 gnash-common (= ${binary:Version})
-libgnashamf 0.8.1 gnash-common (= ${binary:Version})
-libgnashbase 0.8.1 gnash-common (= ${binary:Version})
-libgnashbackend 0.8.1 gnash-common (= ${binary:Version})
+libgnashserver 0.8.2 gnash-common (= ${binary:Version})
+libgnashgeo 0.8.2 gnash-common (= ${binary:Version})
+libgnashamf 0.8.2 gnash-common (= ${binary:Version})
+libgnashbase 0.8.2 gnash-common (= ${binary:Version})
+libgnashbackend 0.8.2 gnash-common (= ${binary:Version})
+libgnashmedia 0.8.2 gnash-common (= ${binary:Version})




More information about the pkg-flash-devel mailing list