Changeset 9e7ac06


Ignore:
Timestamp:
04/14/2005 02:31:51 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.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:
6dd6c3c1
Parents:
bae992f
Message:

Updated to Imlib2-1.2.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbae992f r9e7ac06  
    9999<!ENTITY imlib-version                "1.9.15">
    100100<!ENTITY aalib-version                "1.4rc5">
    101 <!ENTITY imlib2-version               "1.1.2">
     101<!ENTITY imlib2-version               "1.2.0">
    102102                                                                                     
    103103<!-- Chapter 10 -->                 
  • general/graphlib/imlib2.xml

    rbae992f r9e7ac06  
    66
    77<!ENTITY imlib2-download-http "http://prdownloads.sourceforge.net/enlightenment/imlib2-&imlib2-version;.tar.gz">
    8 <!ENTITY imlib2-download-ftp "ftp://ftp.tux.org/X-Windows/enlightenment/ftp/enlightenment/imlib2-&imlib2-version;.tar.gz">
    9 <!ENTITY imlib2-md5sum "3389bad516032c951fda4fe620df0cef">
    10 <!ENTITY imlib2-size "857 KB">
    11 <!ENTITY imlib2-buildsize "11.6 MB">
    12 <!ENTITY imlib2-time "0.44 SBU">
     8<!ENTITY imlib2-download-ftp  "ftp://ftp.tux.org/X-Windows/enlightenment/ftp/enlightenment/imlib2-&imlib2-version;.tar.gz">
     9<!ENTITY imlib2-md5sum        "853fb77100ee3c3ca944f52c892ab49b">
     10<!ENTITY imlib2-size          "890 KB">
     11<!ENTITY imlib2-buildsize     "12.1 MB">
     12<!ENTITY imlib2-time          "0.40 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="imlib2.html"?>
    2121<title>Imlib2-&imlib2-version;</title>
     22<indexterm zone="imlib2">
     23<primary sortas="a-Imlib2">Imlib2</primary></indexterm>
    2224
    2325<sect2>
     
    4345<sect3><title><application>Imlib2</application> dependencies</title>
    4446<sect4><title>Required</title>
    45 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
     47<para><xref linkend="freetype2"/>,
     48<xref linkend="libpng"/> and
    4649<xref linkend="libjpeg"/></para>
    4750</sect4>
    4851
    4952<sect4><title>Optional</title>
    50 <para><xref linkend="libtiff"/> and
     53<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     54<xref linkend="libtiff"/>, and
    5155<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
    5256</sect4>
     
    6165following commands:</para>
    6266
    63 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    64 make &amp;&amp;
    65 make install &amp;&amp;
    66 install -d -m755 /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
    67 install -m644 doc/{*.gif,index.html} \
     67<screen><userinput><command>./configure --prefix=/usr --disable-x11 &amp;&amp;
     68make</command></userinput></screen>
     69
     70<para>Now, as the root user:</para>
     71
     72<screen><userinput role='root'><command>make install &amp;&amp;
     73install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
     74install -v -m644 doc/{*.gif,index.html} \
    6875    /usr/share/doc/imlib2-&imlib2-version;</command></userinput></screen>
     76
     77</sect2>
     78
     79<sect2>
     80<title>Command explanations</title>
     81
     82<para><parameter>--disable-x11</parameter>: Remove this parameter if you have
     83an X Window system installed.</para>
    6984
    7085</sect2>
     
    7388<title>Contents</title>
    7489
    75 <para>
    76 This package contains <filename class="libraryfile">libImlib2</filename>
    77 library as well as various filters and image loader libraries.
    78 </para>
     90<segmentedlist>
     91<segtitle>Installed Programs</segtitle>
     92<segtitle>Installed Libraries</segtitle>
     93<segtitle>Installed Directories</segtitle>
    7994
    80 </sect2>
     95<seglistitem>
     96<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
     97imlib2_poly, imlib2_show, imlib2_test and imlib2_view</seg>
     98<seg>libImlib2.[so,a] and various filters and image loader modules.</seg>
     99<seg>/usr/lib/imlib2, /usr/share/doc/imlib2-1.2.0 and /usr/share/imlib2</seg>
     100</seglistitem>
     101</segmentedlist>
    81102
    82 <sect2><title>Description</title>
     103<variablelist>
     104<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     105<?dbfo list-presentation="list"?>
    83106
    84 <sect3><title>libImlib2</title>
    85 <para><filename class="libraryfile">libImlib2</filename>
    86 provides the functions for programs to deal with various image data
    87 formats.</para></sect3>
     107<varlistentry id="libImlib2">
     108<term><filename class='libraryfile'>libImlib2.[so,a]</filename></term>
     109<listitem><para>provides the functions for programs to deal with various
     110image data formats.</para>
     111<indexterm zone="imlib2 libImlib2">
     112<primary sortas="c-libImlib2">libImlib2.[so,a]</primary>
     113</indexterm></listitem>
     114</varlistentry>
     115</variablelist>
    88116
    89117</sect2>
  • introduction/welcome/changelog.xml

    rbae992f r9e7ac06  
    2323<itemizedlist>
    2424
    25 <listitem><para>April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7
    26 and Whois-4.7.2; added documentation installation commands to the giflib
    27 and libungif instructions.</para></listitem>
     25<listitem><para>April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7,
     26Whois-4.7.2 and Imlib2-1.2.0; added documentation installation commands to the
     27giflib and libungif instructions.</para></listitem>
    2828
    2929<listitem><para>April 12th, 2005 [randy]: Updated to Samba-3.0.13 and
Note: See TracChangeset for help on using the changeset viewer.