glfs/gnome/otherlibs/gnome-vfs1.xml
Randy McMurchy e871308425 Moved GConf-1 from an optional to a required dependency in the GNOME-VFS-1 and GtkHTML-1 instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5855 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-04-14 16:41:23 +00:00

132 lines
4.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-vfs1-download-http "&gnome-download-http;/gnome-vfs/1.0/gnome-vfs-&gnome-vfs1-version;.tar.bz2">
<!ENTITY gnome-vfs1-download-ftp "&gnome-download-ftp;/gnome-vfs/1.0/gnome-vfs-&gnome-vfs1-version;.tar.bz2">
<!ENTITY gnome-vfs1-md5sum "e2a17a6b178f54c43968241258f3e729">
<!ENTITY gnome-vfs1-size "781 KB">
<!ENTITY gnome-vfs1-buildsize "17 MB">
<!ENTITY gnome-vfs1-time "0.9 SBU">
]>
<sect1 id="gnome-vfs1" xreflabel="GNOME Virtual File System-&gnome-vfs1-version;">
<?dbhtml filename="gnome-vfs1.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">gnome-vfs-&gnome-vfs1-version;.tar</keyword>
<keyword role="ftpdir">gnome-vfs</keyword>
</keywordset>
</sect1info>
<title>GNOME Virtual File System-&gnome-vfs1-version;</title>
<indexterm zone="gnome-vfs1">
<primary sortas="a-GNOME-Virtual-File-System-1">GNOME Virtual File System-1</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Virtual File System</title>
<para>The <application>GNOME Virtual File System</application> package
contains file system libraries.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-vfs1-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-vfs1-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-vfs1-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-vfs1-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-vfs1-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-vfs1-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/gnome-vfs-&gnome-vfs1-version;-gcc34-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-mime-data"/>,
<xref linkend="gnome-libs"/>, and
<xref linkend="GConf1"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="pkgconfig"/>,
<xref linkend="oaf"/>,
<xref linkend="libxml"/>,
<xref linkend="bonobo14"/>,
<xref linkend="openssl"/>,
<xref linkend="cdparanoia"/>,
<xref linkend="gtk-doc"/>, and
<xref linkend="docbook-utils"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-vfs1"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Virtual File System</title>
<para>Install <application>GNOME Virtual File System</application>
by running the following commands:</para>
<screen><userinput>patch -Np1 -i ../gnome-vfs-&gnome-vfs1-version;-gcc34-1.patch &amp;&amp;
./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gnome-vfs-config</seg>
<seg>libgnomevfs.{so,a}, libgnomevfs-pthread.{so,a} and
<application>GNOME VFS</application> filesystem modules</seg>
<seg>/opt/gnome-1.4/etc/vfs,
/opt/gnome-1.4/include/gnome-vfs-1.0,
/opt/gnome-1.4/lib/gnome-vfs-1.0,
/opt/gnome-1.4/lib/vfs and
/opt/gnome-1.4/share/gtk-doc/html/gnome-vfs</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>