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

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "83317e672e843e0b14d0da24ed301b3b">
14 <!ENTITY xfce4-pulseaudio-plugin-size "428 KB">
15 <!ENTITY xfce4-pulseaudio-plugin-buildsize "6.4 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 &lfs121_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 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of the Xfce4 Pulseaudio Plugin</title>
96
97 <para>
98 Install the <application>Xfce4 Pulseaudio Plugin</application> by
99 running the following commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Program</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 None
128 </seg>
129 <seg>
130 libpulseaudio-plugin.so
131 </seg>
132 <seg>
133 None
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.