source: archive/gnome-media.xml@ f894c6ab

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 f894c6ab was 6ed5123, checked in by Ken Moffat <ken@…>, 12 years ago

Add pages on libraries and vulnerabilities, icewm-1.3.7, gvolwheel-1.0.0 and retire gnome-media.

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

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