[Pkg-pulseaudio-devel] r141 - in /pavumeter/trunk/debian: control pavumeter.1 pavumeter.1.txt rules

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Thu May 31 13:42:06 UTC 2007


Author: neurocyte-guest
Date: Thu May 31 13:42:06 2007
New Revision: 141

URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=141
Log:
Add --record option to manpage and rewrite in asciidoc

Added:
    pavumeter/trunk/debian/pavumeter.1.txt
Removed:
    pavumeter/trunk/debian/pavumeter.1
Modified:
    pavumeter/trunk/debian/control
    pavumeter/trunk/debian/rules

Modified: pavumeter/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavumeter/trunk/debian/control?rev=141&op=diff
==============================================================================
--- pavumeter/trunk/debian/control (original)
+++ pavumeter/trunk/debian/control Thu May 31 13:42:06 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: CJ van den Berg <cj at vdbonline.com>
 Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libpulse-dev,
-    libgtkmm-2.4-dev, lynx
+    libgtkmm-2.4-dev, lynx, asciidoc, xmlto
 Standards-Version: 3.7.2
 
 Package: pavumeter

Added: pavumeter/trunk/debian/pavumeter.1.txt
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavumeter/trunk/debian/pavumeter.1.txt?rev=141&op=file
==============================================================================
--- pavumeter/trunk/debian/pavumeter.1.txt (added)
+++ pavumeter/trunk/debian/pavumeter.1.txt Thu May 31 13:42:06 2007
@@ -1,0 +1,71 @@
+pavumeter(1)
+============
+
+
+Name
+----
+pavumeter - A volume meter for the PulseAudio sound server
+
+
+Synopsis
+--------
+'pavumeter' [OPTION...] [<sink>|--record <source>]
+
+
+Description
+-----------
+Displays a live volume meter of a PulseAudio source or sink.
+
+
+Options
+-------
+<sink>::
+        The PulseAudio sink device to monitor. If _<sink>_ is not
+        specified, the default output sink is used.
+
+--record <source>::
+        Show Recording Levels. _<source>_ is the PulseAudio source device to
+        monitor. If _<source>_ is not specified, the default input source
+        is used.
+
+--display=DISPLAY::
+        Specify the X display to use.
+
+-h, --help::
+        Show a summary of options.
+
+--help-all::
+        Show all available options.
+
+--help-gtk::
+        Show standard gtk options.
+
+
+See Also
+--------
+pulseaudio(1), pavucontrol(1), padevchooser(1)
+
+
+Resources
+---------
+Homepage: http://0pointer.de/lennart/projects/pavumeter/[]
+
+PulseAudio web site: http://pulseaudio.org/[]
+
+
+Author
+------
+Written by Lennart Poettering <mzihzrgre at 0pointer.de>
+
+
+Documentation
+-------------
+Documentation by CJ van den Berg <cj at vdbonline.com>.
+
+
+Copying
+-------
+Copyright \(C) 2004-2006 Lennart Poettering. Free use of this software is
+granted under the terms of the GNU General Public License (GPL).
+
+

Modified: pavumeter/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/pavumeter/trunk/debian/rules?rev=141&op=diff
==============================================================================
--- pavumeter/trunk/debian/rules (original)
+++ pavumeter/trunk/debian/rules Thu May 31 13:42:06 2007
@@ -2,3 +2,10 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+
+common-build-arch:: $(CURDIR)/debian/pavumeter.1.txt
+	a2x -d manpage -f manpage $(CURDIR)/debian/pavumeter.1.txt
+
+clean::
+	rm -f $(CURDIR)/debian/pavumeter.1.xml
+	rm -f $(CURDIR)/debian/pavumeter.1




More information about the Pkg-pulseaudio-devel mailing list