source: archive/gnome/gnome-media.xml@ f2964cc

lazarus trunk
Last change on this file since f2964cc was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.7 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b3a0d1d]7 <!ENTITY gnome-media-download-http "&gnome-download-http;/gnome-media/2.32/gnome-media-&gnome-media-version;.tar.bz2">
8 <!ENTITY gnome-media-download-ftp "&gnome-download-ftp;/gnome-media/2.32/gnome-media-&gnome-media-version;.tar.bz2">
9 <!ENTITY gnome-media-md5sum "06fc8c67add34c98bc484e0dbc404d41">
10 <!ENTITY gnome-media-size "2.7 MB">
11 <!ENTITY gnome-media-buildsize "38 MB">
[38637c1b]12 <!ENTITY gnome-media-time "0.5 SBU">
[9d2dc4e2]13]>
14
[a027d7d3]15<sect1 id="gnome-media" xreflabel="gnome-media-&gnome-media-version;">
[310b9a4]16 <?dbhtml filename="gnome-media.html"?>
17
18
[a027d7d3]19 <title>gnome-media-&gnome-media-version;</title>
[310b9a4]20
21 <indexterm zone="gnome-media">
22 <primary sortas="a-GNOME Media">GNOME Media</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GNOME Media</title>
27
28 <para>The <application>GNOME Media</application> package contains
29 <application>GNOME</application>'s media applications.</para>
30
[b3a0d1d]31 &lfs70_checked;
[86c6d5a]32
[8d3eae9]33 <para>This is a legacy GNOME-2 package which has been deprecated by the
34 GNOME developers and will be removed from the book in due course. If you
35 are not building a GNOME desktop, this can provide a volume control / mixer
36 application, but you may wish to consider simpler alternatives:</para>
37
38 <para><ulink url="http://volumecontrol.sourceforge.net/">volumecontrol</ulink>,
39 is a simple volume control and mixer which requires
40 <xref linkend="gtk2"/>, and
41 <xref linkend="alsa-utils"/>. Use ./autogen.sh to configure it.</para>
42
43 <para><ulink url="http://gvolwheel.sourceforge.net/">gvolwheel</ulink>
44 provides a volume control in a tray icon, for minimalist desktops. It uses
45 <xref linkend="intltool"/>, <xref linkend="perl-xml-parser"/>, and there are
46 different versions for <xref linkend="gtk2"/> (0.7) or
47 <xref linkend="gtk3"/> (0.9).</para>
48
[310b9a4]49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>Download (HTTP): <ulink url="&gnome-media-download-http;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download (FTP): <ulink url="&gnome-media-download-ftp;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download MD5 sum: &gnome-media-md5sum;</para>
59 </listitem>
60 <listitem>
61 <para>Download size: &gnome-media-size;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated disk space required: &gnome-media-buildsize;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated build time: &gnome-media-time;</para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Media Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
[e2e42c7]74 <para role="required">
[b3a0d1d]75 <xref linkend="libcanberra"/>,
[e2e42c7]76 <xref linkend="GConf"/>,
77 <xref linkend="gnome-doc-utils"/>
78 <xref linkend="gstreamer"/>,
79 <xref linkend="gtk2"/>, and
[b3a0d1d]80 <xref linkend="which"/>
[e2e42c7]81 </para>
[310b9a4]82
83 <bridgehead renderas="sect4">Optional</bridgehead>
[0ea1d0d3]84 <para role="optional">
[e2e42c7]85 <xref linkend="gst-plugins-base"/> (required to build the sound mixer and
86 recorder),
[b3a0d1d]87 <xref linkend="libglade"/>,
88 <!-- libunique in the book will be updated to 3.0 during the gnome-3 changes,
89 that version is too new -->
90 <xref linkend="pulseaudio"/> (with
91 <ulink url="&gnome-download-http;/libunique/1.1/libunique-1.1.6.tar.bz2">libunique-1</ulink>),
92 and <xref linkend="rarian"/>
[e2e42c7]93 </para>
[310b9a4]94
[0a7c3921]95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/gnome-media"/></para>
97
[310b9a4]98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of GNOME Media</title>
102
103 <para>Install <application>GNOME Media</application> by
104 running the following commands:</para>
105
[2f8e40ae]106<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8d3eae9]107 --sysconfdir=&gnome-old-etc-dir; \
[2f8e40ae]108 --localstatedir=/var/lib \
109 --libexecdir=$(pkg-config \
110 --variable=prefix ORBit-2.0)/lib/gnome-media &amp;&amp;
[310b9a4]111make</userinput></screen>
112
113 <para>This package does not come with a test suite.</para>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
[92dec691]117<screen role="root"><userinput>make install</userinput></screen>
[310b9a4]118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
[e05cd03f]124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a6c9fc2]125 href="../../xincludes/gnome-old-prefix.xml"/>
[2f8e40ae]126
[e05cd03f]127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8d3eae9]128 href="../../xincludes/gnome-old-sysconfdir.xml"/>
[310b9a4]129
[e05cd03f]130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2f8e40ae]131 href="../../xincludes/scrollkeeper-dir.xml"/>
[310b9a4]132
[2f8e40ae]133 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
134 ORBit-2.0)/lib/gnome-media</parameter>: This parameter causes the libexec
135 files to be installed in the preferred location of
136 <filename class="directory">$GNOME_PREFIX/lib/gnome-media</filename> instead
137 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[310b9a4]138
[c66e7d17]139 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
140 wish to disable the updates to the scrollkeeper database.</para>
141
[310b9a4]142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
[38637c1b]153 <seg>gnome-audio-profiles-properties, gnome-sound-recorder,
154 gnome-volume-control, and gstreamer-properties</seg>
[86c6d5a]155 <seg>libgnome-media-profiles.{so,a}</seg>
[38637c1b]156 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-media/profiles,
[86c6d5a]157 share/{gnome-media/{pixmaps,sounds},gnome-sound-recorder/ui,
158 gnome/help/{gnome-audio-profiles/*,gnome-sound-recorder/*,
159 gnome-volume-control/*,gstreamer-properties/*},
160 gstreamer-properties/icons,omf/{gnome-audio-profiles,
161 gnome-sound-recorder,gnome-volume-control,gstreamer-properties},
162 sounds/gnome/default/alerts}}</seg>
[310b9a4]163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="gnome-sound-recorder">
172 <term><command>gnome-sound-recorder</command></term>
173 <listitem>
174 <para>is <application>GNOME</application>'s recorder.</para>
175 <indexterm zone="gnome-media gnome-sound-recorder">
176 <primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="gnome-volume-control">
182 <term><command>gnome-volume-control</command></term>
183 <listitem>
184 <para>is <application>GNOME</application>'s mixer with volume
185 applet.</para>
186 <indexterm zone="gnome-media gnome-volume-control">
187 <primary sortas="b-gnome-volume-control">gnome-volume-control</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="gstreamer-properties">
193 <term><command>gstreamer-properties</command></term>
194 <listitem>
195 <para>is a GUI front-end to <application>GStreamer</application>'s
196 audio/video input/output parameters.</para>
197 <indexterm zone="gnome-media gstreamer-properties">
198 <primary sortas="b-gstreamer-properties">gstreamer-properties</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
[f90ce91]206
207</sect1>
Note: See TracBrowser for help on using the repository browser.