2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2006-03-01 08:12:30 +08:00
|
|
|
<!ENTITY gnome-media-download-http "&gnome-download-http;/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
|
|
|
|
<!ENTITY gnome-media-download-ftp "&gnome-download-ftp;/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
|
2007-07-25 23:05:53 +08:00
|
|
|
<!ENTITY gnome-media-md5sum "a472d8c7733b119376bc6127ee55a82d">
|
|
|
|
<!ENTITY gnome-media-size "3.0 MB">
|
|
|
|
<!ENTITY gnome-media-buildsize "44 MB">
|
2005-10-12 03:07:54 +08:00
|
|
|
<!ENTITY gnome-media-time "0.8 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 08:05:51 +08:00
|
|
|
<sect1 id="gnome-media" xreflabel="GNOME Media-&gnome-media-version;">
|
2005-05-22 01:46:15 +08:00
|
|
|
<?dbhtml filename="gnome-media.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>GNOME Media-&gnome-media-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gnome-media">
|
|
|
|
<primary sortas="a-GNOME Media">GNOME Media</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to GNOME Media</title>
|
|
|
|
|
|
|
|
<para>The <application>GNOME Media</application> package contains
|
|
|
|
<application>GNOME</application>'s media applications.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&gnome-media-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&gnome-media-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &gnome-media-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &gnome-media-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &gnome-media-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &gnome-media-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">GNOME Media Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2007-10-16 19:56:37 +08:00
|
|
|
<para role="required"><xref linkend="scrollkeeper"/>,
|
2007-07-25 23:05:53 +08:00
|
|
|
<xref linkend="esound"/>, and
|
|
|
|
<xref linkend="libgnomeui"/></para>
|
2005-05-22 01:46:15 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2007-07-25 23:05:53 +08:00
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="gst-plugins-base"/> (required to build the sound mixer),
|
|
|
|
<xref linkend="gst-plugins-good"/> (required to build the sound recorder),
|
|
|
|
<xref linkend="nautilus-cd-burner"/> (required to build the CD player),
|
2006-06-27 09:42:24 +08:00
|
|
|
an <xref linkend="server-mail"/> (that provides a
|
2007-07-25 23:05:53 +08:00
|
|
|
<command>sendmail</command> command),
|
|
|
|
<xref linkend="intltool"/>, and
|
2005-05-22 01:46:15 +08:00
|
|
|
<xref linkend="docbook-utils"/></para>
|
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/gnome-media"/></para>
|
|
|
|
|
2005-05-22 01:46:15 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of GNOME Media</title>
|
|
|
|
|
|
|
|
<para>Install <application>GNOME Media</application> by
|
|
|
|
running the following commands:</para>
|
|
|
|
|
2006-06-27 09:42:24 +08:00
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
2006-03-01 08:12:30 +08:00
|
|
|
--sysconfdir=&gnome-etc-dir; \
|
2006-06-27 09:42:24 +08:00
|
|
|
--localstatedir=/var/lib \
|
|
|
|
--libexecdir=$(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/lib/gnome-media &&
|
2005-05-22 01:46:15 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
2006-07-02 23:51:58 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2005-05-22 01:46:15 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2006-06-27 09:42:24 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
2005-05-22 01:46:15 +08:00
|
|
|
|
2006-06-27 09:42:24 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/scrollkeeper-dir.xml"/>
|
2005-05-22 01:46:15 +08:00
|
|
|
|
2006-06-27 09:42:24 +08:00
|
|
|
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
|
|
|
ORBit-2.0)/lib/gnome-media</parameter>: This parameter causes the libexec
|
|
|
|
files to be installed in the preferred location of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/lib/gnome-media</filename> instead
|
|
|
|
of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
2005-05-22 01:46:15 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>CDDBSlave2, cddb-slave2-properties, cddb-track-editor,
|
|
|
|
gnome-audio-profiles-properties, gnome-cd, gnome-sound-recorder,
|
2006-06-27 09:42:24 +08:00
|
|
|
gnome-volume-control, gstreamer-properties and vumeter</seg>
|
|
|
|
<seg>libcddb-slave2.{so,a}, libgnome-media-profiles.{so,a} and
|
|
|
|
a libgnome-media-profiles.{so,a} Glade library</seg>
|
|
|
|
<seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
|
2006-04-11 02:36:24 +08:00
|
|
|
include/{cddb-slave2,gnome-media},
|
2006-03-01 08:12:30 +08:00
|
|
|
lib/gnome-media,
|
2006-04-11 02:36:24 +08:00
|
|
|
share/{gnome-{media,sound-recorder},
|
|
|
|
gnome/help/{gnome-{cd, sound-recorder, volume-control},
|
|
|
|
grecord, gstreamer-properties},
|
2006-09-23 23:08:58 +08:00
|
|
|
gstreamer-properties,
|
2006-03-01 08:12:30 +08:00
|
|
|
omf/gnome-media,
|
2006-04-11 02:36:24 +08:00
|
|
|
pixmaps/gnome-{cd, media}}</seg>
|
2005-05-22 01:46:15 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-cd">
|
|
|
|
<term><command>gnome-cd</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is <application>GNOME</application>'s CD Player.</para>
|
|
|
|
<indexterm zone="gnome-media gnome-cd">
|
|
|
|
<primary sortas="b-gnome-cd">gnome-cd</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-sound-recorder">
|
|
|
|
<term><command>gnome-sound-recorder</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is <application>GNOME</application>'s recorder.</para>
|
|
|
|
<indexterm zone="gnome-media gnome-sound-recorder">
|
|
|
|
<primary sortas="b-gnome-sound-recorder">gnome-sound-recorder</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-volume-control">
|
|
|
|
<term><command>gnome-volume-control</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is <application>GNOME</application>'s mixer with volume
|
|
|
|
applet.</para>
|
|
|
|
<indexterm zone="gnome-media gnome-volume-control">
|
|
|
|
<primary sortas="b-gnome-volume-control">gnome-volume-control</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gstreamer-properties">
|
|
|
|
<term><command>gstreamer-properties</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a GUI front-end to <application>GStreamer</application>'s
|
|
|
|
audio/video input/output parameters.</para>
|
|
|
|
<indexterm zone="gnome-media gstreamer-properties">
|
|
|
|
<primary sortas="b-gstreamer-properties">gstreamer-properties</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="vumeter">
|
|
|
|
<term><command>vumeter</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a visual volume meter.</para>
|
|
|
|
<indexterm zone="gnome-media vumeter">
|
|
|
|
<primary sortas="b-vumeter">vumeter</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-09-16 11:22:26 +08:00
|
|
|
|
|
|
|
</sect1>
|