source: gnome/add/gnome-media.xml@ 005d8327

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 005d8327 was cd3cc530, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GNOME Media-2.12.0

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

  • Property mode set to 100644
File size: 8.1 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 "http://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
8 <!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
9 <!ENTITY gnome-media-md5sum "74d9a78f7269602e033ab1a4a144afdf">
10 <!ENTITY gnome-media-size "3.4 MB">
11 <!ENTITY gnome-media-buildsize "39.2 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><xref linkend="nautilus-cd-burner"/></para>
61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para><xref linkend="gst-plugins"/> (required for the mixer and
64 recorder to work)</para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para><xref linkend="sendmail"/> (or other
68 <ulink url="../server/mail.html">MTA</ulink> that provides
69 <command>/usr/sbin/sendmail</command>) and
70 <xref linkend="docbook-utils"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GNOME Media</title>
76
77 <para>Install <application>GNOME Media</application> by
78 running the following commands:</para>
79
80<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
81 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
82 --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install &amp;&amp;
90gst-register</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--libexecdir=`pkg-config --variable=prefix
98 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
99 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
100 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
101
102 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
103 configuration files in <filename class="directory">/etc/gnome</filename>
104 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
105
106 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
107 puts <application>ScrollKeeper</application> files in
108 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
109 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>CDDBSlave2, cddb-slave2-properties, cddb-track-editor,
123 gnome-audio-profiles-properties, gnome-cd, gnome-sound-recorder,
124 gnome-volume-control, gstreamer-properties, and vumeter</seg>
125 <seg>libcddb-slave2.[so,a], libgnome-media-profiles.[so,a],
126 libgnome-media-profiles.[so,a] libglade library, and
127 GNOME_Media_CDDBSlave2.server bonobo server</seg>
128 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/CDDB-Slave2,
129 /etc/gnome/gconf/gconf.xml.defaults/apps/gnome-cd,
130 /etc/gnome/gconf/gconf.xml.defaults/apps/gnome-sound-recorder,
131 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2,
132 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnome-cd,
133 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder,
134 /etc/gnome/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio,
135 /etc/gnome/gconf/gconf.xml.defaults/system/gstreamer/audio,
136 $GNOME_PREFIX/include/[cddb-slave2,gnome-media],
137 $GNOME_PREFIX/share/gnome-media,
138 $GNOME_PREFIX/share/gnome-sound-recorder,
139 $GNOME_PREFIX/share/gnome/help/gnome-cd,
140 $GNOME_PREFIX/share/gnome/help/gnome-sound-recorder,
141 $GNOME_PREFIX/share/gnome/help/gnome-volume-control,
142 $GNOME_PREFIX/share/gnome/help/grecord,
143 $GNOME_PREFIX/share/gnome/help/gstreamer-properties,
144 $GNOME_PREFIX/share/gstreamer-properties,
145 $GNOME_PREFIX/share/omf/gnome-media,
146 $GNOME_PREFIX/share/pixmaps/gnome-cd, and
147 $GNOME_PREFIX/share/pixmaps/gnome-media</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="gnome-cd">
157 <term><command>gnome-cd</command></term>
158 <listitem>
159 <para>is <application>GNOME</application>'s CD Player.</para>
160 <indexterm zone="gnome-media gnome-cd">
161 <primary sortas="b-gnome-cd">gnome-cd</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="gnome-sound-recorder">
167 <term><command>gnome-sound-recorder</command></term>
168 <listitem>
169 <para>is <application>GNOME</application>'s recorder.</para>
170 <indexterm zone="gnome-media gnome-sound-recorder">
171 <primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="gnome-volume-control">
177 <term><command>gnome-volume-control</command></term>
178 <listitem>
179 <para>is <application>GNOME</application>'s mixer with volume
180 applet.</para>
181 <indexterm zone="gnome-media gnome-volume-control">
182 <primary sortas="b-gnome-volume-control">gnome-volume-control</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="gstreamer-properties">
188 <term><command>gstreamer-properties</command></term>
189 <listitem>
190 <para>is a GUI front-end to <application>GStreamer</application>'s
191 audio/video input/output parameters.</para>
192 <indexterm zone="gnome-media gstreamer-properties">
193 <primary sortas="b-gstreamer-properties">gstreamer-properties</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="vumeter">
199 <term><command>vumeter</command></term>
200 <listitem>
201 <para>is a visual volume meter.</para>
202 <indexterm zone="gnome-media vumeter">
203 <primary sortas="b-vumeter">vumeter</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 </variablelist>
209
210 </sect2>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.