From 9a7970cd235f91bc70acfa6a06bc7a54dea1781b Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 15 Aug 2004 13:43:37 +0000 Subject: [PATCH] Added GPM as an optional dependency of AAlib git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2610 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/graphlib/aalib.xml | 63 ++++++++++++++++-------------- introduction/welcome/changelog.xml | 3 ++ 3 files changed, 38 insertions(+), 30 deletions(-) diff --git a/general.ent b/general.ent index 0ab7a9069f..5010a426f4 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/general/graphlib/aalib.xml b/general/graphlib/aalib.xml index 3ef040bfda..b13faadebd 100644 --- a/general/graphlib/aalib.xml +++ b/general/graphlib/aalib.xml @@ -5,11 +5,10 @@ %general-entities; - + - ]> @@ -22,10 +21,10 @@ Introduction to <application>AAlib</application> - + AAlib is a library to render any graphic into ASCII Art. - + Package information Download (HTTP): Estimated build time: &aalib-time; - - + <application>AAlib</application> dependencies Optional -X ( or ) and +X ( or ), + and + - + Installation of <application>AAlib</application> - + Install AAlib by running the following commands: - + ./configure --prefix=/usr && make && make install - + Contents - -The AAlib package contains the libaa libraries, aalib-config, -aainfo, aatest and -aasavefont. - + +The AAlib package contains the +libaa libraries, +aalib-config, +aainfo, +aatest, +aasavefont and +aafire. + - + Description - + ASCII Art libraries -The ASCII Art library is a collection of routines to render any -graphical input in portable format to ASCII Art. It can be used through -many programs and has a very well documented API, so you -can easily put it into your own programs. - +The ASCII Art library is a collection of routines to +render any graphical input in portable format to ASCII Art. +It can be used through many programs and has a very well documented +API, so you can easily put it into your own programs. + + aalib-config aalib-config provides configuration info for -AAlib. - +AAlib. + aainfo aainfo provides information for your current settings related to AAlib. - + aatest aatest shows the abilities of AAlib in a little test. - + aafire aafire is another little toy of AAlib , rendering an animated fire in ASCII Art. - + aasavefont Currently no information available. - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f18e085a0e..c4547e390e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,9 @@ who wrote what. +August 15th, 2004 [randy]: Added GPM as an optional +dependency to AAlib. + August 13th, 2004 [randy]: Minor modifications to kdeadmin and kdepim.