Changeset 315a767


Ignore:
Timestamp:
11/12/2004 01:06:35 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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
Children:
2af1b7d
Parents:
51786f05
Message:

Moved GAIL from a required to an optional dependency, modified build entities and added MD5 sum to libgtkhtml instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/libgtkhtml.xml

    r51786f05 r315a767  
    77<!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.6/libgtkhtml-&libgtkhtml-version;.tar.bz2">
    88<!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.6/libgtkhtml-&libgtkhtml-version;.tar.bz2">
     9<!ENTITY libgtkhtml-md5sum "a9b71134e50e62d20ab4777f899225b3">
    910<!ENTITY libgtkhtml-size "417 KB">
    10 <!ENTITY libgtkhtml-buildsize "150 MB">
    11 <!ENTITY libgtkhtml-time "1.40 SBU">
    12 
     11<!ENTITY libgtkhtml-buildsize "28.4 MB">
     12<!ENTITY libgtkhtml-time "0.80 SBU">
    1313]>
    1414
     
    3333<listitem><para>Download (FTP): <ulink
    3434url="&libgtkhtml-download-ftp;"/></para></listitem>
     35<listitem><para>MD5 sum: &libgtkhtml-md5sum;</para></listitem>
    3536<listitem><para>Download size: &libgtkhtml-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3738&libgtkhtml-buildsize;</para></listitem>
    3839<listitem><para>Estimated build time:
     
    4243<sect3><title><application>libgtkhtml</application> dependencies</title>
    4344<sect4><title>Required</title>
    44 <para><xref linkend="gail"/> and <xref linkend="gnome-vfs"/></para></sect4>
     45<para><xref linkend="gnome-vfs"/></para>
     46</sect4>
     47
     48<sect4><title>Optional</title>
     49<para><xref linkend="gail"/></para>
     50</sect4>
    4551</sect3>
    4652
     
    5056<title>Installation of <application>libgtkhtml</application></title>
    5157
    52 <para>Install <application>libgtkhtml</application> by running the following commands:</para>
     58<para>Install <application>libgtkhtml</application> by running the following
     59commands:</para>
    5360
    54 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     61<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     62            --disable-accessibility &amp;&amp;
    5563make &amp;&amp;
    5664make install</command></userinput></screen>
     65
     66</sect2>
     67
     68<sect2>
     69<title>Command explanations</title>
     70
     71<para><parameter>--disable-accessibility</parameter>: This forces the package
     72to build without linking to the
     73<filename class='libraryfile'>libgailutil</filename> accessibility library.
     74Remove this switch if you have <application>GAIL</application> installed.</para>
    5775
    5876</sect2>
     
    6987
    7088<sect3><title>libgtkhtml-2 libraries</title>
    71 <para><filename class="libraryfile">libgtkhtml-2</filename> libraries provide the functions necessary to render
    72 and/or edit <acronym>HTML</acronym>.</para></sect3>
     89<para><filename class="libraryfile">libgtkhtml-2</filename> libraries provide
     90the functions necessary to render and/or edit
     91<acronym>HTML</acronym>.</para></sect3>
    7392
    7493</sect2>
  • introduction/welcome/changelog.xml

    r51786f05 r315a767  
    2424
    2525<listitem><para>November 11th, 2004 [randy]: Moved librsvg instructions to
    26 Chapter 9 - Graphics and Font Libraries.</para></listitem>
     26Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an
     27optional dependency, modified build entities and added MD5 sum to the
     28libgtkhtml instructions.</para></listitem>
    2729
    2830<listitem><para>November 10th, 2004 [randy]: Added new package
Note: See TracChangeset for help on using the changeset viewer.