r277 - in /packages/gnash/trunk/debian: changelog control gnash-opengl.dirs gnash-opengl.install gnash-opengl.links klash-opengl.install klash-opengl.links klash-opengl.manpages

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Fri Jul 4 08:04:38 UTC 2008


Author: miriam
Date: Fri Jul  4 08:04:37 2008
New Revision: 277

URL: http://svn.debian.org/wsvn/?sc=1&rev=277
Log:
Added two binary packages to handle opengl rendering backend
properly: gnash-opengl and klash-opengl.


Added:
    packages/gnash/trunk/debian/gnash-opengl.dirs   (with props)
    packages/gnash/trunk/debian/gnash-opengl.install
      - copied, changed from r276, packages/gnash/trunk/debian/gnash.install
    packages/gnash/trunk/debian/gnash-opengl.links   (with props)
    packages/gnash/trunk/debian/klash-opengl.install
      - copied, changed from r276, packages/gnash/trunk/debian/klash.install
    packages/gnash/trunk/debian/klash-opengl.links   (with props)
    packages/gnash/trunk/debian/klash-opengl.manpages   (with props)
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=277&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri Jul  4 08:04:37 2008
@@ -1,3 +1,11 @@
+gnash (0.8.3-3) experimental; urgency=low
+
+  [ Miriam Ruiz ]
+  * Added two binary packages to handle opengl rendering backend
+    properly: gnash-opengl and klash-opengl. Closes: #489220
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 04 Jul 2008 10:04:28 +0200
+
 gnash (0.8.3-2) unstable; urgency=low
 
   [ Robert Millan ]

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=277&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Fri Jul  4 08:04:37 2008
@@ -23,7 +23,7 @@
  gstreamer0.10-plugins-base, gstreamer0.10-videosink | gstreamer0.10-plugins-good,
  gstreamer0.10-audiosink | gstreamer0.10-alsa
 Recommends: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg, gstreamer0.10-gnomevfs
-Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
+Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~), gnash-common-opengl
 Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
 Description: free Flash movie player - common files/libraries
  Gnash is a free Flash movie player, which works either standalone, or as
@@ -51,8 +51,9 @@
 Package: gnash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version}),
+Depends: gnash-common (= ${binary:Version}),
  ${shlibs:Depends}, ${misc:Depends}
+Conflicts: gnash-opengl
 Description: free Flash movie player
  Gnash is a free GPL'd Flash movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
@@ -66,13 +67,37 @@
  socket, and parse the incoming XML message. This lets a movie be a remote
  control for other devices or applications.
  .
- This package includes the standalone GTK+-based player.
+ This package includes the standalone GTK+-based player that use AGG
+ as the rendering backend.
+
+Package: gnash-opengl
+Section: utils
+Architecture: any
+Depends: gnash-common-opengl (= ${binary:Version}),
+ ${shlibs:Depends}, ${misc:Depends}
+Conflicts: gnash
+Description: free Flash movie player
+ 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 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
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
+ This package includes the standalone GTK+-based player that use OpenGL
+ as the rendering backend.
 
 Package: klash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version}),
+Depends: gnash-common (= ${binary:Version}),
  libqt3-mt (>= 3:3.3.8), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: klash-opengl
 Description: free Flash movie player - standalone player for KDE
  Gnash is a free GPL'd Flash movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
@@ -87,7 +112,31 @@
  socket, and parse the incoming XML message. This lets a movie be a remote
  control for other devices or applications.
  .
- Klash is a free standalone Flash movie player for KDE.
+ Klash is a free standalone Flash movie player for KDE that use AGG
+ as the rendering backend.
+
+Package: klash-opengl
+Section: utils
+Architecture: any
+Depends: gnash-common-opengl (= ${binary:Version}),
+ libqt3-mt (>= 3:3.3.8), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: klash
+Description: free Flash movie player - standalone player for KDE
+ 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.
+ .
+ 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
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
+ Klash is the free standalone Flash movie player for KDE that use OpenGL
+ as the rendering backend.
 
 Package: gnash-tools
 Section: utils
