source: gnome/applications/gnome-sound-recorder.xml@ eb5e655

gnome
Last change on this file since eb5e655 was eb5e655, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages gnome-sound-recorder gnome-tweak-tool gnome-weather gtk-vnc polari vinagre

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13380 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.4 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 gnome-sound-recorder-download-http
8 "&gnome-download-http;/gnome-sound-recorder/3.12/gnome-sound-recorder-&gnome-sound-recorder-version;.tar.xz">
9 <!ENTITY gnome-sound-recorder-download-ftp
10 "&gnome-download-ftp;/gnome-sound-recorder/3.12/gnome-sound-recorder-&gnome-sound-recorder-version;.tar.xz">
11 <!ENTITY gnome-sound-recorder-md5sum "9dfa3da21ec0a4a397c3a84ad4073a8d">
12 <!ENTITY gnome-sound-recorder-size "428 KB">
13 <!ENTITY gnome-sound-recorder-buildsize "25 MB">
14 <!ENTITY gnome-sound-recorder-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-sound-recorder" xreflabel="gnome-sound-recorder-&gnome-sound-recorder-version;">
18 <?dbhtml filename="gnome-sound-recorder.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-sound-recorder-&gnome-sound-recorder-version;</title>
26
27 <indexterm zone="gnome-sound-recorder">
28 <primary sortas="a-gnome-sound-recorder">gnome-sound-recorder</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Sound Recorder</title>
33
34 <para>
35 The <application>GNOME Sound Recorder</application> is a simple, modern sound recorder.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-sound-recorder-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-sound-recorder-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-sound-recorder-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-sound-recorder-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-sound-recorder-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-sound-recorder-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GNOME Sound Recorder Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="glib2"/>,
80 <xref linkend="gdk-pixbuf"/>, and
81 <xref linkend="gjs"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gtk-doc"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gnome-sound-recorder"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GNOME Sound Recorder</title>
101
102 <para>
103 Install <application>GNOME Sound Recorder</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --libexecdir=/usr/lib/gnome-sound-recorder \
109 --disable-static &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="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
130 <para>
131 <option>--enable-kerberos</option>: Use this switch if you have installed
132 <xref linkend="mitkrb"/> and wish to use it with
133 <application>GNOME Sound Recorder</application>.
134 </para>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 recorder-daemon
152 </seg>
153 <seg>
154 recorder-1.0.so and recorder-backend-1.0.so
155 </seg>
156 <seg>
157 /usr/include/recorder-1.0,
158 /usr/lib/gnome-sound-recorder and
159 /usr/share/gtk-doc/html/recorder
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="recorder-daemon">
170 <term><command>recorder-daemon</command></term>
171 <listitem>
172 <para>
173 is the <application>GNOME Sound Recorder</application> Daemon.
174 </para>
175 <indexterm zone="gnome-sound-recorder recorder-daemon">
176 <primary sortas="b-recorder-daemon">recorder-daemon</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="recorder-1">
182 <term><filename class="libraryfile">recorder-1.0.so</filename></term>
183 <listitem>
184 <para>
185 contains the <application>GNOME Sound Recorder</application>
186 API functions.
187 </para>
188 <indexterm zone="gnome-sound-recorder recorder-1">
189 <primary sortas="c-recorder-1">recorder-1.0.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="recorder-backend-1">
195 <term><filename class="libraryfile">recorder-backend-1.0.so</filename></term>
196 <listitem>
197 <para>
198 contains functions used by <application>GNOME Sound Recorder</application>
199 backends.
200 </para>
201 <indexterm zone="gnome-sound-recorder recorder-backend-1">
202 <primary sortas="c-recorder-backend-1">recorder-backend-1.0.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.