r83 - in /packages/gnash/trunk/debian/h2m: Makefile cygnal.1 gnash.1 gparser gparser.1 gprocessor gprocessor.1 klash.1
baby-guest at users.alioth.debian.org
baby-guest at users.alioth.debian.org
Fri Jun 8 21:58:29 UTC 2007
Author: baby-guest
Date: Fri Jun 8 21:58:28 2007
New Revision: 83
URL: http://svn.debian.org/wsvn/?sc=1&rev=83
Log:
Updated manpages
Modified:
packages/gnash/trunk/debian/h2m/Makefile
packages/gnash/trunk/debian/h2m/cygnal.1
packages/gnash/trunk/debian/h2m/gnash.1
packages/gnash/trunk/debian/h2m/gparser
packages/gnash/trunk/debian/h2m/gparser.1
packages/gnash/trunk/debian/h2m/gprocessor
packages/gnash/trunk/debian/h2m/gprocessor.1
packages/gnash/trunk/debian/h2m/klash.1
Modified: packages/gnash/trunk/debian/h2m/Makefile
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/Makefile?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/Makefile (original)
+++ packages/gnash/trunk/debian/h2m/Makefile Fri Jun 8 21:58:28 2007
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-MANPAGES= gnash.1 gparser.1 gprocessor.1 cygnal.1
+MANPAGES= gnash.1 gparser.1 gprocessor.1 cygnal.1 klash.1
all: $(MANPAGES)
Modified: packages/gnash/trunk/debian/h2m/cygnal.1
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/cygnal.1?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/cygnal.1 (original)
+++ packages/gnash/trunk/debian/h2m/cygnal.1 Fri Jun 8 21:58:28 2007
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH CYGNAL "1" "May 2007" "cygnal cvs20070512" "User Commands"
+.TH CYGNAL "1" "June 2007" "cygnal cvs20070608" "User Commands"
.SH NAME
cygnal \- streaming media server
.SH SYNOPSIS
Modified: packages/gnash/trunk/debian/h2m/gnash.1
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/gnash.1?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gnash.1 (original)
+++ packages/gnash/trunk/debian/h2m/gnash.1 Fri Jun 8 21:58:28 2007
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH GNASH "1" "May 2007" "gnash cvs20070512" "User Commands"
+.TH GNASH "1" "June 2007" "gnash cvs20070608" "User Commands"
.SH NAME
gnash \- free Flash movie player
.SH SYNOPSIS
@@ -98,6 +98,6 @@
Toggle background color
.IP
Target:
-Renderer: agg GUI: gtk Media handler: gst
+Renderer: opengl GUI: gtk Media handler: gst
.SH "SEE ALSO"
You can find more information at http://www.gnu.org/software/gnash/
Modified: packages/gnash/trunk/debian/h2m/gparser
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/gparser?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gparser (original)
+++ packages/gnash/trunk/debian/h2m/gparser Fri Jun 8 21:58:28 2007
@@ -11,10 +11,8 @@
awk '(p<1){if(NF==0){p++;next;}}{print}'
;;
"--version")
- echo gparser \
- `LD_LIBRARY_PATH="$LIB" $BIN/gparser --version 2>&1 | awk '{ print $4 }' | awk -F, '{ print $1 }'` \
- \(gnash \
- `LD_LIBRARY_PATH="$LIB" $BIN/gparser --version 2>&1 | awk '{ print $7 }' | awk -F, '{ print $1 }'`\)
+ LD_LIBRARY_PATH="$LIB" $BIN/gnash --version 2>&1 | \
+ head -n 1 | awk '{ print $2 }'
;;
esac
exit 0
Modified: packages/gnash/trunk/debian/h2m/gparser.1
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/gparser.1?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gparser.1 (original)
+++ packages/gnash/trunk/debian/h2m/gparser.1 Fri Jun 8 21:58:28 2007
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH GPARSER "1" "May 2007" "gparser 1.0 (gnash cvs20070512)" "User Commands"
+.TH GPARSER "1" "June 2007" "gparser cvs20070608" "User Commands"
.SH NAME
gparser \- an SWF parser for Gnash
.SH SYNOPSIS
Modified: packages/gnash/trunk/debian/h2m/gprocessor
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/gprocessor?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gprocessor (original)
+++ packages/gnash/trunk/debian/h2m/gprocessor Fri Jun 8 21:58:28 2007
@@ -11,10 +11,8 @@
awk '(p<3){if(NF==0){p++;next;}}{print}'
;;
"--version")
- echo gprocessor \
- `LD_LIBRARY_PATH="$LIB" $BIN/gprocessor --version 2>&1 | awk '{ print $4 }' | awk -F, '{ print $1 }'` \
- \(gnash \
- `LD_LIBRARY_PATH="$LIB" $BIN/gprocessor --version 2>&1 | awk '{ print $7 }' | awk -F, '{ print $1 }'`\)
+ LD_LIBRARY_PATH="$LIB" $BIN/gnash --version 2>&1 | \
+ head -n 1 | awk '{ print $2 }'
;;
esac
exit 0
Modified: packages/gnash/trunk/debian/h2m/gprocessor.1
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/gprocessor.1?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gprocessor.1 (original)
+++ packages/gnash/trunk/debian/h2m/gprocessor.1 Fri Jun 8 21:58:28 2007
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH GPROCESSOR "1" "May 2007" "gprocessor 1.0 (gnash cvs20070512)" "User Commands"
+.TH GPROCESSOR "1" "June 2007" "gprocessor cvs20070608" "User Commands"
.SH NAME
gprocessor \- an SWF preprocessor for Gnash
.SH SYNOPSIS
Modified: packages/gnash/trunk/debian/h2m/klash.1
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/h2m/klash.1?rev=83&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/klash.1 (original)
+++ packages/gnash/trunk/debian/h2m/klash.1 Fri Jun 8 21:58:28 2007
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH KLASH "1" "May 2006" "klash 0.7.1" "User Commands"
+.TH KLASH "1" "June 2007" "klash cvs20070608" "User Commands"
.SH NAME
klash \- plays a SWF movie
.SH SYNOPSIS
@@ -9,7 +9,7 @@
This program plays a SWF (Shockwave Flash) movie using the KDE Libraries.
.PP
-.SS "options:"
+options:
.TP
\fB\-h\fR, \fB\-\-help\fR
Print this info.
@@ -32,10 +32,7 @@
Be verbose about parsing the movie
.TP
\fB\-m\fR <bias>
-Specify the texture LOD bias (float, default is \fB\-1\fR)
-.TP
-\fB\-f\fR
-Run full speed (no sleep) and log frame rate
+Specify the texture LOD bias (float, default is \fB\-1\fR.0)
.TP
\fB\-x\fR <ID>
X11 Window ID for display
@@ -43,19 +40,40 @@
\fB\-w\fR
Produce the disk based debug log
.TP
+\fB\-j\fR <width>
+Set window width
+.HP
+\fB\-k\fR <height> Set window height
+.TP
\fB\-1\fR
Play once; exit when/if movie reaches the last frame
.TP
-\fB\-r\fR <0|1|2>
-0 disables rendering & sound (good for batch tests)
-1 enables rendering & sound (default setting)
-2 enables rendering & disables sound
+\fB\-g\fR
+Turn on the Flash debugger
+.HP
+\fB\-r\fR <0|1|2|3>
+.IP
+0 disables both rendering & sound (good for batch tests)
+1 enables rendering & disables sound
+2 enables sound & disables rendering
+3 enables both rendering & sound (default)
.TP
\fB\-t\fR <sec>
Timeout and exit after the specified number of seconds
.TP
\fB\-b\fR <bits>
Bit depth of output window (16 or 32, default is 16)
+.TP
+\fB\-u\fR <url>
+Set "real" url of the movie
+(useful for downloaded movies)
+.TP
+\fB\-U\fR <url>
+Set "base" url for this run
+(used to resolve relative urls, defaults to movie url)
+.TP
+\fB\-P\fR <param>
+Set parameter (ie. "FlashVars=A=1&b=2")
.TP
\fB\-\-version\fR
Print gnash's version number and exit
@@ -78,5 +96,8 @@
.TP
CTRL\-B
Toggle background color
+.IP
+Target:
+Renderer: opengl GUI: gtk Media handler: gst
.SH "SEE ALSO"
You can find more information at http://www.gnu.org/software/gnash/
More information about the pkg-flash-devel
mailing list