gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12288: Link in X11 libs with GTK. U


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12288: Link in X11 libs with GTK. Update descriptions for debian packages.
Date: Fri, 09 Jul 2010 22:01:46 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12288
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 22:01:46 -0600
message:
  Link in X11 libs with GTK. Update descriptions for debian packages.
modified:
  gui/Makefile.am
  packaging/debian/control
  packaging/debian/rules
  packaging/snapshot.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2010-06-12 21:39:55 +0000
+++ b/gui/Makefile.am   2010-07-10 04:01:46 +0000
@@ -85,6 +85,7 @@
        $(ATK_LIBS) \
        $(GLIB_LIBS) \
        $(EXPAT_LIBS) \
+       $(X11_LIBS) \
        $(Z_LIBS)
 
 DUMP_CFLAGS =

=== modified file 'packaging/debian/control'
--- a/packaging/debian/control  2010-05-28 18:13:52 +0000
+++ b/packaging/debian/control  2010-07-10 04:01:46 +0000
@@ -28,7 +28,6 @@
 Description: free SWF 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 beta state.
- The plugins are under heavy development at this time.
  .
  Gnash supports the majority of Flash opcodes up to SWF version 8, and
  a wide sampling of ActionScript classes for SWF version 9 and 10. All the
@@ -47,18 +46,12 @@
 Description: free SWF 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 beta state.
- The plugins are under heavy development at this time.
  .
- 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
+ Gnash supports the majority of Flash opcodes up to SWF version 8, and
+ a wide sampling of ActionScript classes for SWF version 9 and 10. 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 a free standalone Flash movie player for KDE.
 
 Package: gnash-tools
@@ -69,18 +62,12 @@
 Description: free SWF 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 beta state.
- The plugins are under heavy development at this time.
  .
- 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
+ Gnash supports the majority of Flash opcodes up to SWF version 8, and
+ a wide sampling of ActionScript classes for SWF version 9 and 10. 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.
- .
  This package includes command-line utilities based in gnash.
 
 Package: gnash-cygnal
@@ -91,18 +78,12 @@
 Description: free SWF movie player - Media server
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a beta state.
- The plugins are under heavy development at this time.
  .
- 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
+ Gnash supports the majority of Flash opcodes up to SWF version 8, and
+ a wide sampling of ActionScript classes for SWF version 9 and 10. 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.
- .
  Cygnal is Gnash's media server.
 
 Package: mozilla-plugin-gnash

=== modified file 'packaging/debian/rules'
--- a/packaging/debian/rules    2010-07-09 16:53:02 +0000
+++ b/packaging/debian/rules    2010-07-10 04:01:46 +0000
@@ -44,7 +44,7 @@
        INSTALL_PROGRAM += -s
 endif
 
-# Do paralle builds, ie.. the -jN option to make
+# Do parallel builds, ie.. the -jN option to make
 ifneq (,$(findstring parallel=,$(DEB_BUILD_OPTIONS)))
        NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
        MAKEFLAGS += -j$(NUMJOBS)

=== modified file 'packaging/snapshot.am'
--- a/packaging/snapshot.am     2010-03-09 20:11:52 +0000
+++ b/packaging/snapshot.am     2010-07-10 04:01:46 +0000
@@ -1,5 +1,5 @@
 # 
-#   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


reply via email to

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