source: xfce/apps/xfce4-pulseaudio-plugin.xml@ b5eadf6a

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b5eadf6a 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: 4.1 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 <!-- Shorten the url here a bit -->
8 <!ENTITY pap "xfce4-pulseaudio-plugin">
9 <!ENTITY papv "&pap;-&xfce4-pulseaudio-plugin-version;">
10
11 <!ENTITY xfce4-pulseaudio-plugin-download-http "https://archive.xfce.org/src/panel-plugins/&pap;/0.4/&papv;.tar.bz2">
12 <!ENTITY xfce4-pulseaudio-plugin-download-ftp " ">
13 <!ENTITY xfce4-pulseaudio-plugin-md5sum "c6fe6cef01aa1786d388c51a6ed2ec5c">
14 <!ENTITY xfce4-pulseaudio-plugin-size "388 KB">
15 <!ENTITY xfce4-pulseaudio-plugin-buildsize "6.8 MB">
16 <!ENTITY xfce4-pulseaudio-plugin-time "less than 0.1 SBU">
17]>
18
19<sect1 id="xfce4-pulseaudio-plugin" xreflabel="&papv;">
20 <?dbhtml filename="xfce4-pulseaudio-plugin.html"?>
21
22
23 <title>&papv;</title>
24
25 <indexterm zone="xfce4-pulseaudio-plugin">
26 <primary sortas="a-xfce4-pulseaudio-plugin">xfce4-pulseaudio-plugin</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to the Xfce4 Pulseaudio Plugin</title>
31
32 <para>
33 The <application>Xfce4 Pulseaudio Plugin</application> is a plugin for
34 the Xfce panel which provides a convenient way to adjust the audio volume
35 of the PulseAudio sound system and to an auto mixer tool like
36 pavucontrol. It can optionally handle multimedia keys for controlling the
37 audio volume.
38 </para>
39
40 &lfs112_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&xfce4-pulseaudio-plugin-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xfce4-pulseaudio-plugin-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xfce4-pulseaudio-plugin-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xfce4-pulseaudio-plugin-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xfce4-pulseaudio-plugin-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xfce4-pulseaudio-plugin-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Xfce4 Pulseaudio Plugin Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="dbus-glib"/>,
81 <xref linkend="libnotify"/>,
82 <xref linkend="pulseaudio"/>, and
83 <xref linkend="xfce4-panel"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="keybinder3"/> and
89 <xref linkend="pavucontrol"/> (runtime)
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xfce4-pulseaudio-plugin"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of the Xfce4 Pulseaudio Plugin</title>
99
100 <para>
101 Install the <application>Xfce4 Pulseaudio Plugin</application> by
102 running the following commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 libpulseaudio-plugin.so
134 </seg>
135 <seg>
136 None
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.