gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am doc/gnash.1


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog Makefile.am doc/gnash.1
Date: Tue, 17 Oct 2006 07:02:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 07:02:28

Modified files:
        .              : ChangeLog Makefile.am 
Added files:
        doc            : gnash.1 

Log message:
        Imported www-version.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1257&r2=1.1258
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/gnash.1?cvsroot=gnash&rev=1.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1257
retrieving revision 1.1258
diff -u -b -r1.1257 -r1.1258
--- ChangeLog   17 Oct 2006 06:58:46 -0000      1.1257
+++ ChangeLog   17 Oct 2006 07:02:28 -0000      1.1258
@@ -1,7 +1,8 @@
 2006-10-17 Markus Gothe <address@hidden>
 
        * configure.ac: Added use of AC_LANG{PUSH,POP}(C++).
-       * Makefile.am: Install doc/C/gnash.1 as man page.
+       * Makefile.am: Install doc/gnash.1 as man page.
+       * doc/gnash.1: Imported www-version.
 
 2006-10-16  Rob Savoye  <address@hidden>
 

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- Makefile.am 17 Oct 2006 06:58:46 -0000      1.41
+++ Makefile.am 17 Oct 2006 07:02:28 -0000      1.42
@@ -34,7 +34,7 @@
 # forward this exception.
 #
 
-# $Id: Makefile.am,v 1.41 2006/10/17 06:58:46 nihilus Exp $
+# $Id: Makefile.am,v 1.42 2006/10/17 07:02:28 nihilus Exp $
 
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6.0
@@ -64,7 +64,7 @@
 
 SUBDIRS      = $(STD_DIRS) $(DOC_DIRS) $(PLUGIN_DIRS) $(KLASH_DIRS)
 
-man_MANS = doc/C/gnash.1
+man_MANS = doc/gnash.1
 
 # libamf isn't used yet, but we still want it in the distribution
 DIST_SUBDIRS = $(STD_DIRS) doc plugin

Index: doc/gnash.1
===================================================================
RCS file: doc/gnash.1
diff -N doc/gnash.1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/gnash.1 17 Oct 2006 07:02:28 -0000      1.1
@@ -0,0 +1,96 @@
+.TH gnash 1   
+.SH NAME
+gnash \- GNU Flash Player
+.SH Synopsis
+.nf
+
+gnash (options)... (file)...
+.fi
+.SH DESCRIPTION
+Run the Flash movie player.
+.TP 
+\-h
+Print usage info.
+.TP 
+\-s factor
+Scale the movie up/down by the specified factor.
+.TP 
+\-c
+Produce a core file instead of letting SDL trap it
+.TP 
+\-d num
+Number of milli\-seconds to delay in main loop
+.TP 
+\-a
+Turn antialiasing on/off. (obsolete)
+.TP 
+\-v
+Be verbose; i.e. print log messages to stdout
+.TP 
+\-va
+Be verbose about movie Actions
+.TP 
+\-vp
+Be verbose about parsing the movie
+.TP 
+\-ml bias
+Specify the texture LOD bias (float, default is \-1)
+.TP 
+\-p
+Run full speed (no sleep) and log frame rate
+.TP 
+\-e
+Use SDL Event thread
+.TP 
+\-1
+Play once; exit when/if movie reaches the last frame
+.TP 
+\-r [0|1|2]
+0 disables renderering and sound (good for batch tests)
+
+1 enables rendering and sound (default setting)
+
+2 enables rendering and disables sound
+.TP 
+\-t sec
+Timeout and exit after the specified number of seconds
+.TP 
+\-b bits
+Bit depth of output window (16 or 32, default is 16)
+.SS KEYS
+.TP 
+CTRL\-Q
+Quit/Exit
+.TP 
+CTRL\-W
+Quit/Exit
+.TP 
+ESC
+Quit/Exit
+.TP 
+CTRL\-P
+Toggle Pause
+.TP 
+CTRL\-R 
+Restart the movie
+.TP 
+CTRL\-[ or kp\-
+Step back one frame
+.TP 
+CTRL\-] or kp+
+Step forward one frame
+.TP 
+CTRL\-A
+Toggle antialiasing (doesn't work)
+.TP 
+CTRL\-T
+Debug. Test the set_variable() function
+.TP 
+CTRL\-G
+Debug. Test the get_variable() function
+.TP 
+CTRL\-M
+Debug. Test the call_method() function
+.TP 
+CTRL\-B
+Toggle background color




reply via email to

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