source: multimedia/audioutils/pavucontrol.xml@ b10c207e

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b10c207e was 4b6e2b2, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

More tags

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[91d7e16]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c6b192c]7 <!ENTITY pavucontrol-download-http "https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-&pavucontrol-version;.tar.xz">
[91d7e16]8 <!ENTITY pavucontrol-download-ftp " ">
[8394f7d1]9 <!ENTITY pavucontrol-md5sum "a4a5dc51dcf4d912443faf3fe8d32b55">
10 <!ENTITY pavucontrol-size "192 KB">
11 <!ENTITY pavucontrol-buildsize "14 MB">
12 <!ENTITY pavucontrol-time "0.3 SBU">
[91d7e16]13]>
14
15<sect1 id="pavucontrol" xreflabel="pavucontrol-&pavucontrol-version;">
16 <?dbhtml filename="pavucontrol.html"?>
17
18
19 <title>pavucontrol-&pavucontrol-version;</title>
20
21 <indexterm zone="pavucontrol">
22 <primary sortas="a-pavucontrol">pavucontrol</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to pavucontrol</title>
27
28 <para>
29 PulseAudio Volume Control (pavucontrol) is a simple GTK based volume
30 control tool ("mixer") for the PulseAudio sound server. In contrast to
[436cc4d2]31 classic mixer tools, this one allows you to control both the volume of
[91d7e16]32 hardware devices and of each playback stream separately.
33 </para>
34
[4b6e2b2]35 &lfs113_checked;
[91d7e16]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&pavucontrol-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&pavucontrol-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &pavucontrol-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &pavucontrol-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &pavucontrol-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &pavucontrol-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">pavucontrol Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtkmm3"/>,
[cb35df2]76 <xref linkend="json-glib"/>,
[5e8e96d1]77 <xref linkend="libcanberra"/>,
[91d7e16]78 <xref linkend="libsigc"/>, and
79 <xref linkend="pulseaudio"/>
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/pavucontrol"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of pavucontrol</title>
89
90 <para>
91 Install <application>pavucontrol</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/pavucontrol-&pavucontrol-version; &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
118 <seg>
119 pavucontrol
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
[cb35df2]125 /usr/share/pavucontrol and /usr/share/doc/pavucontrol-5.0
[91d7e16]126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="pavucontrol-prog">
136 <term><command>pavucontrol</command></term>
137 <listitem>
138 <para>
139 is a GUI configuration tool for sound settings using
[4c24eb0a]140 <application>pulsaudio</application>
[91d7e16]141 </para>
142 <indexterm zone="pavucontrol pavucontrol-prog">
143 <primary sortas="b-pavucontrol">pavucontrol</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.