source: multimedia/audioutils/pavucontrol.xml@ d8e1be0

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d8e1be0 was d8e1be0, checked in by Xi Ruoyao <xry111@…>, 12 months ago

multimedia: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 4.2 KB
Line 
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
7 <!ENTITY pavucontrol-download-http "https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-&pavucontrol-version;.tar.xz">
8 <!ENTITY pavucontrol-download-ftp " ">
9 <!ENTITY pavucontrol-md5sum "a4a5dc51dcf4d912443faf3fe8d32b55">
10 <!ENTITY pavucontrol-size "192 KB">
11 <!ENTITY pavucontrol-buildsize "14 MB">
12 <!ENTITY pavucontrol-time "0.3 SBU">
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
31 classic mixer tools, this one allows you to control both the volume of
32 hardware devices and of each playback stream separately.
33 </para>
34
35 &lfs113_checked;
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"/>,
76 <xref linkend="json-glib"/>,
77 <xref linkend="libcanberra"/>,
78 <xref linkend="libsigc"/>, and
79 <xref linkend="pulseaudio"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of pavucontrol</title>
86
87 <para>
88 Install <application>pavucontrol</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/pavucontrol-&pavucontrol-version; &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directory</segtitle>
113
114 <seglistitem>
115 <seg>
116 pavucontrol
117 </seg>
118 <seg>
119 None
120 </seg>
121 <seg>
122 /usr/share/pavucontrol and /usr/share/doc/pavucontrol-5.0
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="pavucontrol-prog">
133 <term><command>pavucontrol</command></term>
134 <listitem>
135 <para>
136 is a GUI configuration tool for sound settings using
137 <application>pulsaudio</application>
138 </para>
139 <indexterm zone="pavucontrol pavucontrol-prog">
140 <primary sortas="b-pavucontrol">pavucontrol</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.