Changeset bf62a13 for x/lib/imlib2.xml


Ignore:
Timestamp:
04/24/2022 11:52:52 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
d94bdfcb
Parents:
7d66d5d
Message:

Update to imlib2-1.9.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/imlib2.xml

    r7d66d5d rbf62a13  
    77  <!ENTITY imlib2-download-http "&sourceforge-dl;/enlightenment/imlib2-&imlib2-version;.tar.xz">
    88  <!ENTITY imlib2-download-ftp  " ">
    9   <!ENTITY imlib2-md5sum        "6c3c1223b9f4ae5939e74cd820847208">
    10   <!ENTITY imlib2-size          "764 KB">
    11   <!ENTITY imlib2-buildsize     "12 MB">
     9  <!ENTITY imlib2-md5sum        "3a0e77546a6f2559f8a5bd493296a2ae">
     10  <!ENTITY imlib2-size          "792 KB">
     11  <!ENTITY imlib2-buildsize     "14 MB">
    1212  <!ENTITY imlib2-time          "0.2 SBU">
    1313]>
     
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
     86      <xref linkend="doxygen"/> (for API documentation),
    8687      <xref linkend="libpng"/>,
    8788      <xref linkend="libjpeg"/>,
     
    112113
    113114    <para>
    114       Now, as the <systemitem class="username">root</systemitem> user:
    115     </para>
    116 
    117 <screen role="root"><userinput>make install &amp;&amp;
    118 install -v -m755 -d                        /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
    119 install -v -m644    doc/{*.gif,index.html} /usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
     115      Now, as the &root; user:
     116    </para>
     117
     118<screen role="root"><userinput>make install</userinput></screen>
     119
     120    <para>
     121      If you generated the API documentation, install it as the &root; user:
     122    </para>
     123
     124<screen role="root"><userinput>install -v -m755 -d            /usr/share/doc/imlib2-&imlib2-version;/html &amp;&amp;
     125install -v -m644    doc/html/* /usr/share/doc/imlib2-&imlib2-version;/html</userinput></screen>
    120126
    121127  </sect2>
     
    126132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127133      href="../../xincludes/static-libraries.xml"/>
     134
     135    <para>
     136      <parameter>--enable-doc-build</parameter>: This switch generates
     137      the API documentation.  <xref linkend="doxygen"/> must be installed.
     138    </para>
    128139
    129140  </sect2>
Note: See TracChangeset for help on using the changeset viewer.