Changeset 1a93b27


Ignore:
Timestamp:
04/05/2015 01:03:33 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cfcaabb
Parents:
251551f
Message:

Update to imlib2-1.4.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r251551f r1a93b27  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Update to imlib2-1.4.7. Fixes
     52          <ulink url="&blfs-ticket-root;6369">#6369</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - gnome-terminal: remove executables in /usr/libexec
    5256          from the list of installed programs.</para>
  • packages.ent

    r251551f r1a93b27  
    471471<!ENTITY gtkmm2-version               "2.24.4">
    472472<!ENTITY gtkmm3-version               "3.16.0">
    473 <!ENTITY imlib2-version               "1.4.6">
     473<!ENTITY imlib2-version               "1.4.7">
    474474<!ENTITY keybinder2-version           "0.3.0">
    475475<!ENTITY libnotify-version            "0.7.6">
  • x/lib/imlib2.xml

    r251551f r1a93b27  
    55  %general-entities;
    66
    7   <!ENTITY imlib2-download-http "&sourceforge-repo;/enlightenment/imlib2-&imlib2-version;.tar.bz2">
     7  <!ENTITY imlib2-download-http "&sourceforge-repo2;/projects/enlightenment/files/imlib2-src/&imlib2-version;/imlib2-&imlib2-version;.tar.bz2">
    88  <!ENTITY imlib2-download-ftp  " ">
    9   <!ENTITY imlib2-md5sum        "5c7104121ec6db652b37f74a6d7048e2">
    10   <!ENTITY imlib2-size          "853 KB">
     9  <!ENTITY imlib2-md5sum        "f2f1418c376da6125453f90f2d58d938">
     10  <!ENTITY imlib2-size          "869 KB">
    1111  <!ENTITY imlib2-buildsize     "15 MB">
    1212  <!ENTITY imlib2-time          "0.2 SBU">
     
    8484    following commands:</para>
    8585
    86 <screen><userinput>sed -i 's/@my_libs@//' imlib2-config.in    &amp;&amp;
    87 sed -e '/DGifOpen/s:fd:&amp;, NULL:'           \
    88     -e '/DGifCloseFile/s:gif:&amp;, NULL:'     \
    89     -i src/modules/loaders/loader_gif.c    &amp;&amp;
    90 
    91 ./configure --prefix=/usr --disable-static &amp;&amp;
     86<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9287make</userinput></screen>
    9388
     
    105100  <sect2 role="commands">
    106101    <title>Command Explanations</title>
    107 
    108     <para>
    109       <command>sed ...</command>: The first command fix building with recent
    110       versions of <application>Giflib</application> and the second one
    111       corrects linker flags for libImlib2 usage.
    112     </para>
    113102
    114103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    139128      <?dbhtml list-presentation="table"?>
    140129
     130      <varlistentry id="imlib2_conv">
     131        <term><command>imlib2_conv</command></term>
     132        <listitem>
     133          <para>
     134            converts images between formats.
     135          </para>
     136          <indexterm zone="imlib2 imlib2_conv">
     137            <primary sortas="b-imlib2_conv">imlib2_conv</primary>
     138          </indexterm>
     139        </listitem>
     140      </varlistentry>
     141
     142      <varlistentry id="imlib2_view">
     143        <term><command>imlib2_view</command></term>
     144        <listitem>
     145          <para>
     146            diplays images files.
     147          </para>
     148          <indexterm zone="imlib2 imlib2_view">
     149            <primary sortas="b-imlib2_view">imlib2_view</primary>
     150          </indexterm>
     151        </listitem>
     152      </varlistentry>
     153
    141154      <varlistentry id="libImlib2">
    142155        <term><filename class='libraryfile'>libImlib2.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.