From c2ec65fc81cc51573f3fb9deb02fa2830a359604 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 27 Jul 2006 18:14:19 +0000 Subject: initial commit git-svn-id: file:///home/lennart/svn/public/paprefs/trunk@3 54a58c19-9419-0410-9bbb-d8fa3e5d54ff --- doc/README.html.in | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 doc/README.html.in (limited to 'doc/README.html.in') diff --git a/doc/README.html.in b/doc/README.html.in new file mode 100644 index 0000000..7089154 --- /dev/null +++ b/doc/README.html.in @@ -0,0 +1,121 @@ + + + + + +PulseAudio Volume Control @PACKAGE_VERSION@ + + + + +

PulseAudio Volume Control @PACKAGE_VERSION@

+ +

Copyright 2006 Lennart Poettering <@PACKAGE_BUGREPORT@>

+ + + +

License

+ +

This program 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 program 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 program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

+ +

News

+ +
Mon Jul 24 2006:

Version 0.9.3 released; show client names only if they are set

+ +
Sat Jul 8 2006:

Version 0.9.2 released; update for PulseAudio 0.9.2

+ +
Fri Jun 2 2006:

Version 0.9.1 released; add a .desktop file; update icons everywhere

+ +
Sat May 27 2006:

Version 0.9.0 released; update for Polypaudio 0.9.0; show client name of playback streams; make volume slider more responsive

+ +
Fri Apr 21 2006:

Version 0.8 released; initial release

+ +

Overview

+ +

PulseAudio Volume Control (paprefs) is a simple GTK +based volume control tool ("mixer") for the PulseAudio +sound server. In contrast to classic mixer tools this one allows +you to control both the volume of hardware devices and of each +playback stream seperately.

+ +

Everybody loves screenshots.

+ +

Current Status

+ +

Works perfectly.

+ +

Documentation

+ +

There is not much to say. Just run paprefs and see for yourself.

+ +

Requirements

+ +

Currently, paprefs is tested on Linux only.

+ +

paprefs was developed and tested on Debian GNU/Linux +"testing" from April 2006, it should work on most other Linux +distributions (and maybe Unix versions) since it uses GNU autoconf for +source code configuration.

+ +

paprefs requires gtkmm and glademmm installed.

+ +

Obviously paprefs requires an installation of PulseAudio (version 0.9.x).

+ +

Installation

+ +

As this package is made with the GNU autotools you should run +./configure inside the distribution directory for configuring +the source tree. After that you should run make for +compilation and make install (as root) for installation of +paprefs.

+ +

Acknowledgements

+ +

None so far.

+ +

Download

+ +

The newest release is always available from @PACKAGE_URL@

+ +

The current release is @PACKAGE_VERSION@

+ +

Get paprefs's development sources from the Subversion repository (viewcvs):

+ +
svn checkout svn://svn.0pointer.net/paprefs/trunk paprefs
+ +

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.

+ +
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, July 2006
+
$Id$
+ + + -- cgit