mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
152 lines
4.1 KiB
XML
152 lines
4.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY pavucontrol-qt-download-http "https://github.com/lxqt/pavucontrol-qt/releases/download/&lxqt-version;/pavucontrol-qt-&lxqt-version;.tar.xz">
|
|
<!ENTITY pavucontrol-qt-download-ftp " ">
|
|
<!ENTITY pavucontrol-qt-md5sum "0601924b580f050f43d038d407969c3b">
|
|
<!ENTITY pavucontrol-qt-size "105 KB">
|
|
<!ENTITY pavucontrol-qt-buildsize "3.9 MB">
|
|
<!ENTITY pavucontrol-qt-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="pavucontrol-qt" xreflabel="pavucontrol-qt-&lxqt-version;">
|
|
<?dbhtml filename="pavucontrol-qt.html"?>
|
|
|
|
|
|
<title>pavucontrol-qt-&lxqt-version;</title>
|
|
|
|
<indexterm zone="pavucontrol-qt">
|
|
<primary sortas="a-pavucontrol-qt">pavucontrol-qt</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to pavucontrol-qt</title>
|
|
|
|
<para>
|
|
<application>pavucontrol-qt</application> is the Qt port of the volume
|
|
control utility pavucontrol, which is used to adjust audio levels in
|
|
Pulseaudio. It is desktop environment agnostic.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&pavucontrol-qt-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&pavucontrol-qt-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &pavucontrol-qt-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &pavucontrol-qt-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &pavucontrol-qt-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &pavucontrol-qt-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">pavucontrol-qt Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="liblxqt"/> and
|
|
<xref linkend="pulseaudio"/> (built with
|
|
<xref linkend="glib2"/> support)
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of pavucontrol-qt</title>
|
|
|
|
<para>
|
|
Install <application>pavucontrol-qt</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
pavucontrol-qt
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="pavucontrol-qt-prog">
|
|
<term><command>pavucontrol-qt</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a Qt based GUI configuration tool for sound settings using
|
|
<application>pulseaudio</application>
|
|
</para>
|
|
<indexterm zone="pavucontrol-qt pavucontrol-qt-prog">
|
|
<primary sortas="b-pavucontrol-qt">pavucontrol-qt</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|