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

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 4ea982c2 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.5 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY pavucontrol-qt-download-http "https://downloads.lxqt.org/pavucontrol-qt/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz">-->
11 <!ENTITY pavucontrol-qt-download-http "https://github.com/lxde/pavucontrol-qt/releases/download/&pavucontrol-qt-version;/pavucontrol-qt-&pavucontrol-qt-version;.tar.xz">
12 <!ENTITY pavucontrol-qt-download-ftp " ">
13 <!ENTITY pavucontrol-qt-md5sum "050e24b2a22d197c119b8899f252b44b">
14 <!ENTITY pavucontrol-qt-size "34 KB">
15 <!ENTITY pavucontrol-qt-buildsize "3.9 MB">
16 <!ENTITY pavucontrol-qt-time "0.2 SBU">
17]>
18
19<sect1 id="pavucontrol-qt" xreflabel="pavucontrol-qt-&pavucontrol-qt-version;">
20 <?dbhtml filename="pavucontrol-qt.html"?>
21
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 &lfs82_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 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 <para>
122 If you installed in /opt, again as the
123 <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
127 ln -svf $LXQT_PREFIX/share/applications/pavucontrol-qt.desktop \
128 /usr/share/applications
129fi</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
138 <xref linkend="git"/>, which would otherwise be requested to download
139 the translation files.
140 </para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Program</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directory</segtitle>
151
152 <seglistitem>
153 <seg>
154 pavucontrol-qt
155 </seg>
156 <seg>
157 None
158 </seg>
159 <seg>
160 None
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="pavucontrol-qt-prog">
171 <term><command>pavucontrol-qt</command></term>
172 <listitem>
173 <para>
174 is a Qt based GUI configuration tool for sound settings using
175 <application>pulsaudio</application>.
176 </para>
177 <indexterm zone="pavucontrol-qt pavucontrol-qt-prog">
178 <primary sortas="b-pavucontrol-qt">pavucontrol-qt</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.