source: multimedia/audioutils/pavucontrol.xml@ 4c82fcd

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 4c82fcd was 6bc8029d, checked in by Bruce Dubbs <bdubbs@…>, 22 months ago

All multimedia tags except one

  • 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>pavucontrol-&pavucontrol-version;</title>
23
24 <indexterm zone="pavucontrol">
25 <primary sortas="a-pavucontrol">pavucontrol</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to pavucontrol</title>
30
31 <para>
32 PulseAudio Volume Control (pavucontrol) is a simple GTK based volume
33 control tool ("mixer") for the PulseAudio sound server. In contrast to
[436cc4d2]34 classic mixer tools, this one allows you to control both the volume of
[91d7e16]35 hardware devices and of each playback stream separately.
36 </para>
37
[6bc8029d]38 &lfs112_checked;
[91d7e16]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&pavucontrol-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&pavucontrol-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &pavucontrol-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &pavucontrol-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &pavucontrol-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &pavucontrol-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">pavucontrol Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtkmm3"/>,
[cb35df2]79 <xref linkend="json-glib"/>,
[5e8e96d1]80 <xref linkend="libcanberra"/>,
[91d7e16]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>
[cb35df2]128 /usr/share/pavucontrol and /usr/share/doc/pavucontrol-5.0
[91d7e16]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
[4c24eb0a]143 <application>pulsaudio</application>
[91d7e16]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.