r42 - in /packages/gnash/trunk/debian/h2m: Makefile cygnal cygnal.1 cygnal.h2m gnash.1 gparser.1 gprocessor.1

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Tue Apr 24 08:56:04 UTC 2007


Author: baby-guest
Date: Tue Apr 24 08:56:04 2007
New Revision: 42

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=42
Log:
Man Pages


Added:
    packages/gnash/trunk/debian/h2m/Makefile
    packages/gnash/trunk/debian/h2m/cygnal
      - copied, changed from r41, packages/gnash/trunk/debian/h2m/gnash
    packages/gnash/trunk/debian/h2m/cygnal.1
    packages/gnash/trunk/debian/h2m/cygnal.h2m
      - copied, changed from r41, packages/gnash/trunk/debian/h2m/gnash.h2m
Modified:
    packages/gnash/trunk/debian/h2m/gnash.1
    packages/gnash/trunk/debian/h2m/gparser.1
    packages/gnash/trunk/debian/h2m/gprocessor.1

Added: packages/gnash/trunk/debian/h2m/Makefile
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/Makefile?rev=42&op=file
==============================================================================
--- packages/gnash/trunk/debian/h2m/Makefile (added)
+++ packages/gnash/trunk/debian/h2m/Makefile Tue Apr 24 08:56:04 2007
@@ -1,0 +1,28 @@
+MANPAGES= gnash.1 gparser.1 gprocessor.1  cygnal.1
+
+all: $(MANPAGES)
+
+# NEED: help2man
+
+clean:
+	rm -f $(MANPAGES)
+
+gnash.1: gnash
+	chmod +x $<
+	help2man --no-info --section=1 --include=gnash.h2m ./$< > $@
+
+klash.1: klash
+	chmod +x $<
+	help2man --no-info --section=1 --include=klash.h2m ./$< > $@
+
+gparser.1: gparser
+	chmod +x $<
+	help2man --no-info --section=1 --include=gnash.h2m ./$< > $@
+
+gprocessor.1: gprocessor
+	chmod +x $<
+	help2man --no-info --section=1 --include=gnash.h2m ./$< > $@
+
+cygnal.1: cygnal
+	chmod +x $<
+	help2man --no-info --section=1 --include=cygnal.h2m ./$< > $@

Copied: packages/gnash/trunk/debian/h2m/cygnal (from r41, packages/gnash/trunk/debian/h2m/gnash)
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/cygnal?rev=42&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gnash (original)
+++ packages/gnash/trunk/debian/h2m/cygnal Tue Apr 24 08:56:04 2007
@@ -6,12 +6,12 @@
 
 case "$1" in
   "--help")
-    LD_LIBRARY_PATH="$LIB" $BIN/gnash --help | \
-      grep --extended-regexp --regexp="^option|^$|^ |^key" | \
+    LD_LIBRARY_PATH="$LIB" $BIN/cygnal --help | \
+      grep --extended-regexp --regexp="^usage|^$|^ |^key" | \
       awk '(p<2){if(NF==0){p++;next;}}{print}'
     ;;
    "--version")
-    LD_LIBRARY_PATH="$LIB" $BIN/gnash --version 2>&1 | \
+    LD_LIBRARY_PATH="$LIB" $BIN/cygnal --version 2>&1 | \
       head -n 1 | awk '{ print $2 }'
     ;;
 esac

Added: packages/gnash/trunk/debian/h2m/cygnal.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/cygnal.1?rev=42&op=file
==============================================================================
--- packages/gnash/trunk/debian/h2m/cygnal.1 (added)
+++ packages/gnash/trunk/debian/h2m/cygnal.1 Tue Apr 24 08:56:04 2007
@@ -1,0 +1,24 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH CYGNAL "1" "April 2007" "cygnal cvs20070424" "User Commands"
+.SH NAME
+cygnal \- streaming media server
+.SH SYNOPSIS
+.B cygnal  [options...]
+.SH DESCRIPTION
+Cygnal is a Gnash's streaming media server.
+.PP
+usage: cygnal [options...]
+.TP
+\fB\-\-help\fR(\fB\-h\fR)
+Print this info.
+.TP
+\fB\-\-version\fR
+Print the version numbers.
+.TP
+\fB\-\-verbose\fR (\fB\-v\fR)
+Output verbose debug info.
+.TP
+\fB\-\-port\-offset\fR (\fB\-p\fR)
+RTMPT port offset.
+.SH "SEE ALSO"
+You can find more information at http://www.gnu.org/software/gnash/

Copied: packages/gnash/trunk/debian/h2m/cygnal.h2m (from r41, packages/gnash/trunk/debian/h2m/gnash.h2m)
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/cygnal.h2m?rev=42&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gnash.h2m (original)
+++ packages/gnash/trunk/debian/h2m/cygnal.h2m Tue Apr 24 08:56:04 2007
@@ -1,15 +1,13 @@
-Include file for gnash man page
+Include file for cygnal man page
 
 [name]
-gnash \- free Flash movie player
+cygnal \- streaming media server
 
 [synopsis]
-.B gnash  [options] movie_file.swf
+.B cygnal  [options...]
 
 [description]
-Gnash is a free Flash movie player, which works either standalone, or as plugin for Firefox/Mozilla or Konqueror.
-
-This program plays a SWF (Shockwave Flash) movie using OpenGL
+Cygnal is a Gnash's streaming media server.
 
 [see also]
 You can find more information at http://www.gnu.org/software/gnash/

