Skip to content
Commits on Source (6)
......@@ -10,8 +10,6 @@
<body>
<h1><a name="top">PulseAudio Volume Control @PACKAGE_VERSION@</a></h1>
<p><i>Copyright 2006-2009 Lennart Poettering, 2009-2011 Colin Guthrie &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
<li><a href="#news">News</a></li>
......@@ -20,8 +18,9 @@
<li><a href="#documentation">Documentation</a></li>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#acks">Acknowledgements</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#bugs">Bug Reports</a></li>
<li><a href="#patches">Contributing Code</a></li>
</ul>
<h2><a name="license">License</a></h2>
......@@ -38,6 +37,32 @@ General Public License for more details.</p>
<h2><a name="news">News</a></h2>
<div class="news-date">Soon: </div>
<p class="news-text">
<a href="@PACKAGE_URL@pavucontrol-4.0.tar.xz">Version 4.0</a> released.
Changes:</p>
<ul>
<li>There can now be only one pavucontrol window open at a time. Trying to
start pavucontrol for a second time brings the first window to foreground.</li>
<li>Added a "Show volume meters" checkbox to the Configuration tab. Disabling
the volume meters reduces CPU use.</li>
<li>Improve the use of space (remove useless margins and paddings).</li>
<li>Use a more appropriate icon for the channel lock button.</li>
<li>Maximum latency offset increased from 2 to 5 seconds to accommodate AirPlay
devices that often have higher latency than 2 seconds (this is not that useful
on newer PulseAudio versions, though, because the latency is reported much more
accurately than before).</li>
<li>New --version command line option.</li>
<li>New translations: Croatian, Korean, Norwegian Nynorsk, Lithuanian,
Valencian.</li>
<li>Updated translations: Chinese (Taiwan), Finnish, French, German, Italian,
Japanese, Polish, Swedish.
</li>
<li>Dropped support for Gtk+ 2.</li>
<li>Bumped the minimum supported libpulse version to 5.0.</li>
<li>Improved compatibility with newer Glade versions.</li>
</ul>
<div class="news-date">Tue Mar 24
2015: </div> <p class="news-text"><a href="@PACKAGE_URL@pavucontrol-3.0.tar.xz">Version
3.0</a> released; improved error handling; remember device selection visibility; window sizing improvements.</p>
......@@ -125,12 +150,8 @@ playback stream separately.</p>
<h2><a name="requirements">Requirements</a></h2>
<p>Currently, <tt>pavucontrol</tt> is tested on Linux only.</p>
<p><tt>pavucontrol</tt> 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.</p>
<p>Currently, <tt>pavucontrol</tt> is tested on Linux only. It should work on
most Linux distributions.</p>
<p><tt>pavucontrol</tt> requires <a href="http://www.gtkmm.org"><tt>gtkmm</tt></a> and <tt>glademmm</tt> installed.</p>
......@@ -144,10 +165,6 @@ the source tree. After that you should run <tt>make</tt> for
compilation and <tt>make install</tt> (as root) for installation of
<tt>pavucontrol</tt>.</p>
<h2><a name="acks">Acknowledgements</a></h2>
<p>Colin Guthrie for the card profile UI and other work</p>
<h2><a name="download">Download</a></h2>
<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>
......@@ -158,8 +175,15 @@ compilation and <tt>make install</tt> (as root) for installation of
<pre>git clone https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git</pre>
<hr/>
<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2009</address>
<h2><a name="bugs">Bug Reports</a></h2>
<p>Here's the list of open bug reports: <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues">https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues</a></p>
<p>And here you can create a new bug report: <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/new">https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/new</a></p>
<h2><a name="patches">Contributing Code</a></h2>
<p>If you have patches for pavucontrol, the primary method for submitting them is by creating a merge request in <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol">GitLab</a>. Alternatively, you can send patches to the <a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">PulseAudio mailing list</a> (requires subscription).</p>
</body>
</html>