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

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 133bd7e3 was 133bd7e3, checked in by Xi Ruoyao <xry111@…>, 2 months ago

xfce4-pulseaudio-plugin: Drop dbus-glib dependency

The upstream has dropped it since 0.4.3.

Link: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/commit/93aefcbeb147

  • 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="libnotify"/>,
81 <xref linkend="pulseaudio"/>, and
82 <xref linkend="xfce4-panel"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="keybinder3"/> and
88 <xref linkend="pavucontrol"/> (runtime)
89 </para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of the Xfce4 Pulseaudio Plugin</title>
95
96 <para>
97 Install the <application>Xfce4 Pulseaudio Plugin</application> by
98 running the following commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 None
127 </seg>
128 <seg>
129 libpulseaudio-plugin.so
130 </seg>
131 <seg>
132 None
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.