r38 - in /packages/gnash/trunk/debian: README.Debian TODO.Debian changelog control libgnash-dev.install libgnash0.install rules watch

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Dec 14 11:19:10 CET 2006


Author: baby-guest
Date: Thu Dec 14 11:19:09 2006
New Revision: 38

URL: http://svn.debian.org/wsvn/?sc=1&rev=38
Log:
0.7.2 Release


Added:
    packages/gnash/trunk/debian/TODO.Debian
    packages/gnash/trunk/debian/watch
Modified:
    packages/gnash/trunk/debian/README.Debian
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/libgnash-dev.install
    packages/gnash/trunk/debian/libgnash0.install
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/README.Debian?rev=38&op=diff
==============================================================================
--- packages/gnash/trunk/debian/README.Debian (original)
+++ packages/gnash/trunk/debian/README.Debian Thu Dec 14 11:19:09 2006
@@ -1,15 +1,40 @@
 gnash for Debian
 ----------------
 
-The first alpha release of Gnash has just been made at version
-0.7.1. Gnash is a GPL'd Flash movie player and browser plugin for
+The second alpha release of Gnash has just been made at version
+0.7.2. Gnash is a GPL'd Flash movie player and browser plugin for
 Firefox, Mozilla, Konqueror, and Opera. Gnash supports many SWF v7
-features and ActionScript3 classes. Gnash also runs on many GNU/Linux
+features and ActionScript2 classes. Gnash also runs on many GNU/Linux
 distributions, embedded GNU/Linux, FreeBSD, NetBSD, OpenBSD, non x86
 processors, and 64 bit architectures. Ports to Darwin and Windows are
 in progress for a future release. The plugin works best with Firefox
-1.5 or newer, and should work in any Mozilla based browser. There is
+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.
+
+Improvements since the 0.7.1 alpha release are:
+
+* Polling main loop replaced with event driven framework for GTK.
+* New GUI abstraction layer supporting GTK2, KDE, SDL, and a bare
+  framebuffer.
+* Movies are parsed by a background thread, so they start playing
+  while still loading.
+* Plugin supports web navigation and starts playing while the stream
+  is loading.
+* New AntiGrain (AGG) 2D backend added for framebuffer devices without
+  OpenGL support.
+* New Framebuffer GUI for devices without X11.
+* Sound now works using ffmpeg, Gstreamer, or libMad.
+* Supports cross configuration and cross compiling for embedded targets.
+* A whole slew of minor bugs that kept various movies from playing.
+
+According to Upstream, the main items in the TODO list are:
+
+* Video is starting to work in CVS, but not in the 0.7.2 release. It
+  currently uses ffmpeg to support a wide variety of video codecs. So
+  you still can't use Gnash to go to Lulu.tv or Youtube or Google.
+* Flash 8 movies are barely supported. The recent release of Tamarin
+  should speed up getting Gnash to v9 levels.
+* The drawing API for MovieClips is unsupported.
 
 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
@@ -20,4 +45,4 @@
 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>, Sun,  7 May 2006 00:54:46 +0000
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 18 Nov 2006 11:57:04 +0000

