Your message dated Wed, 11 Jun 2025 10:55:20 +0100
with message-id <[email protected]>
and subject line Re: Bug#751346: man page for totem-audio-preview
has caused the Debian Bug report #751346,
regarding man page for totem-audio-preview
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
751346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751346
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
+.\"
+.\" 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 <[email protected]>.
+.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)
--- End Message ---
--- Begin Message ---
On Wed, 11 Jun 2014 at 17:38:06 -0400, Milan Kupcevic wrote:
A patch adding totem-audio-preview man page is attached.
I think this was applied upstream at some point, but in any case
totem-audio-preview no longer exists, so this is no longer applicable.
Closing the bug report.
Thanks,
smcv
--- End Message ---