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

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

Updated dependencies on empathy evolution gnome-clocks gnome-color-manager gnome-contacts gnome-control-center gnome-music gnome-sound-recorder
gnome-weather polari sushi and
vinagre pages

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

  • Property mode set to 100644
File size: 6.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 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="gdk-pixbuf"/>, and
80 <xref linkend="gjs"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/gnome-sound-recorder"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GNOME Sound Recorder</title>
100
101 <para>
102 Install <application>GNOME Sound Recorder</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --libexecdir=/usr/lib/gnome-sound-recorder \
108 --disable-static &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128
129 <para>
130 <option>--enable-kerberos</option>: Use this switch if you have installed
131 <xref linkend="mitkrb"/> and wish to use it with
132 <application>GNOME Sound Recorder</application>.
133 </para>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/gtk-doc-rebuild.xml"/>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 recorder-daemon
151 </seg>
152 <seg>
153 recorder-1.0.so and recorder-backend-1.0.so
154 </seg>
155 <seg>
156 /usr/include/recorder-1.0,
157 /usr/lib/gnome-sound-recorder and
158 /usr/share/gtk-doc/html/recorder
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="recorder-daemon">
169 <term><command>recorder-daemon</command></term>
170 <listitem>
171 <para>
172 is the <application>GNOME Sound Recorder</application> Daemon.
173 </para>
174 <indexterm zone="gnome-sound-recorder recorder-daemon">
175 <primary sortas="b-recorder-daemon">recorder-daemon</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="recorder-1">
181 <term><filename class="libraryfile">recorder-1.0.so</filename></term>
182 <listitem>
183 <para>
184 contains the <application>GNOME Sound Recorder</application>
185 API functions.
186 </para>
187 <indexterm zone="gnome-sound-recorder recorder-1">
188 <primary sortas="c-recorder-1">recorder-1.0.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="recorder-backend-1">
194 <term><filename class="libraryfile">recorder-backend-1.0.so</filename></term>
195 <listitem>
196 <para>
197 contains functions used by <application>GNOME Sound Recorder</application>
198 backends.
199 </para>
200 <indexterm zone="gnome-sound-recorder recorder-backend-1">
201 <primary sortas="c-recorder-backend-1">recorder-backend-1.0.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.