r468 - in /packages/gnash/trunk/debian: control gnash-ext-fileio.install gnash-ext-lirc.install gnash-ext-mysql.install rules

gg0-guest at users.alioth.debian.org gg0-guest at users.alioth.debian.org
Sun Sep 26 16:21:48 UTC 2010


Author: gg0-guest
Date: Sun Sep 26 16:21:40 2010
New Revision: 468

URL: http://svn.debian.org/wsvn/?sc=1&rev=468
Log:
added extension packages

Added:
    packages/gnash/trunk/debian/gnash-ext-fileio.install
    packages/gnash/trunk/debian/gnash-ext-lirc.install
    packages/gnash/trunk/debian/gnash-ext-mysql.install
Modified:
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=468&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Sun Sep 26 16:21:40 2010
@@ -13,7 +13,8 @@
  libatk1.0-dev, python-all-dev, kdelibs5-dev,
  libgtkglext1-dev, python-gtk2-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libspeex-dev,
  libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev, qt4-qmake, python-support,
- libgstreamer-plugins-base0.10-dev | gstreamer-plugins-base-dev, libgstreamer0.10-dev | gstreamer0.10-dev
+ libgstreamer-plugins-base0.10-dev | gstreamer-plugins-base-dev, libgstreamer0.10-dev | gstreamer0.10-dev,
+ libmysqlclient-dev
 Standards-Version: 3.9.1
 Section: video
 Homepage: http://www.gnu.org/software/gnash/
@@ -189,6 +190,68 @@
  control for other devices or applications.
  .
  This package includes the Python bindings for gnash.
+
+Package: gnash-ext-fileio
+Architecture: any
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: GNU Shockwave Flash (SWF) player - Fileio extension
+ GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
+ on either the desktop or embedded devices, or may be used as a plugin
+ for several popular browsers. It supports playing media from a disk or
+ streaming over a network connection.
+ .
+ GNU Gnash is based on GameSWF and supports most SWF v7 features and some
+ SWF v8 and v9. SWF v10 is not supported by GNU Gnash.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF animation communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets an animation be a remote
+ control for other devices or applications.
+ .
+ This extension allows SWF files being played within Gnash to have direct access
+ to the file system. The API is similar to the C library one.
+
+Package: gnash-ext-mysql
+Architecture: any
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
+ libmysqlclient16
+Description: GNU Shockwave Flash (SWF) player - MySQL extension
+ GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
+ on either the desktop or embedded devices, or may be used as a plugin
+ for several popular browsers. It supports playing media from a disk or
+ streaming over a network connection.
+ .
+ GNU Gnash is based on GameSWF and supports most SWF v7 features and some
+ SWF v8 and v9. SWF v10 is not supported by GNU Gnash.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF animation communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets an animation be a remote
+ control for other devices or applications.
+ .
+ This extension allows SWF files being played within Gnash to have direct access
+ to a MySQL database. The API is similar to the standard MySQL one.
+
+Package: gnash-ext-lirc
+Architecture: any
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: GNU Shockwave Flash (SWF) player - LIRC extension
+ GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
+ on either the desktop or embedded devices, or may be used as a plugin
+ for several popular browsers. It supports playing media from a disk or
+ streaming over a network connection.
+ .
+ GNU Gnash is based on GameSWF and supports most SWF v7 features and some
+ SWF v8 and v9. SWF v10 is not supported by GNU Gnash.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF animation communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets an animation be a remote
+ control for other devices or applications.
+ .
+ This extension allows SWF files being played within Gnash to have direct access
+ to a LIRC based remote control device. The API is similar to the standard
+ LIRC one.
 
 Package: gnash-dbg
 Section: debug

Added: packages/gnash/trunk/debian/gnash-ext-fileio.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-ext-fileio.install?rev=468&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-ext-fileio.install (added)
+++ packages/gnash/trunk/debian/gnash-ext-fileio.install Sun Sep 26 16:21:40 2010
@@ -1,0 +1,1 @@
+usr/lib/gnash/plugins/fileio.so*

Added: packages/gnash/trunk/debian/gnash-ext-lirc.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-ext-lirc.install?rev=468&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-ext-lirc.install (added)
+++ packages/gnash/trunk/debian/gnash-ext-lirc.install Sun Sep 26 16:21:40 2010
@@ -1,0 +1,1 @@
+usr/lib/gnash/plugins/lirc.so*

Added: packages/gnash/trunk/debian/gnash-ext-mysql.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash-ext-mysql.install?rev=468&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-ext-mysql.install (added)
+++ packages/gnash/trunk/debian/gnash-ext-mysql.install Sun Sep 26 16:21:40 2010
@@ -1,0 +1,1 @@
+usr/lib/gnash/plugins/mysql.so*

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=468&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Sun Sep 26 16:21:40 2010
@@ -68,6 +68,7 @@
 		--enable-gui='gtk,kde4' \
 		--enable-renderer=all \
 		--enable-docbook \
+		--enable-extensions=all \
 		--with-npapi-plugindir=\$${prefix}/lib/gnash \
 		--with-plugins-install=system \
 		--enable-shared=yes \




More information about the pkg-flash-devel mailing list