Package: totem
Tags: patch

A patch adding totem-audio-preview man page is attached.

Milan

diff -Nru ./data/Makefile.am ../totem-3.12.1/data/Makefile.am
--- ./data/Makefile.am	2014-03-23 09:13:08.000000000 -0400
+++ ../totem-3.12.1/data/Makefile.am	2014-06-11 17:18:07.239050365 -0400
@@ -9,7 +9,7 @@
 EXTRA_DIST += $(bugreport_SCRIPTS)
 
 # Man pages
-man_MANS = totem.1 totem-video-thumbnailer.1
+man_MANS = totem.1 totem-video-thumbnailer.1 totem-audio-preview.1
 totem-video-thumbnailer.1: totem-video-thumbnailer.pod
 	$(AM_V_GEN) pod2man -c "" -s 1 -q none -n totem-video-thumbnailer -r GNOME $< > $@
 EXTRA_DIST += \
diff -Nru ./data/Makefile.in ../totem-3.12.1/data/Makefile.in
--- ./data/Makefile.in	2014-04-30 05:41:21.000000000 -0400
+++ ../totem-3.12.1/data/Makefile.in	2014-06-11 17:18:22.475050195 -0400
@@ -488,7 +488,7 @@
 bugreport_SCRIPTS = totem-bugreport.py
 
 # Man pages
-man_MANS = totem.1 totem-video-thumbnailer.1
+man_MANS = totem.1 totem-video-thumbnailer.1 totem-audio-preview.1
 
 # UI files and images
 stuffdir = $(pkgdatadir)
diff -Nru ./data/totem-audio-preview.1 ../totem-3.12.1/data/totem-audio-preview.1
--- ./data/totem-audio-preview.1	1969-12-31 19:00:00.000000000 -0500
+++ ../totem-3.12.1/data/totem-audio-preview.1	2014-06-10 21:31:04.220334100 -0400
@@ -0,0 +1,49 @@
+.\" Copyright (C) 2014 Milan Kupcevic <mi...@physics.harvard.edu>
+.\"
+.\" This file is free software; you may redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2,
+.\" or (at your option) any later version.
+.\"
+.\" This file is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License 
+.\" along with this; if not write to the Free Software Foundation, Inc.
+.\" 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+.TH totem\-audio\-preview 1 "2014\-06\-08" "GNOME" "User Commands"
+.SH NAME
+totem\-audio\-preview \- play audio files
+.SH SYNOPSIS
+.B totem\-audio\-preview
+.RI [ OPTION ]... " " [ FILE ]...
+.SH DESCRIPTION
+.B totem\-audio\-preview 
+is primarily used by GNOME applications for audio preview purposes.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Display help.
+.TP
+.B \-\-help-gst
+Display GStreamer options.
+.TP
+.B \-m, \-\-mimetype
+Display supported mime\-types.
+.TP
+.B \-\-g\-fatal\-warnings
+Make all warnings fatal.
+.PP
+When no FILE is specified, read standard input.
+.SH AUTHOR
+.B totem\-audio\-preview 
+was written by Bastien Nocera <had...@hadess.net>.
+.PP 
+This manual page was written by Milan Kupcevic for the Debian Project.
+.SH SEE ALSO
+.PP
+.BR \%totem\-video\-thumbnailer (1),
+.BR \%totem (1), 
+.BR \%nautilus (1)

Reply via email to