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

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 d63fed6 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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