@@ -114,7 +163,8 @@
 Package: mozilla-plugin-gnash
 Section: utils
 Architecture: any
-Depends: gnash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash (= ${binary:Version}) | gnash-opengl (= ${binary:Version}),
+ ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Plugin for Mozilla and derivatives
  Gnash is a free GPL'd Flash movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.
@@ -126,7 +176,8 @@
 Package: konqueror-plugin-gnash
 Section: utils
 Architecture: any
-Depends: klash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: klash (= ${binary:Version}) | klash-opengl (= ${binary:Version}),
+ ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Plugin for Konqueror
  Gnash is a free GPL'd Flash movie player, which works either standalone, or as
  browser plugin for Firefox, Mozilla, and Konqueror.

Added: packages/gnash/trunk/debian/gnash-opengl.dirs
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-opengl.dirs?rev=277&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-opengl.dirs (added)
+++ packages/gnash/trunk/debian/gnash-opengl.dirs Fri Jul  4 08:04:37 2008
@@ -1,0 +1,1 @@
+link gnash.dirs

Propchange: packages/gnash/trunk/debian/gnash-opengl.dirs
------------------------------------------------------------------------------
    svn:special = *

Copied: packages/gnash/trunk/debian/gnash-opengl.install (from r276, packages/gnash/trunk/debian/gnash.install)
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-opengl.install?rev=277&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash.install (original)
+++ packages/gnash/trunk/debian/gnash-opengl.install Fri Jul  4 08:04:37 2008
@@ -1,4 +1,4 @@
-tmp/usr/bin/gtk-gnash usr/bin/
-tmp/etc/gnashrc etc/
+tmp.opengl/usr/bin/gtk-gnash usr/bin/
+tmp.opengl/etc/gnashrc etc/
 gnash.xpm usr/share/pixmaps/
 gnash.desktop usr/share/applications/

Added: packages/gnash/trunk/debian/gnash-opengl.links
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-opengl.links?rev=277&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-opengl.links (added)
+++ packages/gnash/trunk/debian/gnash-opengl.links Fri Jul  4 08:04:37 2008
@@ -1,0 +1,1 @@
+link gnash.links

Propchange: packages/gnash/trunk/debian/gnash-opengl.links
------------------------------------------------------------------------------
    svn:special = *

Copied: packages/gnash/trunk/debian/klash-opengl.install (from r276, packages/gnash/trunk/debian/klash.install)
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/klash-opengl.install?rev=277&op=diff
==============================================================================
--- packages/gnash/trunk/debian/klash.install (original)
+++ packages/gnash/trunk/debian/klash-opengl.install Fri Jul  4 08:04:37 2008
@@ -1,3 +1,3 @@
-tmp/usr/bin/kde-gnash usr/bin/
+tmp.opengl/usr/bin/kde-gnash usr/bin/
 klash.xpm usr/share/pixmaps/
 klash.desktop usr/share/applications/

Added: packages/gnash/trunk/debian/klash-opengl.links
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/klash-opengl.links?rev=277&op=file
==============================================================================
--- packages/gnash/trunk/debian/klash-opengl.links (added)
+++ packages/gnash/trunk/debian/klash-opengl.links Fri Jul  4 08:04:37 2008
@@ -1,0 +1,1 @@
+link klash.links

Propchange: packages/gnash/trunk/debian/klash-opengl.links
------------------------------------------------------------------------------
    svn:special = *

Added: packages/gnash/trunk/debian/klash-opengl.manpages
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/klash-opengl.manpages?rev=277&op=file
==============================================================================
--- packages/gnash/trunk/debian/klash-opengl.manpages (added)
+++ packages/gnash/trunk/debian/klash-opengl.manpages Fri Jul  4 08:04:37 2008
@@ -1,0 +1,1 @@
+link klash.manpages

Propchange: packages/gnash/trunk/debian/klash-opengl.manpages
------------------------------------------------------------------------------
    svn:special = *




More information about the pkg-flash-devel mailing list