source: multimedia/audioutils/pnmixer.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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 pnmixer-download-http "https://github.com/nicklan/pnmixer/releases/download/v&pnmixer-version;/pnmixer-v&pnmixer-version;.tar.gz">
8 <!ENTITY pnmixer-download-ftp " ">
9 <!ENTITY pnmixer-md5sum "e9f17f56c50de39393030a96e343427b">
10 <!ENTITY pnmixer-size "236 KB">
11 <!ENTITY pnmixer-buildsize "2.5 MB">
12 <!ENTITY pnmixer-time "less than 0.1 SBU">
13]>
14
15<sect1 id="pnmixer" xreflabel="pnmixer-&pnmixer-version;">
16 <?dbhtml filename="pnmixer.html"?>
17
18
19 <title>pnmixer-&pnmixer-version;</title>
20
21 <indexterm zone="pnmixer">
22 <primary sortas="a-pnmixer">pnmixer</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Pnmixer</title>
27
28 <para>
29 The <application>Pnmixer</application> package provides a lightweight
30 volume control with a tray icon.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&pnmixer-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&pnmixer-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &pnmixer-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &pnmixer-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &pnmixer-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &pnmixer-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Pnmixer Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="alsa-utils"/>,
74 <xref linkend="gtk3"/>, and
75 <xref linkend="libnotify"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/pnmixer"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Pnmixer</title>
85
86 <para>
87 Install <application>Pnmixer</application> by running the
88 following commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not have a testsuite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 pnmixer
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 /usr/share/pnmixer
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="pnmixer-prog">
136 <term><command>pnmixer</command></term>
137 <listitem>
138 <para>
139 is a lightweight volume control that sits in a tray
140 </para>
141 <indexterm zone="pnmixer pnmixer">
142 <primary sortas="b-pnmixer">pnmixer</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.