blob: abd7680cf83b6f173d12f1b56432915eee460e0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
<?xml version="1.0" encoding="UTF-8"?>
<!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;
<!-- Shorten the url here a bit -->
<!ENTITY pap "xfce4-pulseaudio-plugin">
<!ENTITY papv "&pap;-&xfce4-pulseaudio-plugin-version;">
<!ENTITY xfce4-pulseaudio-plugin-download-http "https://archive.xfce.org/src/panel-plugins/&pap;/0.4/&papv;.tar.bz2">
<!ENTITY xfce4-pulseaudio-plugin-download-ftp " ">
<!ENTITY xfce4-pulseaudio-plugin-md5sum "83317e672e843e0b14d0da24ed301b3b">
<!ENTITY xfce4-pulseaudio-plugin-size "428 KB">
<!ENTITY xfce4-pulseaudio-plugin-buildsize "6.4 MB">
<!ENTITY xfce4-pulseaudio-plugin-time "less than 0.1 SBU">
]>
<sect1 id="xfce4-pulseaudio-plugin" xreflabel="&papv;">
<?dbhtml filename="xfce4-pulseaudio-plugin.html"?>
<title>&papv;</title>
<indexterm zone="xfce4-pulseaudio-plugin">
<primary sortas="a-xfce4-pulseaudio-plugin">xfce4-pulseaudio-plugin</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to the Xfce4 Pulseaudio Plugin</title>
<para>
The <application>Xfce4 Pulseaudio Plugin</application> is a plugin for
the Xfce panel which provides a convenient way to adjust the audio volume
of the PulseAudio sound system and to an auto mixer tool like
pavucontrol. It can optionally handle multimedia keys for controlling the
audio volume.
</para>
&lfs122_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xfce4-pulseaudio-plugin-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xfce4-pulseaudio-plugin-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &xfce4-pulseaudio-plugin-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &xfce4-pulseaudio-plugin-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &xfce4-pulseaudio-plugin-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &xfce4-pulseaudio-plugin-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Xfce4 Pulseaudio Plugin Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libnotify"/>,
<xref linkend="pulseaudio"/>, and
<xref linkend="xfce4-panel"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="keybinder3"/> and
<xref linkend="pavucontrol"/> (runtime)
</para>
</sect2>
<sect2 role="installation">
<title>Installation of the Xfce4 Pulseaudio Plugin</title>
<para>
Install the <application>Xfce4 Pulseaudio Plugin</application> by
running the following commands:
</para>
<screen><userinput>./configure --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 Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libpulseaudio-plugin.so
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>
|