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

10.1 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 90d24524 was d48a33a, checked in by Ken Moffat <ken@…>, 4 years ago

This better xfce4-pulseaudio-plugin tarball has a configure script, not an autogen.sh.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23654 af4574ff-66df-0310-9fd7-8a98e5e911e0

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