source: lxqt/apps/pavucontrol-qt.xml@ 89d6c9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 89d6c9a was 89d6c9a, checked in by Pierre Labastie <pieere@…>, 6 years ago

Tags (LXQt and deps)

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

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