source: general/graphlib/imlib2.xml@ dd5ef77

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 dd5ef77 was 6e393b07, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged imib2.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3953 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 "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]>
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">Optional</bridgehead>
65 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
66 <xref linkend="libtiff"/>, and
67 <xref linkend="libungif"/> or <xref linkend="giflib"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of Imlib2</title>
73
74 <para>Install <application>Imlib2</application> by running the
75 following commands:</para>
76
77<screen><userinput>./configure --prefix=/usr --disable-x11 &amp;&amp;
78make</userinput></screen>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install &amp;&amp;
83install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
84install -v -m644 doc/{*.gif,index.html} \
85 /usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="commands">
90 <title>Command Explanations</title>
91
92 <para><parameter>--disable-x11</parameter>: Remove this parameter if you have
93 an X Window System installed.</para>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
107 imlib2_poly, imlib2_show, imlib2_test, and imlib2_view</seg>
108 <seg>libImlib2.[so,a] and various filters and image loader modules.</seg>
109 <seg>/usr/lib/imlib2, /usr/share/doc/imlib2-1.2.0, and /usr/share/imlib2</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="libImlib2">
119 <term><filename class='libraryfile'>libImlib2.[so,a]</filename></term>
120 <listitem>
121 <para>provides the functions for programs to deal with various
122 image data formats.</para>
123 <indexterm zone="imlib2 libImlib2">
124 <primary sortas="c-libImlib2">libImlib2.[so,a]</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 </variablelist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.