source: general/graphlib/aalib.xml@ 21ba876

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 21ba876 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.1 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
[8dfc5c3]7 <!ENTITY aalib-download-http "&sourceforge-dl;/aa-project/aalib-&aalib-version;.tar.gz">
8 <!ENTITY aalib-download-ftp " ">
9 <!ENTITY aalib-md5sum "9801095c42bba12edebd1902bcf0a990">
10 <!ENTITY aalib-size "388 KB">
11 <!ENTITY aalib-buildsize "6.5 MB">
12 <!ENTITY aalib-time "0.1 SBU">
[52d29f7]13]>
14
[984a23f]15<sect1 id="aalib" xreflabel="AAlib-&aalib-version;">
[2939bea]16 <?dbhtml filename="aalib.html"?>
[0619e6d]17
[2939bea]18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
[0619e6d]21
[2939bea]22 <title>AAlib-&aalib-version;</title>
[0619e6d]23
[2939bea]24 <indexterm zone="aalib">
25 <primary sortas="a-AAlib">AAlib</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to AAlib</title>
[0619e6d]30
[09f0998]31 <para>
32 <application>AAlib</application> is a library to render any graphic into
33 ASCII Art.
34 </para>
[0619e6d]35
[d437f756]36 &lfs101_checked;
[0d7900a]37
[2939bea]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[09f0998]41 <para>
42 Download (HTTP): <ulink url="&aalib-download-http;"/>
43 </para>
[2939bea]44 </listitem>
45 <listitem>
[09f0998]46 <para>
47 Download (FTP): <ulink url="&aalib-download-ftp;"/>
48 </para>
[2939bea]49 </listitem>
50 <listitem>
[09f0998]51 <para>
52 Download MD5 sum: &aalib-md5sum;
53 </para>
[2939bea]54 </listitem>
55 <listitem>
[09f0998]56 <para>
57 Download size: &aalib-size;
58 </para>
[2939bea]59 </listitem>
60 <listitem>
[09f0998]61 <para>
62 Estimated disk space required: &aalib-buildsize;
63 </para>
[2939bea]64 </listitem>
65 <listitem>
[09f0998]66 <para>
67 Estimated build time: &aalib-time;
68 </para>
[2939bea]69 </listitem>
70 </itemizedlist>
[0619e6d]71
[2939bea]72 <bridgehead renderas="sect3">AAlib Dependencies</bridgehead>
[0619e6d]73
[2939bea]74 <bridgehead renderas="sect4">Optional</bridgehead>
[09f0998]75 <para role="optional">
76 <xref linkend="x-window-system"/>,
77 <xref linkend="slang"/>, and
78 <xref linkend="gpm"/>
79 </para>
[0619e6d]80
[1039de3]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/aalib"/></para>
83
[2939bea]84 </sect2>
[0619e6d]85
[2939bea]86 <sect2 role="installation">
87 <title>Installation of AAlib</title>
88
[09f0998]89 <para>
90 Fix a minor problem with the included m4 file:
91 </para>
[f533b0d]92
93<screen><userinput>sed -i -e '/AM_PATH_AALIB,/s/AM_PATH_AALIB/[&amp;]/' aalib.m4</userinput></screen>
94
[09f0998]95 <para>
96 Install <application>AAlib</application> by running the following
97 commands:
98 </para>
[2939bea]99
[38489d2e]100<screen><userinput>./configure --prefix=/usr \
[62e5e8f]101 --infodir=/usr/share/info \
[3fa020b]102 --mandir=/usr/share/man \
103 --disable-static &amp;&amp;
[acae8df]104make</userinput></screen>
105
[09f0998]106 <para>
107 This package does not come with a test suite.
108 </para>
[acae8df]109
[09f0998]110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
[acae8df]113
114<screen role="root"><userinput>make install</userinput></screen>
[0619e6d]115
[2939bea]116 </sect2>
[0619e6d]117
[2939bea]118 <sect2 role="content">
119 <title>Contents</title>
[0619e6d]120
[2939bea]121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
[0619e6d]125
[2939bea]126 <seglistitem>
127 <seg>aafire, aainfo, aalib-config, aasavefont, and aatest</seg>
[973a31d]128 <seg>libaa.so</seg>
[acae8df]129 <seg>None</seg>
[2939bea]130 </seglistitem>
131 </segmentedlist>
[0619e6d]132
[2939bea]133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
[0619e6d]137
[2939bea]138 <varlistentry id="aafire">
139 <term><command>aafire</command></term>
140 <listitem>
[09f0998]141 <para>
142 is a demo of <application>AAlib</application>, rendering
[4c24eb0a]143 an animated fire in ASCII Art
[09f0998]144 </para>
[2939bea]145 <indexterm zone="aalib aafire">
146 <primary sortas="b-aafire">aafire</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
[0619e6d]150
[2939bea]151 <varlistentry id="aainfo">
152 <term><command>aainfo</command></term>
153 <listitem>
[09f0998]154 <para>
155 provides information for your current settings related to
[4c24eb0a]156 <application>AAlib</application>
[09f0998]157 </para>
[2939bea]158 <indexterm zone="aalib aainfo">
159 <primary sortas="b-aainfo">aainfo</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
[0619e6d]163
[2939bea]164 <varlistentry id="aalib-config">
165 <term><command>aalib-config</command></term>
166 <listitem>
[09f0998]167 <para>
[4c24eb0a]168 provides configuration info for <application>AAlib</application>
[09f0998]169 </para>
[2939bea]170 <indexterm zone="aalib aalib-config">
171 <primary sortas="b-aalib-config">aalib-config</primary>
172 </indexterm>
[4e95b37b]173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="aasavefont">
177 <term><command>aasavefont</command></term>
178 <listitem>
[09f0998]179 <para>
[4c24eb0a]180 saves a font to a file
[09f0998]181 </para>
[4e95b37b]182 <indexterm zone="aalib aasavefont">
183 <primary sortas="b-aasavefont">aasavefont</primary>
184 </indexterm>
[2939bea]185 </listitem>
186 </varlistentry>
[0619e6d]187
[2939bea]188 <varlistentry id="aatest">
189 <term><command>aatest</command></term>
190 <listitem>
[09f0998]191 <para>
192 shows the abilities of <application>AAlib</application>
[4c24eb0a]193 in a little test
[09f0998]194 </para>
[2939bea]195 <indexterm zone="aalib aatest">
196 <primary sortas="b-aatest">aatest</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
[0619e6d]200
[2939bea]201 <varlistentry id="libaa">
[4c24eb0a]202 <term><filename class="libraryfile">libaa.{so,a}</filename></term>
[2939bea]203 <listitem>
[09f0998]204 <para>
205 is a collection of routines to render any graphical input in
206 portable format to ASCII Art. It can be used through many programs
207 and has a very well documented API, so you can easily put it into
[4c24eb0a]208 your own programs
[09f0998]209 </para>
[2939bea]210 <indexterm zone="aalib libaa">
[1039de3]211 <primary sortas="c-libaa">libaa.{so,a}</primary>
[2939bea]212 </indexterm>
213 </listitem>
214 </varlistentry>
[0619e6d]215
[2939bea]216 </variablelist>
[0619e6d]217
[2939bea]218 </sect2>
[0619e6d]219
[b3d787d]220</sect1>
Note: See TracBrowser for help on using the repository browser.