source: multimedia/audioutils/pavucontrol.xml@ 9b05403

trunk
Last change on this file since 9b05403 was 9b05403, checked in by Douglas R. Reno <renodr@…>, 3 weeks ago

Pavucontrol: update the dependencies list.

Thanks goes to both Ken and John Frankish.

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "021ff562b18f5458a3911a40f9bd20ef">
10 <!ENTITY pavucontrol-size "164 KB">
11 <!ENTITY pavucontrol-buildsize "4.9 MB">
12 <!ENTITY pavucontrol-time "0.2 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 &lfs121_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="gtkmm4"/>,
76 <xref linkend="json-glib"/>,
77 <xref linkend="libsigc3"/>, and
78 <xref linkend="pulseaudio"/>
79 </para>
80
81 <bridgehead renderas="sect3">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libcanberra"/> and
84 <xref linkend="lynx"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of pavucontrol</title>
91
92 <para>
93 Install <application>pavucontrol</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100meson setup --prefix=/usr --buildtype=release -Dlynx=false .. &amp;&amp;
101ninja</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install &amp;&amp;
112mv /usr/share/doc/pavucontrol /usr/share/doc/pavucontrol-&pavucontrol-version;
113</userinput></screen>
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <para>
120 <parameter>-Dlynx=false</parameter>: This switch disables generating the
121 README file in text format. Remove this switch if you want the README
122 file in text format and have <xref linkend="lynx"/> installed.
123 </para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>
137 pavucontrol
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 /usr/share/pavucontrol and /usr/share/doc/pavucontrol-&pavucontrol-version;
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="pavucontrol-prog">
154 <term><command>pavucontrol</command></term>
155 <listitem>
156 <para>
157 is a GUI configuration tool for sound settings using
158 <application>pulsaudio</application>
159 </para>
160 <indexterm zone="pavucontrol pavucontrol-prog">
161 <primary sortas="b-pavucontrol">pavucontrol</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.