source: x/lib/agg.xml@ 7498751

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 7498751 was 7498751, checked in by Andrew Benton <andy@…>, 12 years ago

Added Gnash 0.8.10 and its required dependency, Agg 2.5

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

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY agg-download-http
8 "http://www.antigrain.com/agg-&agg-version;.tar.gz">
9 <!ENTITY agg-download-ftp " ">
10 <!ENTITY agg-md5sum "0229a488bc47be10a2fee6cf0b2febd6">
11 <!ENTITY agg-size "552 KB">
12 <!ENTITY agg-buildsize "122 MB">
13 <!ENTITY agg-time "1.2 SBU">
14]>
15
16<sect1 id="agg" xreflabel="agg-&agg-version;">
17 <?dbhtml filename="agg.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>agg-&agg-version;</title>
25
26 <indexterm zone="agg">
27 <primary sortas="a-agg">agg</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to agg</title>
32
33 <para>
34 The Anti-Grain Geometry (AGG) package contains a general purpose C++
35 graphical toolkit. It can be used in many areas of computer programming
36 where high quality 2D graphics is an essential part of the project.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&agg-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&agg-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &agg-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &agg-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &agg-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &agg-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">agg Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="pkgconfig"/>,
80 <xref linkend="sdl"/> and
81 <xref linkend="xorg7-lib"/>.
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/agg"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of agg</title>
91
92 <para>
93 Install <application>agg</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am &amp;&amp;
98bash autogen.sh --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <command>sed -i 's: -L@x_libraries@::'
117 src/platform/X11/Makefile.am</command>: This fixes compiling with the
118 current Xorg Libraries.
119 </para>
120
121 <para>
122 <command>bash autogen.sh</command>: This script uses autotools to create
123 the the configure script then it runns configure with the given arguments.
124 </para>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directory</segtitle>
136
137 <seglistitem>
138 <seg>
139 libagg.so,
140 libaggfontfreetype.so,
141 libaggplatformsdl.so and
142 libaggplatformX11.so.
143 </seg>
144 <seg>/usr/include/agg2.</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="libagg">
154 <term><filename class="libraryfile">libagg.so</filename></term>
155 <listitem>
156 <para>contains the AGG API functions.</para>
157 <indexterm zone="agg libagg">
158 <primary sortas="c-libagg">libagg.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="libaggfontfreetype">
164 <term><filename class="libraryfile">libaggfontfreetype.so</filename></term>
165 <listitem>
166 <para>contains the AGG freetype font API functions.</para>
167 <indexterm zone="agg libaggfontfreetype">
168 <primary sortas="c-libaggfontfreetype">libaggfontfreetype.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libaggplatformsdl">
174 <term><filename class="libraryfile">libaggplatformsdl.so</filename></term>
175 <listitem>
176 <para>contains the AGG SDL API functions that.</para>
177 <indexterm zone="agg libaggplatformsdl">
178 <primary sortas="c-libaggplatformsdl">libaggplatformsdl.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libaggplatformX11">
184 <term><filename class="libraryfile">libaggplatformX11.so</filename></term>
185 <listitem>
186 <para>contains the AGG LibX11 API functions.</para>
187 <indexterm zone="agg libaggplatformX11">
188 <primary sortas="c-libaggplatformX11">libaggplatformX11.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192 </variablelist>
193 </sect2>
194</sect1>
Note: See TracBrowser for help on using the repository browser.