Changeset 9e7ac06
- Timestamp:
- 04/14/2005 02:31:51 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6dd6c3c1
- Parents:
- bae992f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbae992f r9e7ac06 99 99 <!ENTITY imlib-version "1.9.15"> 100 100 <!ENTITY aalib-version "1.4rc5"> 101 <!ENTITY imlib2-version "1. 1.2">101 <!ENTITY imlib2-version "1.2.0"> 102 102 103 103 <!-- Chapter 10 --> -
general/graphlib/imlib2.xml
rbae992f r9e7ac06 6 6 7 7 <!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 "857KB">11 <!ENTITY imlib2-buildsize "11.6MB">12 <!ENTITY imlib2-time "0.44SBU">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"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="imlib2.html"?> 21 21 <title>Imlib2-&imlib2-version;</title> 22 <indexterm zone="imlib2"> 23 <primary sortas="a-Imlib2">Imlib2</primary></indexterm> 22 24 23 25 <sect2> … … 43 45 <sect3><title><application>Imlib2</application> dependencies</title> 44 46 <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 46 49 <xref linkend="libjpeg"/></para> 47 50 </sect4> 48 51 49 52 <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 51 55 <xref linkend="libungif"/> or <xref linkend="giflib"/></para> 52 56 </sect4> … … 61 65 following commands:</para> 62 66 63 <screen><userinput><command>./configure --prefix=/usr && 64 make && 65 make install && 66 install -d -m755 /usr/share/doc/imlib2-&imlib2-version; && 67 install -m644 doc/{*.gif,index.html} \ 67 <screen><userinput><command>./configure --prefix=/usr --disable-x11 && 68 make</command></userinput></screen> 69 70 <para>Now, as the root user:</para> 71 72 <screen><userinput role='root'><command>make install && 73 install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; && 74 install -v -m644 doc/{*.gif,index.html} \ 68 75 /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 83 an X Window system installed.</para> 69 84 70 85 </sect2> … … 73 88 <title>Contents</title> 74 89 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> 79 94 80 </sect2> 95 <seglistitem> 96 <seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv, 97 imlib2_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> 81 102 82 <sect2><title>Description</title> 103 <variablelist> 104 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 105 <?dbfo list-presentation="list"?> 83 106 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 110 image data formats.</para> 111 <indexterm zone="imlib2 libImlib2"> 112 <primary sortas="c-libImlib2">libImlib2.[so,a]</primary> 113 </indexterm></listitem> 114 </varlistentry> 115 </variablelist> 88 116 89 117 </sect2> -
introduction/welcome/changelog.xml
rbae992f r9e7ac06 23 23 <itemizedlist> 24 24 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 giflib27 and libungif instructions.</para></listitem>25 <listitem><para>April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7, 26 Whois-4.7.2 and Imlib2-1.2.0; added documentation installation commands to the 27 giflib and libungif instructions.</para></listitem> 28 28 29 29 <listitem><para>April 12th, 2005 [randy]: Updated to Samba-3.0.13 and
Note:
See TracChangeset
for help on using the changeset viewer.