source: general/graphlib/imlib2.xml@ 1ae5e7f

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
Last change on this file since 1ae5e7f was 1ae5e7f, checked in by David Jensen <djensen@…>, 19 years ago

Updated to Imlib2-1.2.1

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

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