mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Updated to GNOME Media-2.12.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5171 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6166d9e39a
commit
cd3cc5304f
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-media-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
|
||||
<!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
|
||||
<!ENTITY gnome-media-md5sum "3d73cd40cfa52c5eef882302f92c60d6">
|
||||
<!ENTITY gnome-media-size "3.3 MB">
|
||||
<!ENTITY gnome-media-buildsize "36 MB">
|
||||
<!ENTITY gnome-media-time "0.50 SBU">
|
||||
<!ENTITY gnome-media-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/&gnome-version;/gnome-media-&gnome-media-version;.tar.bz2">
|
||||
<!ENTITY gnome-media-md5sum "74d9a78f7269602e033ab1a4a144afdf">
|
||||
<!ENTITY gnome-media-size "3.4 MB">
|
||||
<!ENTITY gnome-media-buildsize "39.2 MB">
|
||||
<!ENTITY gnome-media-time "0.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-media" xreflabel="GNOME Media-&gnome-media-version;">
|
||||
@ -57,14 +57,16 @@
|
||||
<bridgehead renderas="sect3">GNOME Media Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="libgnomeui"/>,
|
||||
<xref linkend="nautilus-cd-burner"/>,
|
||||
<xref linkend="gst-plugins"/> and
|
||||
<xref linkend="scrollkeeper"/></para>
|
||||
<para><xref linkend="nautilus-cd-burner"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para><xref linkend="gst-plugins"/> (required for the mixer and
|
||||
recorder to work)</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="gail"/>,
|
||||
<ulink url="../server/mail.html">MTA</ulink>,
|
||||
<para><xref linkend="sendmail"/> (or other
|
||||
<ulink url="../server/mail.html">MTA</ulink> that provides
|
||||
<command>/usr/sbin/sendmail</command>) and
|
||||
<xref linkend="docbook-utils"/></para>
|
||||
|
||||
</sect2>
|
||||
@ -75,10 +77,7 @@
|
||||
<para>Install <application>GNOME Media</application> by
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i -e \
|
||||
"s/-lORBit-2 -lbonobo-2 -lgobject-2.0 -lglib-2.0/\$(CDDBSLAVE_LIBS)/" \
|
||||
cddb-slave2/Makefile.in &&
|
||||
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
||||
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
||||
make</userinput></screen>
|
||||
@ -95,10 +94,6 @@ gst-register</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i -e ... cddb-slave2/Makefile.in</command>: This
|
||||
command fixes a bug encountered if <envar>$GNOME_PREFIX</envar> is not
|
||||
set to <filename class='directory'>/usr</filename>.</para>
|
||||
|
||||
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
||||
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
||||
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>October 11th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to GNOME Media-2.12.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Nautilus CD Burner-2.12.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user