Changeset 1ae5e7f


Ignore:
Timestamp:
07/25/2005 06:20:55 PM (19 years ago)
Author:
David Jensen <djensen@…>
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:
d156225
Parents:
60fbfe6
Message:

Updated to Imlib2-1.2.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r60fbfe6 r1ae5e7f  
    100100<!ENTITY imlib-version                "1.9.15">
    101101<!ENTITY aalib-version                "1.4rc5">
    102 <!ENTITY imlib2-version               "1.2.0">
     102<!ENTITY imlib2-version               "1.2.1">
    103103<!ENTITY libexif-version              "0.6.12">
    104104<!ENTITY fribidi-version              "0.10.5">
  • general/graphlib/imlib2.xml

    r60fbfe6 r1ae5e7f  
    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        "853fb77100ee3c3ca944f52c892ab49b">
    10   <!ENTITY imlib2-size          "890 KB">
    11   <!ENTITY imlib2-buildsize     "12.1 MB">
    12   <!ENTITY imlib2-time          "0.40 SBU">
     8  <!ENTITY imlib2-download-ftp  " ">
     9  <!ENTITY imlib2-md5sum        "e32970d03d8aee2885782312d0a7f15f">
     10  <!ENTITY imlib2-size          "879 KB">
     11  <!ENTITY imlib2-buildsize     "12.5 MB">
     12  <!ENTITY imlib2-time          "0.4 SBU">
    1313]>
    1414
     
    6262    <xref linkend="libjpeg"/></para>
    6363
     64    <bridgehead renderas="sect4">Recommended</bridgehead>
     65    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/></para>
     66
    6467    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    66     <xref linkend="libtiff"/>, and
     68    <para><xref linkend="libtiff"/>, and
    6769    <xref linkend="libungif"/> or <xref linkend="giflib"/></para>
    6870
     
    7577    following commands:</para>
    7678
    77 <screen><userinput>./configure --prefix=/usr --disable-x11 &amp;&amp;
     79<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7880make</userinput></screen>
    7981
     
    9092    <title>Command Explanations</title>
    9193
    92     <para><parameter>--disable-x11</parameter>: Remove this parameter if you have
    93     an X Window System installed.</para>
     94    <para><parameter>--without-x</parameter>: Add this parameter if you do not
     95    have an X Window System installed.</para>
    9496
    9597  </sect2>
  • introduction/welcome/changelog.xml

    r60fbfe6 r1ae5e7f  
    2525  <itemizedlist>
    2626   
     27    <listitem>
     28      <para>July 25th 2005 [djensen]: Updated to Imlib2-1.2.1.</para>
     29    </listitem>
     30
    2731    <listitem>
    2832      <para>July 25th 2005 [djensen]: Updated to freeglut-2.4.0.</para>
Note: See TracChangeset for help on using the changeset viewer.