source: multimedia/audioutils/pavucontrol.xml@ 08c67d6

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 08c67d6 was 9b05403, checked in by Douglas R. Reno <renodr@…>, 3 months ago

Pavucontrol: update the dependencies list.

Thanks goes to both Ken and John Frankish.

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[91d7e16]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 " ">
[06422f4]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">
[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
[1241ea19]35 &lfs121_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">
[06422f4]75 <xref linkend="gtkmm4"/>,
[cb35df2]76 <xref linkend="json-glib"/>,
[9b05403]77 <xref linkend="libsigc3"/>, and
[91d7e16]78 <xref linkend="pulseaudio"/>
79 </para>
80
[9b05403]81 <bridgehead renderas="sect3">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libcanberra"/> and
84 <xref linkend="lynx"/>
85 </para>
86
[91d7e16]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
[50ceedf6]97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
[9b05403]100meson setup --prefix=/usr --buildtype=release -Dlynx=false .. &amp;&amp;
[50ceedf6]101ninja</userinput></screen>
[91d7e16]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
[50ceedf6]111<screen role="root"><userinput>ninja install &amp;&amp;
112mv /usr/share/doc/pavucontrol /usr/share/doc/pavucontrol-&pavucontrol-version;
113</userinput></screen>
[91d7e16]114 </sect2>
115
[9b05403]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
[91d7e16]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>
[50ceedf6]143 /usr/share/pavucontrol and /usr/share/doc/pavucontrol-&pavucontrol-version;
[91d7e16]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
[4c24eb0a]158 <application>pulsaudio</application>
[91d7e16]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.