--- pavumeter-0.9.3.orig/debian/menu +++ pavumeter-0.9.3/debian/menu @@ -0,0 +1,2 @@ +?package(pavumeter):needs="X11" section="Applications/Sound"\ + title="pavumeter" command="/usr/bin/pavumeter" --- pavumeter-0.9.3.orig/debian/copyright +++ pavumeter-0.9.3/debian/copyright @@ -0,0 +1,50 @@ +This package was debianized by CJ van den Berg on +Thu, 10 Aug 2006 15:59:43 +0200. + +It was downloaded from http://0pointer.de/lennart/projects/pavumeter/ + +Upstream Author: Lennart Poettering + +Copyright: Copyright 2004-2006 Lennart Poettering + +License: + + src/vumeter.cc is licensed under the LGPL, this will change to the GPL in + the future: + + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at + your option) any later version. + + This package 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 Lesser + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General Public +License can be found in `/usr/share/common-licenses/LGPL'. + + All other files, unless otherwise stated, are licensed under the GPL: + + This package is free software; you can 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 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- pavumeter-0.9.3.orig/debian/compat +++ pavumeter-0.9.3/debian/compat @@ -0,0 +1 @@ +5 --- pavumeter-0.9.3.orig/debian/control +++ pavumeter-0.9.3/debian/control @@ -0,0 +1,19 @@ +Source: pavumeter +Section: sound +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: CJ van den Berg +Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libpulse-dev, + libgtkmm-2.4-dev, lynx, asciidoc, xmlto, quilt +Standards-Version: 3.7.2 + +Package: pavumeter +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-icon-theme +Recommends: pavucontrol, padevchooser, paman +Description: PulseAudio Volume Meter + PulseAudio, previously known as Polypaudio, is a sound server for POSIX and + WIN32 systems. It is a drop in replacement for the ESD sound server with + much better latency, mixing/re-sampling quality and overall architecture. + . + A simple GTK volume meter for the PulseAudio sound server. --- pavumeter-0.9.3.orig/debian/pavumeter.1.txt +++ pavumeter-0.9.3/debian/pavumeter.1.txt @@ -0,0 +1,71 @@ +pavumeter(1) +============ + + +Name +---- +pavumeter - A volume meter for the PulseAudio sound server + + +Synopsis +-------- +'pavumeter' [OPTION...] [|--record ] + + +Description +----------- +Displays a live volume meter of a PulseAudio source or sink. + + +Options +------- +:: + The PulseAudio sink device to monitor. If __ is not + specified, the default output sink is used. + +--record :: + Show Recording Levels. __ is the PulseAudio source device to + monitor. If __ 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 + + +Documentation +------------- +Documentation by CJ van den Berg . + + +Copying +------- +Copyright \(C) 2004-2006 Lennart Poettering. Free use of this software is +granted under the terms of the GNU General Public License (GPL). + + --- pavumeter-0.9.3.orig/debian/watch +++ pavumeter-0.9.3/debian/watch @@ -0,0 +1,8 @@ +# Control file for uscan +# Run the "uscan" command to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://0pointer.de/lennart/projects/pavumeter/ pavumeter-(.*)\.tar\.gz --- pavumeter-0.9.3.orig/debian/changelog +++ pavumeter-0.9.3/debian/changelog @@ -0,0 +1,43 @@ +pavumeter (0.9.3-1ubuntu2) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:04:09 -0700 + +pavumeter (0.9.3-1ubuntu1) hardy; urgency=low + + * Packaging: + - maintainer field mangling, + * Patches: + - apply (new) patch masking menu items ala MenusRevisited. + + -- Daniel T Chen Sun, 13 Jan 2008 13:48:20 -0500 + +pavumeter (0.9.3-1) unstable; urgency=low + + * New Upstream Version (Closes: #451720, #448338) + * debian/patches/0001-Correct-invalid-category-entry-in-desktop-files.patch: + + Added, removes invalid Application category. + * debian/menu: Move to Applications section now that Apps is obsolete. + + -- CJ van den Berg Wed, 21 Nov 2007 17:09:43 +0100 + +pavumeter (0.9.2-2) unstable; urgency=low + + * debian/pavumeter.1: Fix a typo in pavumeter manpage. (Closes: #410601) + * debian/patches/01_use_stock_g2.14_icons.dpatch: + - Removed. No longer needed with Gnome 2.18. + + -- CJ van den Berg Thu, 31 May 2007 23:11:15 +0200 + +pavumeter (0.9.2-1) unstable; urgency=low + + [ CJ van den Berg ] + * Initial release + + [ Loic Minier ] + * Depend on gnome-icon-theme for the icons. + * Clarify which files are under which license. + + -- Loic Minier Tue, 24 Oct 2006 20:53:17 +0200 + --- pavumeter-0.9.3.orig/debian/pavumeter.manpages +++ pavumeter-0.9.3/debian/pavumeter.manpages @@ -0,0 +1 @@ +debian/pavumeter.1 --- pavumeter-0.9.3.orig/debian/rules +++ pavumeter-0.9.3/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.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 + +update-patch-series: + mkdir -p $(CURDIR)/debian/patches + rm -f $(CURDIR)/debian/patches/*.patch + git-format-patch -o $(CURDIR)/debian/patches patches ^upstream | \ + xargs -n 1 basename > $(CURDIR)/debian/patches/series + for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \ + do \ + lines=$$(cat $$patch | wc -l) ; \ + head -n $$(($$lines - 3)) $$patch > $${patch}.chomped ; \ + mv $${patch}.chomped $$patch ; \ + done --- pavumeter-0.9.3.orig/debian/patches/0001-Correct-invalid-category-entry-in-desktop-files.patch +++ pavumeter-0.9.3/debian/patches/0001-Correct-invalid-category-entry-in-desktop-files.patch @@ -0,0 +1,35 @@ +From e356fd3a0973a5d96c72d959593b2d987915a42c Mon Sep 17 00:00:00 2001 +From: CJ van den Berg +Date: Wed, 28 Nov 2007 23:44:32 +0100 +Subject: [PATCH] Correct invalid category entry in desktop files + +This desktop entry lists a category that is not one of the registered +Main or Additional Categories in the FreeDesktop specification. + +Refer to http://standards.freedesktop.org/menu-spec/1.0/apa.html for +details. +--- + src/pavumeter-record.desktop | 2 +- + src/pavumeter.desktop | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/pavumeter-record.desktop b/src/pavumeter-record.desktop +index 6363349..633126a 100644 +--- a/src/pavumeter-record.desktop ++++ b/src/pavumeter-record.desktop +@@ -7,4 +7,4 @@ Exec=pavumeter --record + Icon=audio-input-microphone + StartupNotify=true + Type=Application +-Categories=Application;AudioVideo;Audio; ++Categories=AudioVideo;Audio; +diff --git a/src/pavumeter.desktop b/src/pavumeter.desktop +index c28d343..c63be3c 100644 +--- a/src/pavumeter.desktop ++++ b/src/pavumeter.desktop +@@ -7,4 +7,4 @@ Exec=pavumeter + Icon=audio-input-microphone + StartupNotify=true + Type=Application +-Categories=Application;AudioVideo;Audio; ++Categories=AudioVideo;Audio; --- pavumeter-0.9.3.orig/debian/patches/series +++ pavumeter-0.9.3/debian/patches/series @@ -0,0 +1,2 @@ +0001-Correct-invalid-category-entry-in-desktop-files.patch +0050-MenusRevisited.patch --- pavumeter-0.9.3.orig/debian/patches/0050-MenusRevisited.patch +++ pavumeter-0.9.3/debian/patches/0050-MenusRevisited.patch @@ -0,0 +1,16 @@ +diff -Nur -x '*.orig' -x '*~' pavumeter-0.9.3/src/pavumeter.desktop pavumeter-0.9.3.new/src/pavumeter.desktop +--- pavumeter-0.9.3/src/pavumeter.desktop 2008-01-13 13:57:12.000000000 -0500 ++++ pavumeter-0.9.3.new/src/pavumeter.desktop 2008-01-13 13:58:26.000000000 -0500 +@@ -8,3 +8,4 @@ + StartupNotify=true + Type=Application + Categories=AudioVideo;Audio; ++NoDisplay=true +diff -Nur -x '*.orig' -x '*~' pavumeter-0.9.3/src/pavumeter-record.desktop pavumeter-0.9.3.new/src/pavumeter-record.desktop +--- pavumeter-0.9.3/src/pavumeter-record.desktop 2008-01-13 13:57:12.000000000 -0500 ++++ pavumeter-0.9.3.new/src/pavumeter-record.desktop 2008-01-13 13:58:03.000000000 -0500 +@@ -8,3 +8,4 @@ + StartupNotify=true + Type=Application + Categories=AudioVideo;Audio; ++NoDisplay=true