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

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f16293 was 9f16293, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags for multimedia and networking.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24269 af4574ff-66df-0310-9fd7-8a98e5e911e0

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