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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 d5127a18 was d5127a18, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GNOME Media-2.10.2

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

  • Property mode set to 100644
File size: 5.3 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 "3d73cd40cfa52c5eef882302f92c60d6">
10<!ENTITY gnome-media-size "3.3 MB">
11<!ENTITY gnome-media-buildsize "36 MB">
12<!ENTITY gnome-media-time "0.50 SBU">
13]>
14
15<sect1 id="gnome-media" xreflabel="GNOME Media-&gnome-media-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnome-media.html"?>
21<title>GNOME Media-&gnome-media-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GNOME</acronym>
25Media</application></title>
26
27<para>The <application><acronym>GNOME</acronym> Media</application> package
28contains <application><acronym>GNOME</acronym></application>'s media
29applications.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&gnome-media-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&gnome-media-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &gnome-media-md5sum;</para></listitem>
38<listitem><para>Download size: &gnome-media-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&gnome-media-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&gnome-media-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application><acronym>GNOME</acronym> Media</application>
46dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="libgnomeui"/>,
49<xref linkend="nautilus-cd-burner"/>,
50<xref linkend="gst-plugins"/> and
51<xref linkend="scrollkeeper"/></para>
52</sect4>
53
54<sect4><title>Optional</title>
55<para><xref linkend="gail"/>,
56<ulink url="../server/mail.html">MTA</ulink>,
57<xref linkend="docbook-utils"/></para>
58</sect4>
59</sect3>
60
61</sect2>
62
63<sect2>
64<title>Installation of <application><acronym>GNOME</acronym>
65Media</application></title>
66
67<para>Install <application><acronym>GNOME</acronym> Media</application> by
68running the following commands:</para>
69
70<screen><userinput><command>sed -i -e \
71"s/-lORBit-2 -lbonobo-2 -lgobject-2.0 -lglib-2.0/\$(CDDBSLAVE_LIBS)/" \
72 cddb-slave2/Makefile.in &amp;&amp;
73./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
74 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
75 --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
76make</command></userinput></screen>
77
78<para>This package does not come with a test suite.</para>
79
80<para>Now, as the root user:</para>
81
82<screen><userinput role='root'><command>make install &amp;&amp;
83gst-register</command></userinput></screen>
84
85</sect2>
86
87<sect2>
88<title>Command explanations</title>
89
90<para><command>sed -i -e ... cddb-slave2/Makefile.in</command>: This
91command fixes a bug encountered if <envar>$GNOME_PREFIX</envar> is not
92set to <filename class='directory'>/usr</filename>.</para>
93
94<para><parameter>--libexecdir=`pkg-config --variable=prefix
95ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
96<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
97<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
98
99<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
100configuration files in <filename class="directory">/etc/gnome</filename>
101instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
102
103<para><parameter>--localstatedir=/var/lib</parameter>: This switch
104puts <application>ScrollKeeper</application> files in
105<filename class="directory">/var/lib/scrollkeeper</filename> instead of
106<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
107
108</sect2>
109
110<sect2>
111<title>Contents</title>
112
113<para>The <application><acronym>GNOME</acronym> Media</application>
114package contains
115<command>cddb-slave2-properties</command>,
116<command>gnome-audio-profiles-properties</command>,
117<command>gnome-cd</command>,
118<command>gnome-sound-recorder</command>,
119<command>gnome-volume-control</command>,
120<command>gstreamer-properties</command>,
121<command>vumeter</command>.</para>
122
123</sect2>
124
125<sect2><title>Description</title>
126
127<sect3><title>gnome-cd</title>
128<para><command>gnome-cd</command> is
129<application><acronym>GNOME</acronym></application>'s
130<acronym>CD</acronym> Player.</para></sect3>
131
132<sect3><title>gnome-sound-recorder</title>
133<para><command>gnome-sound-recorder</command> is
134<application><acronym>GNOME</acronym></application>'s recorder.</para></sect3>
135
136<sect3><title>gnome-volume-control</title>
137<para><command>gnome-volume-control</command> is
138<application><acronym>GNOME</acronym></application>'s mixer with volume
139applet.</para></sect3>
140
141<sect3><title>vumeter</title>
142<para><command>vumeter</command> is a visual volume meter.</para></sect3>
143
144<sect3><title>gstreamer-properties</title>
145<para><command>gstreamer-properties</command> is a <acronym>GUI</acronym>
146front-end to <application>GStreamer</application>'s audio/video input/output
147parameters.</para></sect3>
148
149</sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.