Author: rthomsen Date: 2012-06-30 14:25:57 -0600 (Sat, 30 Jun 2012) New Revision: 10381
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/pixman.xml trunk/BOOK/introduction/welcome/changelog.xml Log: pixman 0.26.2 Modified: trunk/BOOK/general/graphlib/pixman.xml =================================================================== --- trunk/BOOK/general/graphlib/pixman.xml 2012-06-30 20:09:21 UTC (rev 10380) +++ trunk/BOOK/general/graphlib/pixman.xml 2012-06-30 20:25:57 UTC (rev 10381) @@ -6,9 +6,9 @@ <!ENTITY pixman-download-http "http://cairographics.org/releases/pixman-&pixman-version;.tar.gz"> <!ENTITY pixman-download-ftp " "> - <!ENTITY pixman-md5sum "6563b6400b9fa23b47fd52105faf72b4"> - <!ENTITY pixman-size "736 KB"> - <!ENTITY pixman-buildsize "54 MB"> + <!ENTITY pixman-md5sum "276242da5b3af1258d072cf205d18f0b"> + <!ENTITY pixman-size "726 KB"> + <!ENTITY pixman-buildsize "23 MB"> <!ENTITY pixman-time "0.6 SBU"> ]> @@ -73,7 +73,8 @@ <para>Install <application>pixman</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr \ + --disable-static && make</userinput></screen> <para>To test the results, issue: <command>make check</command>. Note that @@ -85,17 +86,25 @@ </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + + </sect2> + <sect2 role="content"> <title>Contents</title> <segmentedlist> <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> - <segtitle>Installed Directory</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>None</seg> - <seg>libpixman-1.{so,a}</seg> + <seg>none</seg> + <seg>libpixman-1.so</seg> <seg>/usr/include/pixman-1</seg> </seglistitem> </segmentedlist> @@ -106,12 +115,12 @@ <?dbhtml list-presentation="table"?> <varlistentry id="libpixman1"> - <term><filename class='libraryfile'>libpixman1.{so,a}</filename></term> + <term><filename class='libraryfile'>libpixman1.so</filename></term> <listitem> <para>contains functions that provide low-level pixel manipulation features.</para> <indexterm zone="pixman libpixman1"> - <primary sortas="c-libpixman1">libpixman1.{so,a}</primary> + <primary sortas="c-libpixman1">libpixman1.so</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-06-30 20:09:21 UTC (rev 10380) +++ trunk/BOOK/general.ent 2012-06-30 20:25:57 UTC (rev 10381) @@ -279,7 +279,7 @@ <!ENTITY librsvg-version "2.36.1"> <!ENTITY libtiff-version "4.0.1"> <!ENTITY openjpeg-version "1.5.0"> -<!ENTITY pixman-version "0.26.0"> +<!ENTITY pixman-version "0.26.2"> <!ENTITY poppler-version "0.20.1"> <!-- Removed Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-06-30 20:09:21 UTC (rev 10380) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-06-30 20:25:57 UTC (rev 10381) @@ -44,6 +44,10 @@ <listitem> <para>June 30th, 2012</para> <itemizedlist> + <listitem> + <para>[rthomsen] - Pixman 0.26.2. + Fixes <ulink url="&blfs-ticket-root;3447">#3447</ulink>.</para> + </listitem> <listitem> <para>[rthomsen] - Soprano 2.8.0.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
