source: multimedia/audioutils/gnome-media.xml@ 8d3eae9

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 8d3eae9 was 8d3eae9, checked in by Ken Moffat <ken@…>, 12 years ago

Move some packages to gnome/deprecated and begin the work for moving to gnome-3.2.2.

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

  • Property mode set to 100644
File size: 7.6 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-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 "027b11fb8b126ab1b25def6b9e121bd3">
10 <!ENTITY gnome-media-size "2.6 MB">
11 <!ENTITY gnome-media-buildsize "35 MB">
12 <!ENTITY gnome-media-time "0.5 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 &lfs65_built;
36
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
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>
78 <para role="required">
79 <xref linkend="GConf"/>,
80 <xref linkend="gnome-doc-utils"/>
81 <xref linkend="gstreamer"/>,
82 <xref linkend="gtk2"/>, and
83 yy<xref linkend="which"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gst-plugins-base"/> (required to build the sound mixer and
89 recorder),
90 <xref linkend="libcanberra"/>,
91 <xref linkend="libunique"/>,
92 <xref linkend="pulseaudio"/>, and
93 <xref linkend="rarian"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-media"/></para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME Media</title>
103
104 <para>Install <application>GNOME Media</application> by
105 running the following commands:</para>
106
107<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
108 --sysconfdir=&gnome-old-etc-dir; \
109 --localstatedir=/var/lib \
110 --libexecdir=$(pkg-config \
111 --variable=prefix ORBit-2.0)/lib/gnome-media &amp;&amp;
112make</userinput></screen>
113
114 <para>This package does not come with a test suite.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gnome-prefix.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/gnome-old-sysconfdir.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/scrollkeeper-dir.xml"/>
133
134 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
135 ORBit-2.0)/lib/gnome-media</parameter>: This parameter causes the libexec
136 files to be installed in the preferred location of
137 <filename class="directory">$GNOME_PREFIX/lib/gnome-media</filename> instead
138 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
139
140 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
141 wish to disable the updates to the scrollkeeper database.</para>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>gnome-audio-profiles-properties, gnome-sound-recorder,
155 gnome-volume-control, and gstreamer-properties</seg>
156 <seg>libgnome-media-profiles.{so,a}</seg>
157 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-media/profiles,
158 share/{gnome-media/{pixmaps,sounds},gnome-sound-recorder/ui,
159 gnome/help/{gnome-audio-profiles/*,gnome-sound-recorder/*,
160 gnome-volume-control/*,gstreamer-properties/*},
161 gstreamer-properties/icons,omf/{gnome-audio-profiles,
162 gnome-sound-recorder,gnome-volume-control,gstreamer-properties},
163 sounds/gnome/default/alerts}}</seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="gnome-sound-recorder">
173 <term><command>gnome-sound-recorder</command></term>
174 <listitem>
175 <para>is <application>GNOME</application>'s recorder.</para>
176 <indexterm zone="gnome-media gnome-sound-recorder">
177 <primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="gnome-volume-control">
183 <term><command>gnome-volume-control</command></term>
184 <listitem>
185 <para>is <application>GNOME</application>'s mixer with volume
186 applet.</para>
187 <indexterm zone="gnome-media gnome-volume-control">
188 <primary sortas="b-gnome-volume-control">gnome-volume-control</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="gstreamer-properties">
194 <term><command>gstreamer-properties</command></term>
195 <listitem>
196 <para>is a GUI front-end to <application>GStreamer</application>'s
197 audio/video input/output parameters.</para>
198 <indexterm zone="gnome-media gstreamer-properties">
199 <primary sortas="b-gstreamer-properties">gstreamer-properties</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.