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

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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