source: general/graphlib/imlib2.xml@ 8d73dd9

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 8d73dd9 was 8d73dd9, checked in by Randy McMurchy <randy@…>, 18 years ago

Added libid3tag as an optional dependency of imlib2

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

  • Property mode set to 100644
File size: 4.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 " ">
9 <!ENTITY imlib2-md5sum "07b2a7745ddd3c7c4480b50cb916174c">
10 <!ENTITY imlib2-size "928 KB">
11 <!ENTITY imlib2-buildsize "14.5 MB">
12 <!ENTITY imlib2-time "0.5 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 <keywordset>
22 <keyword role="package">imlib2-&imlib2-version;.tar</keyword>
23 <keyword role="ftpdir">imlib2</keyword>
24 </keywordset>
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>
64 <para role="required"><xref linkend="freetype2"/>,
65 <xref linkend="libpng"/>, and
66 <xref linkend="libjpeg"/></para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended"><xref linkend="x-window-system"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="libtiff"/>,
73 <!-- <xref linkend="libungif"/> or -->
74 <xref linkend="giflib"/>, and
75 <ulink url="http://sourceforge.net/projects/mad">libid3tag</ulink></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/imlib2"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Imlib2</title>
84
85 <para>Install <application>Imlib2</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=/usr &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
97install -v -m644 doc/{*.gif,index.html} \
98 /usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para><parameter>--without-x</parameter>: Add this parameter if you do not
106 have an X Window System installed.</para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
120 imlib2_grab, imlib2_poly, imlib2_show, imlib2_test, and imlib2_view</seg>
121 <seg>libImlib2.{so,a} and various filters and image loader modules.</seg>
122 <seg>/usr/lib/imlib2, /usr/share/doc/imlib2-&imlib2-version;, and
123 /usr/share/imlib2</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="libImlib2">
133 <term><filename class='libraryfile'>libImlib2.{so,a}</filename></term>
134 <listitem>
135 <para>provides the functions for programs to deal with various
136 image data formats.</para>
137 <indexterm zone="imlib2 libImlib2">
138 <primary sortas="c-libImlib2">libImlib2.{so,a}</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.