source: gnome/add/gnome-media.xml@ 2f8e40ae

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f8e40ae was 2f8e40ae, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME Media instructions to conform with the GNOME 2.14.2 update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6222 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-media-download-http "&gnome-download-http;/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
8 <!ENTITY gnome-media-download-ftp "&gnome-download-ftp;/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
9 <!ENTITY gnome-media-md5sum "16c35916f429c5ea04fb942b4072643b">
10 <!ENTITY gnome-media-size "2.9 MB">
11 <!ENTITY gnome-media-buildsize "38.8 MB">
12 <!ENTITY gnome-media-time "0.8 SBU">
13]>
14
15<sect1 id="gnome-media" xreflabel="GNOME Media-&gnome-media-version;">
16 <?dbhtml filename="gnome-media.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Media-&gnome-media-version;</title>
24
25 <indexterm zone="gnome-media">
26 <primary sortas="a-GNOME Media">GNOME Media</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Media</title>
31
32 <para>The <application>GNOME Media</application> package contains
33 <application>GNOME</application>'s media applications.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnome-media-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnome-media-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnome-media-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnome-media-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnome-media-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnome-media-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GNOME Media Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="nautilus-cd-burner"/></para>
61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para role="recommended"><xref linkend="gst-plugins-good"/> (required for
64 the mixer and recorder to work)</para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="intltool"/>,
68 an <xref linkend="server-mail"/> (that provides a
69 <command>sendmail</command> command), and
70 <xref linkend="docbook-utils"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/gnome-media"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of GNOME Media</title>
79
80 <para>Install <application>GNOME Media</application> by
81 running the following commands:</para>
82
83<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
84 --sysconfdir=&gnome-etc-dir; \
85 --localstatedir=/var/lib \
86 --libexecdir=$(pkg-config \
87 --variable=prefix ORBit-2.0)/lib/gnome-media &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install &amp;&amp;
95gst-register</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
103 href="../../xincludes/gnome-prefix.xml"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
106 href="../../xincludes/gnome-sysconfdir.xml"/>
107
108 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
109 href="../../xincludes/scrollkeeper-dir.xml"/>
110
111 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
112 ORBit-2.0)/lib/gnome-media</parameter>: This parameter causes the libexec
113 files to be installed in the preferred location of
114 <filename class="directory">$GNOME_PREFIX/lib/gnome-media</filename> instead
115 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>CDDBSlave2, cddb-slave2-properties, cddb-track-editor,
129 gnome-audio-profiles-properties, gnome-cd, gnome-sound-recorder,
130 gnome-volume-control, gstreamer-properties and vumeter</seg>
131 <seg>libcddb-slave2.{so,a}, libgnome-media-profiles.{so,a} and
132 a libgnome-media-profiles.{so,a} Glade library</seg>
133 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
134 include/{cddb-slave2,gnome-media},
135 lib/gnome-media,
136 share/{gnome-{media,sound-recorder},
137 gnome/help/{gnome-{cd, sound-recorder, volume-control},
138 grecord, gstreamer-properties},
139 gsteamer-properties,
140 omf/gnome-media,
141 pixmaps/gnome-{cd, media}}</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="gnome-cd">
151 <term><command>gnome-cd</command></term>
152 <listitem>
153 <para>is <application>GNOME</application>'s CD Player.</para>
154 <indexterm zone="gnome-media gnome-cd">
155 <primary sortas="b-gnome-cd">gnome-cd</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="gnome-sound-recorder">
161 <term><command>gnome-sound-recorder</command></term>
162 <listitem>
163 <para>is <application>GNOME</application>'s recorder.</para>
164 <indexterm zone="gnome-media gnome-sound-recorder">
165 <primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="gnome-volume-control">
171 <term><command>gnome-volume-control</command></term>
172 <listitem>
173 <para>is <application>GNOME</application>'s mixer with volume
174 applet.</para>
175 <indexterm zone="gnome-media gnome-volume-control">
176 <primary sortas="b-gnome-volume-control">gnome-volume-control</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="gstreamer-properties">
182 <term><command>gstreamer-properties</command></term>
183 <listitem>
184 <para>is a GUI front-end to <application>GStreamer</application>'s
185 audio/video input/output parameters.</para>
186 <indexterm zone="gnome-media gstreamer-properties">
187 <primary sortas="b-gstreamer-properties">gstreamer-properties</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="vumeter">
193 <term><command>vumeter</command></term>
194 <listitem>
195 <para>is a visual volume meter.</para>
196 <indexterm zone="gnome-media vumeter">
197 <primary sortas="b-vumeter">vumeter</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.