Added: packages/gnash/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/TODO.Debian?rev=38&op=file
==============================================================================
--- packages/gnash/trunk/debian/TODO.Debian (added)
+++ packages/gnash/trunk/debian/TODO.Debian Thu Dec 14 11:19:09 2006
@@ -1,0 +1,4 @@
+* Add a menu file and uncomment dh_installmenu in the debian/rules.
+* Create a better icon.
+* Find a way to generate man pages without $DISPLAY.
+* Add LDFLAGS="-Wl,-z,defs" to ./configure in rules.

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=38&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Dec 14 11:19:09 2006
@@ -1,4 +1,25 @@
-gnash (0.7.1+cvs20061014.1744-1) UNRELEASED; urgency=low
+gnash (0.7.2-1) unstable; urgency=low
+
+  * New Alpha Release from Upstream:
+    + Polling main loop replaced with event driven framework for GTK.
+    + New GUI abstraction layer supporting GTK2, KDE, SDL, and a bare
+      framebuffer.
+    + Movies are parsed by a background thread, so they start playing
+      while still loading.
+    + Plugin supports web navigation and starts playing while the stream
+      is loading.
+    + New AntiGrain (AGG) 2D backend added for framebuffer devices without
+      OpenGL support.
+    + New Framebuffer GUI for devices without X11.
+    + Sound now works using ffmpeg, Gstreamer, or libMad.
+    + Supports cross configuration and cross compiling for embedded targets.
+    + A whole slew of minor bugs that kept various movies from playing.
+
+  * Upload sponsored by Petter Reinholdtsen.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 18 Nov 2006 11:57:04 +0000
+
+gnash (0.7.1+cvs20061014.1744-1) unstable; urgency=low
 
   * New Upstream Release. Downloaded from CVS.
   * New soundhandler for gnash. It uses SDL (not SDL_mixer) for

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=38&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Thu Dec 14 11:19:09 2006
@@ -1,7 +1,7 @@
 Source: gnash
 Priority: optional
 Maintainer: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf, automake1.9, help2man, libxmu-dev, dejagnu, autotools-dev, libboost-dev, libboost-thread-dev, libxml2-dev, libjpeg-dev, libpng12-dev | libpng-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libgstreamer0.10-dev | libgstreamer0.8-dev, libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libxul-dev | mozilla-dev, libdirectfb-dev, libkonq4-dev, libcurl3-gnutls-dev | libcurl3-openssl-dev, libfltk1.1-dev
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 4.0.0), quilt, autoconf, automake1.9, help2man, libxmu-dev, dejagnu, autotools-dev, libboost-dev, libboost-thread-dev, libxml2-dev, libjpeg-dev, libpng12-dev | libpng-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libgstreamer0.10-dev | libgstreamer0.8-dev, libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libxul-dev | mozilla-dev, libdirectfb-dev, libkonq4-dev, libcurl3-gnutls-dev | libcurl3-openssl-dev, libfltk1.1-dev, libcaca-dev
 Standards-Version: 3.7.2
 Section: utils
 
@@ -68,7 +68,7 @@
 Section: utils
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: free Flash movie player
+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. Currently It is in a alpha state.
  The plugins are under heavy development at this time.

Modified: packages/gnash/trunk/debian/libgnash-dev.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/libgnash-dev.install?rev=38&op=diff
==============================================================================
--- packages/gnash/trunk/debian/libgnash-dev.install (original)
+++ packages/gnash/trunk/debian/libgnash-dev.install Thu Dec 14 11:19:09 2006
@@ -1,7 +1,7 @@
 usr/include
 usr/include/gnash
 usr/lib/lib*.a
-usr/lib/lib*.so
+usr/lib/lib*[a-z].so
 usr/lib/*.la
 usr/lib/pkgconfig/*
 usr/share/pkgconfig/*

Modified: packages/gnash/trunk/debian/libgnash0.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/libgnash0.install?rev=38&op=diff
==============================================================================
--- packages/gnash/trunk/debian/libgnash0.install (original)
+++ packages/gnash/trunk/debian/libgnash0.install Thu Dec 14 11:19:09 2006
@@ -1,2 +1,3 @@
 usr/lib/libgnash*.so.*
+usr/lib/libgnash*-*.so
 usr/share/lintian/overrides/libgnash0

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=38&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Dec 14 11:19:09 2006
@@ -116,7 +116,6 @@
 	rm -rf `find . -name ".deps"`
 
 	rm -f configure aclocal.m4 config.h.in
-
 	#-find . -name Makefile.in -exec rm {} \;
 	-rm `find . -name Makefile.in`
 
@@ -209,7 +208,7 @@
 	dh_builddeb
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.7.1+cvs$(VERSION_DATE)
+VERSION_ID = 0.7.2+cvs$(VERSION_DATE)
 get-orig-source:
 	echo Downloading gnash $(VERSION_ID) from CVS...
 	#test -e gnashd && exit

Added: packages/gnash/trunk/debian/watch
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/watch?rev=38&op=file
==============================================================================
--- packages/gnash/trunk/debian/watch (added)
+++ packages/gnash/trunk/debian/watch Thu Dec 14 11:19:09 2006
@@ -1,0 +1,8 @@
+# Watch control file for uscan
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Examine an FTP server
+ftp://ftp.gnu.org/pub/gnu/gnash/(.*)/gnash-(.*)\.tar\.gz debian uupdate




More information about the pkg-flash-devel mailing list