gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 721126562285240cb7fb


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 721126562285240cb7fb6339d67a56577518ad47
Date: Mon, 17 Jan 2011 02:08:02 +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 "Gnash".

The branch, master has been updated
       via  721126562285240cb7fb6339d67a56577518ad47 (commit)
      from  a2928a28df5905632a45397693ee8bfe5a04a534 (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=721126562285240cb7fb6339d67a56577518ad47


commit 721126562285240cb7fb6339d67a56577518ad47
Author: Gabriele Giacone <address@hidden>
Date:   Mon Jan 17 02:46:54 2011 +0100

    Update command options in man page

diff --git a/doc/C/gnash.man-xml b/doc/C/gnash.man-xml
index 99e0369..194112a 100644
--- a/doc/C/gnash.man-xml
+++ b/doc/C/gnash.man-xml
@@ -40,6 +40,7 @@ gnash [option]... [URL]
 <variablelist>
   <varlistentry>
     <term>-h</term>
+    <term>--help</term>
     <listitem>
       <para>
        Print usage info.
@@ -48,7 +49,20 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
+    <term>-V</term>
+    <term>--version</term>
+    <listitem>
+      <para>
+       Print the version number, and the configuration, of the
+       Gnash player. Please provide this information when submitting bug
+       reports.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>-s factor</term>
+    <term>--scale factor</term>
     <listitem>
       <para>
            Scale the movie up/down by the specified factor.
@@ -57,7 +71,17 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
+    <term>-c</term>
+    <listitem>
+      <para>
+        Produce a core file instead of letting SDL trap it
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>-d num</term>
+    <term>--delay num</term>
     <listitem>
       <para>
         Number of milliseconds to delay in main loop.
@@ -66,6 +90,16 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
+    <term>-v</term>
+    <term>--verbose</term>
+    <listitem>
+      <para>
+          Be verbose; i.e. print log messages to stdout.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>-a</term>
     <listitem>
       <para>
@@ -85,6 +119,24 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
+    <term>-A file</term>
+    <listitem>
+      <para>
+        Audio dump file (wave format).
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>--hwaccel none|vaapi|xv</term>
+    <listitem>
+      <para>
+        Hardware Video Accelerator to use none|vaapi|xv|omap (default: none)
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>-x xid</term>
     <term>--xid xid</term>
     <listitem>
@@ -97,6 +149,18 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
+    <term>-w</term>
+    <term>--writelog</term>
+    <listitem>
+      <para>
+       Write the gnash-dbg.log debug log to disk. By default the
+       plugin writes its log in your home directory when using a
+       launcher from GNOME or KDE.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>-j width</term>
     <term>--width width</term>
     <listitem>
@@ -119,56 +183,79 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
-    <term>-v</term>
+    <term>-X x-pos</term>
+    <term>--x-pos x-pos</term>
     <listitem>
       <para>
-          Be verbose; i.e. print log messages to stdout.
+       Set window x position.
       </para>
     </listitem>
   </varlistentry>
 
   <varlistentry>
-    <term>-g</term>
+    <term>-Y y-pos</term>
+    <term>--y-pos y-pos</term>
     <listitem>
       <para>
-          Start Gnash with a Flash debugger console so one can set
-         breakpoints or watchpoints.
+       Set window y position.
       </para>
     </listitem>
   </varlistentry>
 
   <varlistentry>
-    <term>-w</term>
+    <term>-1</term>
+    <term>--once</term>
     <listitem>
       <para>
-       Write the gnash-dbg.log debug log to disk. By default the
-       plugin writes its log in your home directory when using a
-       launcher from GNOME or KDE.
+        Play once; exit when/if movie reaches the last frame.
       </para>
     </listitem>
   </varlistentry>
 
   <varlistentry>
-    <term>-1</term>
-    <term>--once</term>
+    <term>-g</term>
     <listitem>
       <para>
-        Play once; exit when/if movie reaches the last frame.
+          Start Gnash with a Flash debugger console so one can set
+         breakpoints or watchpoints.
       </para>
     </listitem>
   </varlistentry>
 
   <varlistentry>
-    <term>-r [0|1|2]</term>
+    <term>-r [0|1|2|3]</term>
     <listitem>
       <para>
        0 disables rendering and sound (good for batch tests).
       </para>
       <para>
-       1 enables rendering and sound (default setting).
+       1 enables rendering, disable sound.
+      </para>
+      <para>
+       2 disables rendering, enable sound.
+      </para>
+      <para>
+       3 enables rendering and sound (default setting).
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>-M ffmpeg|gst</term>
+    <term>--media ffmpeg|gst</term>
+    <listitem>
+      <para>
+        The media handler to use (default: ffmpeg).
       </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>-R agg|cairo|opengl</term>
+    <term>--renderer agg|cairo|opengl</term>
+    <listitem>
       <para>
-       2 enables rendering and disables sound.
+        The renderer to use (default: agg).
       </para>
     </listitem>
   </varlistentry>
@@ -184,8 +271,8 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
-    <term>-u</term>
-    <term>--real-url</term>
+    <term>-u url</term>
+    <term>--real-url url</term>
     <listitem>
       <para>
        Set "real" url of the movie (useful for downloaded movies).
@@ -194,13 +281,12 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
-    <term>-U</term>
-    <term>--base-url</term>
+    <term>-U url</term>
+    <term>--base-url url</term>
     <listitem>
       <para>
        Set "base" url for this run (used to resolve relative urls,
        defaults to movie url)
-
       </para>
     </listitem>
   </varlistentry>
@@ -216,7 +302,7 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
-    <term>-F</term>
+    <term>-F x:y</term>
     <term>--fd x:y</term>
     <listitem>
       <para>
@@ -228,12 +314,28 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
-    <term>--version</term>
+    <term>--max-advances num</term>
     <listitem>
       <para>
-       Print the version number, and the configuration, of the
-       Gnash player. Please provide this information when submitting bug
-       reports.
+        Exit after specified number of frame advances.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>--fullscreen</term>
+    <listitem>
+      <para>
+        Start in fullscreen mode.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>--hide-menubar</term>
+    <listitem>
+      <para>
+        Start without displaying the menu bar.
       </para>
     </listitem>
   </varlistentry>
@@ -308,6 +410,15 @@ gnash [option]... [URL]
   </varlistentry>
 
   <varlistentry>
+    <term>CTRL-L   </term>
+    <listitem>
+      <para>
+          Force immediate redraw.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
     <term>CTRL-F   </term>
     <listitem>
       <para>
@@ -316,7 +427,6 @@ gnash [option]... [URL]
     </listitem>
   </varlistentry>
 
-
   <varlistentry>
     <term>CTRL-O </term>
     <listitem>
diff --git a/doc/C/preformatted/gnash.1.in b/doc/C/preformatted/gnash.1.in
index 88bd828..9a1cedb 100644
--- a/doc/C/preformatted/gnash.1.in
+++ b/doc/C/preformatted/gnash.1.in
@@ -1,11 +1,11 @@
-.\" -*- coding: us-ascii -*-
+'\" -*- coding: us-ascii -*-
 .if \n(.g .ds T< \\FC
 .if \n(.g .ds T> \\F[\n[.fam]]
 .de URL
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH gnash 1 "22 August 2010" "" ""
+.TH gnash 1 "17 January 2011" "" ""
 .SH NAME
 gnash, gtk-gnash, kde4-gnash \- GNU Flash (SWF) Player
 .SH Synopsis
@@ -16,15 +16,26 @@ gnash [option]... [URL]
 .SH DESCRIPTION
 Run the SWF movie player.
 .TP 
--h
+-h, --help
 Print usage info.
 .TP 
--s factor
+-V, --version
+Print the version number, and the configuration, of the
+Gnash player. Please provide this information when submitting bug
+reports.
+.TP 
+-s factor, --scale factor
 Scale the movie up/down by the specified factor.
 .TP 
--d num
+-c
+Produce a core file instead of letting SDL trap it
+.TP 
+-d num, --delay num
 Number of milliseconds to delay in main loop.
 .TP 
+-v, --verbose
+Be verbose; i.e. print log messages to stdout.
+.TP 
 -a
 Be very verbose about movie action execution. Must be used in
 conjunction with -v.
@@ -32,11 +43,22 @@ conjunction with -v.
 -p
 Be very verbose about parsing. Must be used in conjunction with -v.
 .TP 
+-A file
+Audio dump file (wave format).
+.TP 
+--hwaccel none|vaapi|xv
+Hardware Video Accelerator to use none|vaapi|xv|omap (default: none)
+.TP 
 -x xid, --xid xid
 The XID of the parent window Gnash should use instead of
 creating a new one. This is only used when embedding the player
 into another window.
 .TP 
+-w, --writelog
+Write the gnash-dbg.log debug log to disk. By default the
+plugin writes its log in your home directory when using a
+launcher from GNOME or KDE.
+.TP 
 -j width, --width width
 Set the width of the window. This is only used when embedding
 the player into another window.
@@ -45,50 +67,60 @@ the player into another window.
 Set the height of the window. This is only used when embedding
 the player into another window.
 .TP 
--v
-Be verbose; i.e. print log messages to stdout.
-.TP 
--g
-Start Gnash with a Flash debugger console so one can set
-breakpoints or watchpoints.
+-X x-pos, --x-pos x-pos
+Set window x position.
 .TP 
--w
-Write the gnash-dbg.log debug log to disk. By default the
-plugin writes its log in your home directory when using a
-launcher from GNOME or KDE.
+-Y y-pos, --y-pos y-pos
+Set window y position.
 .TP 
 -1, --once
 Play once; exit when/if movie reaches the last frame.
 .TP 
--r [0|1|2]
+-g
+Start Gnash with a Flash debugger console so one can set
+breakpoints or watchpoints.
+.TP 
+-r [0|1|2|3]
 0 disables rendering and sound (good for batch tests).
 
-1 enables rendering and sound (default setting).
+1 enables rendering, disable sound.
+
+2 disables rendering, enable sound.
 
-2 enables rendering and disables sound.
+3 enables rendering and sound (default setting).
+.TP 
+-M ffmpeg|gst, --media ffmpeg|gst
+The media handler to use (default: ffmpeg).
+.TP 
+-R agg|cairo|opengl, --renderer agg|cairo|opengl
+The renderer to use (default: agg).
 .TP 
 -t sec, --timeout sec
 Timeout and exit after the specified number of seconds.
 .TP 
--u, --real-url
+-u url, --real-url url
 Set "real" url of the movie (useful for downloaded movies).
 .TP 
--U, --base-url
+-U url, --base-url url
 Set "base" url for this run (used to resolve relative urls,
 defaults to movie url)
 .TP 
 -P param, --param param
 Set parameter (ie. "FlashVars=A=1&b=2")
 .TP 
--F, --fd x:y
+-F x:y, --fd x:y
 Set file descriptors to use for external communications. x is
 use by the player to send commands to the plugin, y is used
 by the plugin to send commands to the standalone player.
 .TP 
---version
-Print the version number, and the configuration, of the
-Gnash player. Please provide this information when submitting bug
-reports.
+--max-advances num
+Exit after specified number of frame advances.
+.TP 
+--fullscreen
+Start in fullscreen mode.
+.TP 
+--hide-menubar
+Start without displaying the menu bar.
 .TP 
 --screenshot list
 Set a list of frame advances to be saved as screenshots. The list
@@ -119,6 +151,9 @@ Toggle pause.
 CTRL-R 
 Restart the movie.
 .TP 
+CTRL-L 
+Force immediate redraw.
+.TP 
 CTRL-F 
 Toggle fullscreen. ESC also exits fullscreen.
 .TP 

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

Summary of changes:
 doc/C/gnash.man-xml           |  162 ++++++++++++++++++++++++++++++++++-------
 doc/C/preformatted/gnash.1.in |   85 +++++++++++++++------
 2 files changed, 196 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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