added gnome-media-2.0.2.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@235 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-09-16 03:22:26 +00:00
parent 597cd75910
commit f90ce91637
9 changed files with 98 additions and 1 deletions

View File

@ -16,5 +16,6 @@ as-wanted basis.</para>
&gnome-system-monitor;
&yelp;
&gedit;
&gnome-media;
</chapter>

11
gnome/add/gnome-media.xml Normal file
View File

@ -0,0 +1,11 @@
<sect1 id="gnome-media" xreflabel="gnome-media-&gnome-media-version;">
<?dbhtml filename="gnome-media.html" dir="gnome"?>
<title>gnome-media-&gnome-media-version;</title>
&gnome-media-intro;
&gnome-media-inst;
&gnome-media-exp;
&gnome-media-desc;
</sect1>

View File

@ -0,0 +1,28 @@
<sect2>
<title>Contents</title>
<para>The gnome-media package contains
<userinput>gnome-sound-recorder</userinput>,
<userinput>gnome-cd</userinput>,
<userinput>gnome-volume-control</userinput> and
<userinput>vumeter</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>gnome-sound-recorder</title>
<para>gnome-sound-recorder is Gnome's recorder.</para></sect3>
<sect3><title>gnome-cd</title>
<para>gnome-cd is Gnome's CD Player.</para></sect3>
<sect3><title>gnome-volume-control</title>
<para>gnome-volume-control is Gnome's mixer with volume
applet.</para></sect3>
<sect3><title>vumeter</title>
<para>vumeter is a visual volume meter.</para></sect3>
</sect2>

View File

@ -0,0 +1,17 @@
<sect2>
<title>Command explanations</title>
<para><userinput>--sysconfdir=/etc/gnome :</userinput> This command puts
configuration files in <filename>/etc/gnome</filename> instead of
<filename>/opt/gnome2/etc</filename>.</para>
<para><userinput>--localstatedir=/var/lib :</userinput> This command
puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
instead of <filename>/opt/gnome2/var/scrollkeeper</filename>.</para>
<para><userinput>--libexecdir=/opt/gnome2/sbin :</userinput> This
command puts libexec files in <filename>/opt/gnome2/sbin</filename>
instead of <filename>/opt/gnome2/libexec</filename>.</para>
</sect2>

View File

@ -0,0 +1,12 @@
<sect2>
<title>Installation of gnome-media</title>
<para>Install gnome-media by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/opt/gnome2 --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libexecdir=/opt/gnome2/sbin &amp;&amp;
make &amp;&amp;
make install </userinput></screen></para>
</sect2>

View File

@ -0,0 +1,15 @@
<sect2>
<title>Introduction to gnome-media</title>
<screen>Download location (HTTP): <ulink url="&gnome-media-download-http;"/>
Download location (FTP): <ulink url="&gnome-media-download-ftp;"/>
Version used: &gnome-media-version;
Package size: &gnome-media-size;
Estimated Disk space required: &gnome-media-buildsize;</screen>
<para>The gnome-media package contains GNOME's media applications.</para>
<screen>gnome-media depends on:
<xref linkend="libgnomeui"/></screen>
</sect2>

View File

@ -0,0 +1,11 @@
<!ENTITY gnome-media SYSTEM "../gnome-media.xml">
<!ENTITY gnome-media-intro SYSTEM "gnome-media-intro.xml">
<!ENTITY gnome-media-inst SYSTEM "gnome-media-inst.xml">
<!ENTITY gnome-media-exp SYSTEM "gnome-media-exp.xml">
<!ENTITY gnome-media-desc SYSTEM "gnome-media-desc.xml">
<!ENTITY gnome-media-config SYSTEM "gnome-media-config.xml">
<!ENTITY gnome-media-buildsize "10.1 MB">
<!ENTITY gnome-media-version "2.0.2.5">
<!ENTITY gnome-media-download-http "http://ftp.gnome.org/pub/GNOME/2.0.2/sources/gnome-media/gnome-media-2.0.2.5.tar.gz">
<!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/2.0.2/sources/gnome-media/gnome-media-2.0.2.5.tar.gz">
<!ENTITY gnome-media-size "1.4 MB">

View File

@ -90,6 +90,7 @@
<!ENTITY % gnome-system-monitor SYSTEM "add/monitor/gnome-system-monitor.ent">
<!ENTITY % yelp SYSTEM "add/yelp/yelp.ent">
<!ENTITY % gedit SYSTEM "add/gedit/gedit.ent">
<!ENTITY % gnome-media SYSTEM "add/media/gnome-media.ent">
%gnome-terminal;
%gnome-utils;
%gnome-applets;
@ -100,6 +101,7 @@
%gnome-system-monitor;
%yelp;
%gedit;
%gnome-media;
<!-- Other Gnome packages -->
<!ENTITY gnome-other SYSTEM "other/other.xml">

View File

@ -12,7 +12,7 @@ page in Chapter 1 for details on who wrote what.</para>
<listitem><para>September 15th, 2002 [larry]: Gnome: Updated to
libgnomeprint-1.116.1, gnome-applets-2.0.3, nautilus-2.0.7 and
eel-2.0.7. Added patch to gmp.</para></listitem>
eel-2.0.7. Added patch to gmp. Added gnome-media-2.0.2.5.</para></listitem>
<listitem><para>September 14th, 2002 [markh]: Postlfs: Added ext3
instructions from Tushar.</para></listitem>