Modified: packages/gnash/trunk/debian/h2m/gnash.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gnash.1?rev=42&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gnash.1 (original)
+++ packages/gnash/trunk/debian/h2m/gnash.1 Tue Apr 24 08:56:04 2007
@@ -1,82 +1,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GNASH "1" "May 2006" "gnash 0.7.1" "User Commands"
-.SH NAME
-gnash \- free Flash movie player
-.SH SYNOPSIS
-.B gnash  [options] movie_file.swf
-.SH DESCRIPTION
-Gnash is a free Flash movie player, which works either standalone, or as plugin for Firefox/Mozilla or Konqueror.
-
-This program plays a SWF (Shockwave Flash) movie using OpenGL
-.PP
-.SS "options:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this info.
-.HP
-\fB\-s\fR <factor> Scale the movie up/down by the specified factor
-.TP
-\fB\-c\fR
-Produce a core file instead of letting SDL trap it
-.TP
-\fB\-d\fR num
-Number of milliseconds to delay in main loop
-.TP
-\fB\-v\fR
-Be verbose; i.e. print log messages to stdout
-.TP
-\fB\-va\fR
-Be verbose about movie Actions
-.TP
-\fB\-vp\fR
-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
-.TP
-\fB\-x\fR <ID>
-X11 Window ID for display
-.TP
-\fB\-w\fR
-Produce the disk based debug log
-.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
-.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\-\-version\fR
-Print gnash's version number and exit
-.SS "keys:"
-.TP
-CTRL\-Q, CTRL\-W, 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\-B
-Toggle background color
-.SH "SEE ALSO"
-You can find more information at http://www.gnu.org/software/gnash/

Modified: packages/gnash/trunk/debian/h2m/gparser.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gparser.1?rev=42&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gparser.1 (original)
+++ packages/gnash/trunk/debian/h2m/gparser.1 Tue Apr 24 08:56:04 2007
@@ -1,18 +1,21 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GPARSER "1" "May 2006" "gparser 1.0 (gnash 0.7.1)" "User Commands"
+.TH GNASH "1" "April 2007" "gnash 1.0 (gnash cvs20070424)" "User Commands"
 .SH NAME
-gparser \- an SWF parser for Gnash
+gnash \- free Flash movie player
 .SH SYNOPSIS
-.B gparser [swf files to process...]
+.B gnash  [options] movie_file.swf
 .SH DESCRIPTION
-Gnash is a free Flash movie player, which works either standalone, or as a Firefox/Mozilla plugin.
+Gnash is a free Flash movie player, which works either standalone, or as plugin for Firefox/Mozilla or Konqueror.
 
-This program parses the information contained in SWF files.
+This program plays a SWF (Shockwave Flash) movie using OpenGL
 .TP
 \fB\-\-help\fR(\fB\-h\fR)
 Print this info.
 .TP
 \fB\-\-version\fR
 Print the version numbers.
+.TP
+\fB\-g\fR
+Start the Flash debugger.
 .SH "SEE ALSO"
 You can find more information at http://www.gnu.org/software/gnash/

Modified: packages/gnash/trunk/debian/h2m/gprocessor.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gprocessor.1?rev=42&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gprocessor.1 (original)
+++ packages/gnash/trunk/debian/h2m/gprocessor.1 Tue Apr 24 08:56:04 2007
@@ -1,18 +1,21 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GPROCESSOR "1" "May 2006" "gprocessor 1.0 (gnash 0.7.1)" "User Commands"
+.TH GNASH "1" "April 2007" "gnash 1.0 (gnash cvs20070424)" "User Commands"
 .SH NAME
-gprocessor \- an SWF preprocessor for Gnash
+gnash \- free Flash movie player
 .SH SYNOPSIS
-.B gprocessor [options] [swf files to process...]
+.B gnash  [options] movie_file.swf
 .SH DESCRIPTION
-Gnash is a free Flash movie player, which works either standalone, or as a Firefox/Mozilla plugin.
+Gnash is a free Flash movie player, which works either standalone, or as plugin for Firefox/Mozilla or Konqueror.
 
-This program preprocesses the given SWF movie files and optionally writes preprocessed shape and font data to cache files, so the associated SWF files can be loaded faster.
+This program plays a SWF (Shockwave Flash) movie using OpenGL
 .PP
-.SS "options:"
+options:
 .TP
-\fB\-h\fR
+\fB\-\-help\fR(\fB\-h\fR)
 Print this info.
+.TP
+\fB\-\-version\fR
+Print the version numbers.
 .TP
 \fB\-w\fR
 Write a .gsc file with preprocessed info, for each input file.
@@ -25,5 +28,16 @@
 .TP
 \fB\-va\fR
 Be verbose about ActionScript
+.TP
+\fB\-r\fR <times>
+Allow the given number of complete runs.
+Keep looping undefinitely if set to 0.
+Default is 1 (end as soon as the last frame is reached).
+.HP
+\fB\-f\fR <frames>
+.IP
+Allow the given number of frame advancements.
+Keep advancing untill any other stop condition
+is encountered if set to 0 (default).
 .SH "SEE ALSO"
 You can find more information at http://www.gnu.org/software/gnash/




More information about the pkg-flash-devel mailing list