source: lxqt/apps/pavucontrol-qt.xml@ 4ea888eb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 4ea888eb was 4ea888eb, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to QScintilla_gpl-2.10
Tag all lxqt pages.
Archive xchat.

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

  • Property mode set to 100644
File size: 5.1 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-qt-download-http "https://downloads.lxqt.org/pavucontrol-qt/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz">
8 <!ENTITY pavucontrol-qt-download-ftp " ">
9 <!ENTITY pavucontrol-qt-md5sum "f08a3a9d58078844c4d9391988a21eec">
10 <!ENTITY pavucontrol-qt-size "36 KB">
11 <!ENTITY pavucontrol-qt-buildsize "3.5 MB">
12 <!ENTITY pavucontrol-qt-time "0.2 SBU">
13]>
14
15<sect1 id="pavucontrol-qt" xreflabel="pavucontrol-qt-&pavucontrol-qt-version;">
16 <?dbhtml filename="pavucontrol-qt.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>pavucontrol-qt-&pavucontrol-qt-version;</title>
24
25 <indexterm zone="pavucontrol-qt">
26 <primary sortas="a-pavucontrol-qt">pavucontrol-qt</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to pavucontrol-qt</title>
31
32 <para>
33 <application>pavucontrol-qt</application> is the Qt port of volume
34 control pavucontrol of sound server PulseAudio. Its use is not limited
35 to LXQt.
36 </para>
37
38 &lfs80_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&pavucontrol-qt-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&pavucontrol-qt-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &pavucontrol-qt-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &pavucontrol-qt-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &pavucontrol-qt-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &pavucontrol-qt-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">pavucontrol-qt Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="liblxqt"/> and
79 <xref linkend="pulseaudio"/>, built with
80 <xref linkend="glib2"/> support
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="git"/> (to download translation files) or
86 <xref linkend="lxqt-l10n"/> (to add localization files)
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/pavucontrol-qt"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of pavucontrol-qt</title>
96
97 <para>
98 Install <application>pavucontrol-qt</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir -v build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_BUILD_TYPE=Release \
106 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
107 -DPULL_TRANSLATIONS=no \
108 .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 The choice of <filename class="directory">/usr</filename> prefix is due
113 to the general characteristics of this program, which can be used
114 without <application>LXQt</application>.
115 </para>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
134 <xref linkend="git"/>, which would otherwise be requested to download
135 the translation files.
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directory</segtitle>
147
148 <seglistitem>
149 <seg>
150 pavucontrol-qt
151 </seg>
152 <seg>
153 None
154 </seg>
155 <seg>
156 None
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="pavucontrol-qt-prog">
167 <term><command>pavucontrol-qt</command></term>
168 <listitem>
169 <para>
170 is a Qt based GUI configuration tool for
171 <application>pulsaudio</application> settings.
172 </para>
173 <indexterm zone="pavucontrol-qt pavucontrol-qt-prog">
174 <primary sortas="b-pavucontrol-qt">pavucontrol-qt</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.