Changeset 3dea735


Ignore:
Timestamp:
08/31/2004 02:32:43 AM (20 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:
560e14cf
Parents:
2e88c4f
Message:

Updated to Imlib2-1.1.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2e88c4f r3dea735  
    8989<!ENTITY SVGAlib-version              "1.4.3">
    9090<!ENTITY DirectFB-version             "0.9.20">
    91 <!ENTITY imlib2-version               "1.1.0">
     91<!ENTITY imlib2-version               "1.1.1">
    9292                                                                                     
    9393<!-- Chapter 10 -->                 
  • general/graphlib/imlib2.xml

    r2e88c4f r3dea735  
    77<!ENTITY imlib2-download-http "http://prdownloads.sourceforge.net/enlightenment/imlib2-&imlib2-version;.tar.gz">
    88<!ENTITY imlib2-download-ftp "ftp://ftp.tux.org/X-Windows/enlightenment/ftp/enlightenment/imlib2-&imlib2-version;.tar.gz">
    9 <!ENTITY imlib2-size "796 KB">
    10 <!ENTITY imlib2-buildsize "20 MB">
    11 <!ENTITY imlib2-time "0.53 SBU">
    12 
     9<!ENTITY imlib2-size "871 KB">
     10<!ENTITY imlib2-buildsize "11.5 MB">
     11<!ENTITY imlib2-time "0.44 SBU">
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>Imlib2</application></title>
    25                                                                                
     24
    2625<para><application>Imlib2</application> is a graphics library for fast file
    2726loading, saving, rendering and manipulation.</para>
    28                                                                                
     27
    2928<sect3><title>Package information</title>
    3029<itemizedlist spacing='compact'>
     
    3534<listitem><para>Estimated build time: &imlib2-time;</para></listitem></itemizedlist>
    3635</sect3>
    37                                                                                
     36
    3837<sect3><title><application>Imlib2</application> dependencies</title>
    3938<sect4><title>Required</title>
    40 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <xref linkend="libjpeg"/>
    41 </para></sect4>
     39<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
     40<xref linkend="libjpeg"/></para>
     41</sect4>
     42
    4243<sect4><title>Optional</title>
    43 <para><xref linkend="libtiff"/> and <xref
    44 linkend="libungif"/>
    45 </para></sect4>
     44<para><xref linkend="libtiff"/> and <xref linkend="libungif"/></para>
     45</sect4>
    4646</sect3>
    47                                                                                
     47
    4848</sect2>
    4949
    5050<sect2>
    5151<title>Installation of <application>Imlib2</application></title>
    52                                                                                
     52
    5353<para>Install <application>Imlib2</application> by running the
    5454following commands:</para>
    55                                                                                
     55
    5656<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5757make &amp;&amp;
    5858make install</command></userinput></screen>
    59                                                                                
     59
    6060</sect2>
    6161
    6262<sect2>
    6363<title>Contents</title>
    64                                                                                
     64
    6565<para>
    6666This package contains <filename class="libraryfile">libImlib2</filename> library
    6767as well as various filters and image loader libraries.
    6868</para>
    69                                                                                
     69
    7070</sect2>
    71                                                                                
     71
    7272<sect2><title>Description</title>
    73                                                                                
     73
    7474<sect3><title>libImlib2</title>
    7575<para><filename class="libraryfile">libImlib2</filename>
    7676provides the functions for programs to deal with various image data formats.
    7777</para></sect3>
    78                                                                                
     78
    7979</sect2>
    8080
  • introduction/welcome/changelog.xml

    r2e88c4f r3dea735  
    2424
    2525<listitem><para>August 30th, 2004 [randy]: Updated to
    26 libxklavier-1.03; minor wording changes about dependencies in the
    27 GCC instructions.</para></listitem>
     26libxklavier-1.03 and Imlib2-1.1.1; minor wording changes about
     27dependencies in the GCC instructions.</para></listitem>
    2828
    2929<listitem><para>August 30th, 2004 [randy]: Added tcpwrappers as an
Note: See TracChangeset for help on using the changeset viewer.