diff --git a/general.ent b/general.ent index 47f1e9ad7f..4823420df4 100644 --- a/general.ent +++ b/general.ent @@ -98,7 +98,7 @@ - + diff --git a/general/graphlib/imlib2.xml b/general/graphlib/imlib2.xml index c8ad5075df..d7afe2b202 100644 --- a/general/graphlib/imlib2.xml +++ b/general/graphlib/imlib2.xml @@ -5,11 +5,11 @@ %general-entities; - - - - - + + + + + ]> @@ -19,6 +19,8 @@ Imlib2-&imlib2-version; + +Imlib2 Introduction to <application>Imlib2</application> @@ -42,12 +44,14 @@ loading, saving, rendering and manipulation. <application>Imlib2</application> dependencies Required -X ( or ) and +, + and Optional - and +X ( or ), +, and or @@ -60,31 +64,55 @@ loading, saving, rendering and manipulation. Install Imlib2 by running the following commands: -./configure --prefix=/usr && -make && -make install && -install -d -m755 /usr/share/doc/imlib2-&imlib2-version; && -install -m644 doc/{*.gif,index.html} \ +./configure --prefix=/usr --disable-x11 && +make + +Now, as the root user: + +make install && +install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; && +install -v -m644 doc/{*.gif,index.html} \ /usr/share/doc/imlib2-&imlib2-version; + +Command explanations + +--disable-x11: Remove this parameter if you have +an X Window system installed. + + + Contents - -This package contains libImlib2 -library as well as various filters and image loader libraries. - + +Installed Programs +Installed Libraries +Installed Directories - + +imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv, +imlib2_poly, imlib2_show, imlib2_test and imlib2_view +libImlib2.[so,a] and various filters and image loader modules. +/usr/lib/imlib2, /usr/share/doc/imlib2-1.2.0 and /usr/share/imlib2 + + -Description + +Short Descriptions + -libImlib2 -libImlib2 -provides the functions for programs to deal with various image data -formats. + +libImlib2.[so,a] +provides the functions for programs to deal with various +image data formats. + +libImlib2.[so,a] + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 0c80e87172..81f23e4065 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,9 +22,9 @@ who wrote what. -April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7 -and Whois-4.7.2; added documentation installation commands to the giflib -and libungif instructions. +April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7, +Whois-4.7.2 and Imlib2-1.2.0; added documentation installation commands to the +giflib and libungif instructions. April 12th, 2005 [randy]: Updated to Samba-3.0.13 and pkgconfig-0.17.1.