source: gnome-systemd/applications/gnome-sound-recorder.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

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

  • Property mode set to 100644
File size: 4.5 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> package contains
36 a simple, modern sound recorder.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-sound-recorder-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-sound-recorder-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-sound-recorder-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-sound-recorder-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-sound-recorder-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-sound-recorder-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Sound Recorder Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk3"/>,
80 <xref linkend="gjs"/>, and
81 <xref linkend="gst10-plugins-base"/>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/gnome-sound-recorder"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of GNOME Sound Recorder</title>
91
92 <para>
93 Install <application>GNOME Sound Recorder</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 gnome-sound-recorder
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 /usr/lib/gnome-sound-recorder and
129 /usr/share/gnome-sound-recorder
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="gnome-sound-recorder-prog">
140 <term><command>gnome-sound-recorder</command></term>
141 <listitem>
142 <para>
143 is a sound recorder application for <application>GNOME</application>.
144 </para>
145 <indexterm zone="gnome-sound-recorder gnome-sound-recorder-prog">
146 <primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.