source: archive/xfce4-mixer.xml@ 54bd123

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 54bd123 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.3 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 <!ENTITY xfce4-mixer-download-http
8 "http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-&xfce4-mixer-version;.tar.bz2">
9 <!ENTITY xfce4-mixer-download-ftp " ">
10 <!ENTITY xfce4-mixer-md5sum "e47d5b3e873fdee3fa80d309a5f53e9c">
11 <!ENTITY xfce4-mixer-size "452 KB">
12 <!ENTITY xfce4-mixer-buildsize "9.3 MB">
13 <!ENTITY xfce4-mixer-time "0.2 SBU">
14]>
15
16<sect1 id="xfce4-mixer" xreflabel="xfce4-mixer-&xfce4-mixer-version;">
17 <?dbhtml filename="xfce4-mixer.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xfce4-mixer-&xfce4-mixer-version;</title>
24
25 <indexterm zone="xfce4-mixer">
26 <primary sortas="a-xfce4-mixer">xfce4-mixer</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Xfce4 Mixer</title>
31
32 <para>
33 <application>Xfce4 Mixer</application> is a volume control
34 application for the <application>Xfce</application> desktop
35 based on <application>GStreamer</application>.
36 </para>
37
38 &lfs77_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xfce4-mixer-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xfce4-mixer-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xfce4-mixer-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xfce4-mixer-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xfce4-mixer-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xfce4-mixer-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Xfce4 Mixer Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gst-plugins-base"/>,
79 <xref linkend="libunique"/> and
80 <xref linkend="xfce4-panel"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="keybinder2"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/xfce4-mixer"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Xfce4 Mixer</title>
95
96 <para>
97 Install <application>Xfce4 Mixer</application> by running the following
98 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 xfce4-mixer
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 /usr/share/pixmaps/xfce4-mixer and
133 /usr/share/xfce4-mixer
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="xfce4-mixer-prog">
144 <term><command>xfce4-mixer</command></term>
145 <listitem>
146 <para>
147 is an audio mixer which allows you to adjust input
148 and output volume levels on your sound cards.
149 </para>
150 <indexterm zone="xfce4-mixer xfce4-mixer-prog">
151 <primary sortas="b-xfce4-mixer">xfce4-mixer</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.