source: gnome/add/gnome-media.xml@ bccb8dc4

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 bccb8dc4 was 86c6d5a, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GNOME Media-2.30.0.

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

  • Property mode set to 100644
File size: 6.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
[86c6d5a]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">
[38637c1b]12 <!ENTITY gnome-media-time "0.5 SBU">
[9d2dc4e2]13]>
14
[9b8404e]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
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
[86c6d5a]35 &lfs65_built;
36
[310b9a4]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-media-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-media-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-media-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-media-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-media-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-media-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Media Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[38637c1b]62 <para role="required"><xref linkend="GConf"/>,
63 <xref linkend="gnome-doc-utils"/>
[86c6d5a]64 <xref linkend="gstreamer"/>,
65 <xref linkend="gtk2"/>, and
66 <xref linkend="which"/></para>
[310b9a4]67
68 <bridgehead renderas="sect4">Optional</bridgehead>
[0ea1d0d3]69 <para role="optional">
[38637c1b]70 <xref linkend="gst-plugins-base"/> (required to build the sound mixer and
71 recorder),
72 <xref linkend="libcanberra"/>,
[c66e7d17]73 <xref linkend="libunique"/>,
74 <ulink url="http://pulseaudio.org/">PulseAudio</ulink>, and
75 <xref linkend="rarian"/></para>
[310b9a4]76
[0a7c3921]77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/gnome-media"/></para>
79
[310b9a4]80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of GNOME Media</title>
84
85 <para>Install <application>GNOME Media</application> by
86 running the following commands:</para>
87
[2f8e40ae]88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8cf3617]89 --sysconfdir=&gnome-etc-dir; \
[2f8e40ae]90 --localstatedir=/var/lib \
91 --libexecdir=$(pkg-config \
92 --variable=prefix ORBit-2.0)/lib/gnome-media &amp;&amp;
[310b9a4]93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
[92dec691]99<screen role="root"><userinput>make install</userinput></screen>
[310b9a4]100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
[e05cd03f]106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2f8e40ae]107 href="../../xincludes/gnome-prefix.xml"/>
108
[e05cd03f]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2f8e40ae]110 href="../../xincludes/gnome-sysconfdir.xml"/>
[310b9a4]111
[e05cd03f]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2f8e40ae]113 href="../../xincludes/scrollkeeper-dir.xml"/>
[310b9a4]114
[2f8e40ae]115 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
116 ORBit-2.0)/lib/gnome-media</parameter>: This parameter causes the libexec
117 files to be installed in the preferred location of
118 <filename class="directory">$GNOME_PREFIX/lib/gnome-media</filename> instead
119 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[310b9a4]120
[c66e7d17]121 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
122 wish to disable the updates to the scrollkeeper database.</para>
123
[310b9a4]124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
[38637c1b]135 <seg>gnome-audio-profiles-properties, gnome-sound-recorder,
136 gnome-volume-control, and gstreamer-properties</seg>
[86c6d5a]137 <seg>libgnome-media-profiles.{so,a}</seg>
[38637c1b]138 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-media/profiles,
[86c6d5a]139 share/{gnome-media/{pixmaps,sounds},gnome-sound-recorder/ui,
140 gnome/help/{gnome-audio-profiles/*,gnome-sound-recorder/*,
141 gnome-volume-control/*,gstreamer-properties/*},
142 gstreamer-properties/icons,omf/{gnome-audio-profiles,
143 gnome-sound-recorder,gnome-volume-control,gstreamer-properties},
144 sounds/gnome/default/alerts}}</seg>
[310b9a4]145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gnome-sound-recorder">
154 <term><command>gnome-sound-recorder</command></term>
155 <listitem>
156 <para>is <application>GNOME</application>'s recorder.</para>
157 <indexterm zone="gnome-media gnome-sound-recorder">
158 <primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="gnome-volume-control">
164 <term><command>gnome-volume-control</command></term>
165 <listitem>
166 <para>is <application>GNOME</application>'s mixer with volume
167 applet.</para>
168 <indexterm zone="gnome-media gnome-volume-control">
169 <primary sortas="b-gnome-volume-control">gnome-volume-control</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="gstreamer-properties">
175 <term><command>gstreamer-properties</command></term>
176 <listitem>
177 <para>is a GUI front-end to <application>GStreamer</application>'s
178 audio/video input/output parameters.</para>
179 <indexterm zone="gnome-media gstreamer-properties">
180 <primary sortas="b-gstreamer-properties">gstreamer-properties</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
[f90ce91]188
189</sect1>
Note: See TracBrowser for help on using the repository browser.