source: general/graphlib/imlib2.xml@ 9e7ac06

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 9e7ac06 was 9e7ac06, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Imlib2-1.2.0

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

  • Property mode set to 100644
File size: 3.8 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<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="imlib2.html"?>
21<title>Imlib2-&imlib2-version;</title>
22<indexterm zone="imlib2">
23<primary sortas="a-Imlib2">Imlib2</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>Imlib2</application></title>
27
28<para><application>Imlib2</application> is a graphics library for fast file
29loading, saving, rendering and manipulation.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP):
34<ulink url="&imlib2-download-http;"/></para></listitem>
35<listitem><para>Download (FTP):
36<ulink url="&imlib2-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &imlib2-md5sum;</para></listitem>
38<listitem><para>Download size: &imlib2-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&imlib2-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&imlib2-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>Imlib2</application> dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="freetype2"/>,
48<xref linkend="libpng"/> and
49<xref linkend="libjpeg"/></para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
54<xref linkend="libtiff"/>, and
55<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
56</sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application>Imlib2</application></title>
63
64<para>Install <application>Imlib2</application> by running the
65following commands:</para>
66
67<screen><userinput><command>./configure --prefix=/usr --disable-x11 &amp;&amp;
68make</command></userinput></screen>
69
70<para>Now, as the root user:</para>
71
72<screen><userinput role='root'><command>make install &amp;&amp;
73install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
74install -v -m644 doc/{*.gif,index.html} \
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
83an X Window system installed.</para>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<segmentedlist>
91<segtitle>Installed Programs</segtitle>
92<segtitle>Installed Libraries</segtitle>
93<segtitle>Installed Directories</segtitle>
94
95<seglistitem>
96<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
97imlib2_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>
102
103<variablelist>
104<bridgehead renderas="sect3">Short Descriptions</bridgehead>
105<?dbfo list-presentation="list"?>
106
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
110image data formats.</para>
111<indexterm zone="imlib2 libImlib2">
112<primary sortas="c-libImlib2">libImlib2.[so,a]</primary>
113</indexterm></listitem>
114</varlistentry>
115</variablelist>
116
117</sect2>
118
119</sect1>
Note: See TracBrowser for help on using the repository browser.