gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] UNNAMED PROJECT branch, release_0_8_8, updated. eb3


From: Rob Savoye
Subject: [Gnash-commit] [SCM] UNNAMED PROJECT branch, release_0_8_8, updated. eb349eddfc7de844953d218bf13827176f39e51d
Date: Mon, 09 Aug 2010 18:17:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, release_0_8_8 has been updated
       via  eb349eddfc7de844953d218bf13827176f39e51d (commit)
      from  a3edfc7ea3bf1c3b2ce2e3be45246adeb49f282e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=eb349eddfc7de844953d218bf13827176f39e51d


commit eb349eddfc7de844953d218bf13827176f39e51d
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 9 12:17:13 2010 -0600

    add extension packages

diff --git a/packaging/redhat/gnash.spec b/packaging/redhat/gnash.spec
index 58710eb..3561486 100644
--- a/packaging/redhat/gnash.spec
+++ b/packaging/redhat/gnash.spec
@@ -110,6 +110,43 @@ Requires:  gnash, gnash-common
 The Gnash widgets can be used to embed Gnash into any Gtk or Python-Gtk
 application.
 
+%package fileio-extension
+Summary:   Fileio extension for Gnash
+Group:     Applications/Multimedia
+Requires:  gnash-commo
+
+%description fileio-extension
+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 lirc-extension
+Summary:   LIRC extension for Gnash
+Group:     Applications/Multimedia
+Requires:  gnash-common
+
+%description lirc-extension
+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 dejagnu-extension
+Summary:   DejaGnu extension for Gnash
+Group:     Applications/Multimedia
+Requires:  gnash-common
+
+%description dejagnu-extension
+This extension allows SWF files to have a simple unit testing API. The API
+is similar to the DejaGnu unit testing one.
+
+%package mysql-extension
+Summary:   MySQL extension for Gnash
+Group:     Applications/Multimedia
+Requires:  gnash-common
+
+%description mysql-extension
+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.
+
 %prep
 %setup -q
 
@@ -330,6 +367,18 @@ scrollkeeper-update -q || :
 %{_prefix}/share/kde4/apps/klash/pluginsinfo
 %{_prefix}/share/kde4/services/klash_part.desktop
 
+%files fileio-extension
+%{_libdir}/gnash/plugins/fileio.so
+
+%files lirc-extension
+%{_libdir}/gnash/plugins/lirc.so
+
+%files dejagnu-extension
+%{_libdir}/gnash/plugins/dejagnu.so
+
+%files mysql-extension
+%{_libdir}/gnash/plugins/mysql.so
+
 %changelog
 * Sat Mar 27 2010 Rob Savoye <address@hidden> - %{version}-%{release}
 - add gnash-common package for non GUI files so as not to contaminate

-----------------------------------------------------------------------

Summary of changes:
 packaging/redhat/gnash.spec |   49 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]