source: general/graphlib/imlib2.xml@ f773bb1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 f773bb1 was f773bb1, checked in by Randy McMurchy <randy@…>, 14 years ago

Updated to Imlib2-1.4.3

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fce275e]7 <!ENTITY imlib2-download-http "&sourceforge-repo;/enlightenment/imlib2-&imlib2-version;.tar.gz">
[1ae5e7f]8 <!ENTITY imlib2-download-ftp " ">
[f773bb1]9 <!ENTITY imlib2-md5sum "cdac0d47eca6023e3e2a18584d3f69400">
10 <!ENTITY imlib2-size "855 KB">
11 <!ENTITY imlib2-buildsize "14 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>
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
[f773bb1]57 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[f0b6fd4]58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Required Patch: <ulink
61 url="&patch-root;/imlib2-&imlib2-version;-CVE-2008-5187.patch"/></para>
62 </listitem>
[f773bb1]63 </itemizedlist> -->
[f0b6fd4]64
[6e393b07]65 <bridgehead renderas="sect3">Imlib2 Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
[caa1fce]68 <para role="required"><xref linkend="freetype2"/>,
[8d73dd9]69 <xref linkend="libpng"/>, and
[6e393b07]70 <xref linkend="libjpeg"/></para>
71
[1ae5e7f]72 <bridgehead renderas="sect4">Recommended</bridgehead>
[e77976f]73 <para role="recommended"><xref linkend="x-window-system"/></para>
[1ae5e7f]74
[6e393b07]75 <bridgehead renderas="sect4">Optional</bridgehead>
[8d73dd9]76 <para role="optional"><xref linkend="libtiff"/>,
77 <xref linkend="giflib"/>, and
78 <ulink url="http://sourceforge.net/projects/mad">libid3tag</ulink></para>
[6e393b07]79
[1039de3]80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/imlib2"/></para>
82
[6e393b07]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Imlib2</title>
87
88 <para>Install <application>Imlib2</application> by running the
89 following commands:</para>
90
[f773bb1]91<screen><userinput>./configure --prefix=/usr &amp;&amp;
[6e393b07]92make</userinput></screen>
93
[3569263]94 <para>This package does not come with a test suite.</para>
[9f12e36]95
[6e393b07]96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install &amp;&amp;
[9e7ac06]99install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
[f773bb1]100install -v -m644 doc/{*.gif,index.html} \
101 /usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
[3dea735]102
[6e393b07]103 </sect2>
[52d29f7]104
[6e393b07]105 <sect2 role="commands">
106 <title>Command Explanations</title>
[3dea735]107
[1ae5e7f]108 <para><parameter>--without-x</parameter>: Add this parameter if you do not
109 have an X Window System installed.</para>
[3dea735]110
[6e393b07]111 </sect2>
[3dea735]112
[6e393b07]113 <sect2 role="content">
114 <title>Contents</title>
[3dea735]115
[6e393b07]116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
[9e7ac06]120
[6e393b07]121 <seglistitem>
[e9116cc]122 <seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
[3569263]123 imlib2_grab, imlib2_poly, imlib2_show, imlib2_test, and imlib2_view</seg>
[1039de3]124 <seg>libImlib2.{so,a} and various filters and image loader modules.</seg>
[9f12e36]125 <seg>/usr/lib/imlib2, /usr/share/doc/imlib2-&imlib2-version;, and
[3569263]126 /usr/share/imlib2</seg>
[6e393b07]127 </seglistitem>
128 </segmentedlist>
[9e7ac06]129
[6e393b07]130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
[9e7ac06]134
[6e393b07]135 <varlistentry id="libImlib2">
[1039de3]136 <term><filename class='libraryfile'>libImlib2.{so,a}</filename></term>
[6e393b07]137 <listitem>
[e9116cc]138 <para>provides the functions for programs to deal with various
[6e393b07]139 image data formats.</para>
140 <indexterm zone="imlib2 libImlib2">
[1039de3]141 <primary sortas="c-libImlib2">libImlib2.{so,a}</primary>
[6e393b07]142 </indexterm>
143 </listitem>
144 </varlistentry>
[3dea735]145
[6e393b07]146 </variablelist>
147
148 </sect2>
[1aacd4b5]149
150</sect1>
Note: See TracBrowser for help on using the repository browser.