[Swfdec] data/Makefile.am data/swfdec-player.1 data/swfdec-thumbnailer.1

Benjamin Otte company at kemper.freedesktop.org
Thu Jan 3 08:43:56 PST 2008


 data/Makefile.am          |    2 ++
 data/swfdec-player.1      |   44 ++++++++++++++++++++++++++++++++++++++++++++
 data/swfdec-thumbnailer.1 |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 85 insertions(+)

New commits:
commit 481b1aa876d52a5260dd3f75c967540f4252b474
Author: Santiago Garcia Mantinan <manty at debian.org>
Date:   Thu Jan 3 17:43:45 2008 +0100

    add man pages for swfdec-player and swfdec-thumbnailer

diff --git a/data/Makefile.am b/data/Makefile.am
index ffde790..45cc168 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+man1_MANS = swfdec-player.1 swfdec-thumbnailer.1
+
 desktop_in_files = swfdec-player.desktop.in
 desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
diff --git a/data/swfdec-player.1 b/data/swfdec-player.1
new file mode 100644
index 0000000..dd656ea
--- /dev/null
+++ b/data/swfdec-player.1
@@ -0,0 +1,44 @@
+.TH SWFDEC-PLAYER 1 "01 Nov 2007"
+.SH NAME
+swfdec-player \- Viewer for Flash files
+.PP
+.SH SYNOPSIS
+.B swfdec-player
+[ OPTION ...] <
+.I FILE
+> [<
+.I FILE
+> ...]
+
+.SH DESCRIPTION
+swfdec-player is a stand-alone viewer for Flash files. It is provided
+to integrate Flash functionality into the GNOME desktop but can be used
+outside of GNOME.
+
+.SH HELP OPTIONS
+.PP
+.B -?\fR, \fB--help
+Show help options
+.PP
+.B --help-all
+Show all help options
+.PP
+.B --help-gtk
+Show GTK+ Options
+
+.SH APPLICATION OPTIONS
+.PP
+.B -n\fR, \fB--no-sound
+don't play sound
+.PP
+.B -p\fR, \fB--paused
+start player paused
+.PP
+.B --display=\fIDISPLAY
+set X display to use
+
+.SH SEE ALSO
+.B swfdec-thumbnailer\fR(1), \fBhttp://swfdec.freedesktop.org
+
+.SH AUTHOR
+This manual page was written by Santiago Garcia Mantinan <manty at debian.org>.
diff --git a/data/swfdec-thumbnailer.1 b/data/swfdec-thumbnailer.1
new file mode 100644
index 0000000..8e13e6d
--- /dev/null
+++ b/data/swfdec-thumbnailer.1
@@ -0,0 +1,39 @@
+.TH SWFDEC-THUMBNAILER 1 "01 Nov 2007"
+.SH NAME
+swfdec-thumbnailer \- Create a thumbnail for a Flash file
+.PP
+.SH SYNOPSIS
+.B swfdec-thumbnailer
+[ OPTION ...] <
+.I INPUT
+> <
+.I OUTPUT
+>
+
+.SH DESCRIPTION
+swfdec-thumbnailer is a program that provides screenshots (thumbnails)
+for Flash files. These thumbnails can then be used by other programs like
+the Nautilus file manager.
+
+.SH ARGUMENTS
+.PP
+.B INPUT
+The input filename. This should be a Flash file.
+.PP
+.B OUTPUT
+The output filename for the thumbnail. The output file will be in PNG format.
+
+
+.SH OPTIONS
+.PP
+.B -?\fR, \fB--help
+Show help options
+.PP
+.B -s\fR, \fB--size
+Set the size of the thumbnail in pixels (default 128)
+
+.SH SEE ALSO
+.B nautilus\fR(1), \fBswfdec-player\fR(1), \fBhttp://swfdec.freedesktop.org
+
+.SH AUTHOR
+This manual page was written by Santiago Garcia Mantinan <manty at debian.org>.


More information about the Swfdec mailing list