source: general/graphlib/imlib2.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[6e393b07]7 <!ENTITY imlib2-download-http "http://prdownloads.sourceforge.net/enlightenment/imlib2-&imlib2-version;.tar.gz">
[1ae5e7f]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">
[52d29f7]13]>
14
[1aacd4b5]15<sect1 id="imlib2" xreflabel="Imlib2-&imlib2-version;">
[6e393b07]16 <?dbhtml filename="imlib2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[caa1fce]21 <keywordset>
22 <keyword role="package">imlib2-&imlib2-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">imlib2</keyword>
[caa1fce]24 </keywordset>
[6e393b07]25 </sect1info>
26
27 <title>Imlib2-&imlib2-version;</title>
28
29 <indexterm zone="imlib2">
30 <primary sortas="a-Imlib2">Imlib2</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Imlib2</title>
35
36 <para><application>Imlib2</application> is a graphics library for fast file
37 loading, saving, rendering and manipulation.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&imlib2-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&imlib2-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &imlib2-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &imlib2-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &imlib2-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &imlib2-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Imlib2 Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
[caa1fce]64 <para role="required"><xref linkend="freetype2"/>,
[e9116cc]65 <xref linkend="libpng"/> and
[6e393b07]66 <xref linkend="libjpeg"/></para>
67
[1ae5e7f]68 <bridgehead renderas="sect4">Recommended</bridgehead>
[e77976f]69 <para role="recommended"><xref linkend="x-window-system"/></para>
[1ae5e7f]70
[6e393b07]71 <bridgehead renderas="sect4">Optional</bridgehead>
[caa1fce]72 <para role="optional"><xref linkend="libtiff"/>, and
[0d93d684]73 <!-- <xref linkend="libungif"/> or -->
74 <xref linkend="giflib"/></para>
[6e393b07]75
[1039de3]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/imlib2"/></para>
78
[6e393b07]79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Imlib2</title>
83
84 <para>Install <application>Imlib2</application> by running the
85 following commands:</para>
86
[1ae5e7f]87<screen><userinput>./configure --prefix=/usr &amp;&amp;
[6e393b07]88make</userinput></screen>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install &amp;&amp;
[9e7ac06]93install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
94install -v -m644 doc/{*.gif,index.html} \
[6e393b07]95 /usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
[3dea735]96
[6e393b07]97 </sect2>
[52d29f7]98
[6e393b07]99 <sect2 role="commands">
100 <title>Command Explanations</title>
[3dea735]101
[1ae5e7f]102 <para><parameter>--without-x</parameter>: Add this parameter if you do not
103 have an X Window System installed.</para>
[3dea735]104
[6e393b07]105 </sect2>
[3dea735]106
[6e393b07]107 <sect2 role="content">
108 <title>Contents</title>
[3dea735]109
[6e393b07]110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
[9e7ac06]114
[6e393b07]115 <seglistitem>
[e9116cc]116 <seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
[6e393b07]117 imlib2_poly, imlib2_show, imlib2_test, and imlib2_view</seg>
[1039de3]118 <seg>libImlib2.{so,a} and various filters and image loader modules.</seg>
[6e393b07]119 <seg>/usr/lib/imlib2, /usr/share/doc/imlib2-1.2.0, and /usr/share/imlib2</seg>
120 </seglistitem>
121 </segmentedlist>
[9e7ac06]122
[6e393b07]123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
[9e7ac06]127
[6e393b07]128 <varlistentry id="libImlib2">
[1039de3]129 <term><filename class='libraryfile'>libImlib2.{so,a}</filename></term>
[6e393b07]130 <listitem>
[e9116cc]131 <para>provides the functions for programs to deal with various
[6e393b07]132 image data formats.</para>
133 <indexterm zone="imlib2 libImlib2">
[1039de3]134 <primary sortas="c-libImlib2">libImlib2.{so,a}</primary>
[6e393b07]135 </indexterm>
136 </listitem>
137 </varlistentry>
[3dea735]138
[6e393b07]139 </variablelist>
140
141 </sect2>
[1aacd4b5]142
143</sect1>
Note: See TracBrowser for help on using the repository browser.