Author: bdubbs Date: 2008-12-27 00:17:01 -0700 (Sat, 27 Dec 2008) New Revision: 7673
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/fontconfig.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to fontconfig-2.6.0. Modified: trunk/BOOK/general/graphlib/fontconfig.xml =================================================================== --- trunk/BOOK/general/graphlib/fontconfig.xml 2008-12-27 07:14:05 UTC (rev 7672) +++ trunk/BOOK/general/graphlib/fontconfig.xml 2008-12-27 07:17:01 UTC (rev 7673) @@ -6,9 +6,9 @@ <!ENTITY fontconfig-download-http "http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.gz"> <!ENTITY fontconfig-download-ftp "&gentoo-ftp-repo;/fontconfig-&fontconfig-version;.tar.gz"> - <!ENTITY fontconfig-md5sum "f035852f521b54677f2b5c9e2f6d54a4"> - <!ENTITY fontconfig-size "1.2 MB"> - <!ENTITY fontconfig-buildsize "11.3 MB"> + <!ENTITY fontconfig-md5sum "b54ec1d4ddd836313fdbc0cd5299d6d"> + <!ENTITY fontconfig-size "1.3 MB"> + <!ENTITY fontconfig-buildsize "15.1 MB"> <!ENTITY fontconfig-time "0.2 SBU"> ]> @@ -54,16 +54,13 @@ </listitem> </itemizedlist> - <!-- Since fontconfig is at 2.4.x, obviously it's more current - than 2.3.92. Uncomment when 2.4.9x is released <note> <para>The numbering system of <application>Fontconfig</application> is unusual. The beta versions of the package are numbered with a 9x in the - last portion of the release number. This means that 2.3.92 is a beta + last portion of the release number. This means that 2.6.92 is a beta release and the most current release is of the form &fontconfig-version;</para> </note> - --> <bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead> @@ -104,15 +101,7 @@ <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role="root"><userinput>make install && -install -v -m644 doc/*.3 /usr/share/man/man3 && -install -v -m644 doc/*.5 /usr/share/man/man5 && -install -v -m755 \ - -d /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel && -install -v -m644 doc/*.{html,pdf,txt} \ - /usr/share/doc/fontconfig-&fontconfig-version; && -install -v -m644 doc/fontconfig-devel/* \ - /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel</userinput></screen> +<screen role="root"><userinput>make install</userinput></screen> </sect2> @@ -123,14 +112,14 @@ the system font cache files in <filename class='directory'>/var/cache/fontconfig</filename>.</para> - <para><parameter>--disable-docs</parameter>: This switch avoids building - the documentation (the release tarball includes pre-generated - documentation).</para> - <para><parameter>--without-add-fonts</parameter>: This switch disables the automatic search for X Window System fonts which, if found, may confuse some applications.</para> + <para><parameter>--disable-docs</parameter>: This switch avoids building + the documentation (the release tarball includes pre-generated + documentation).</para> + <para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>: Though this parameter seems counter-intuitive following the preceding parameter to the <command>configure</command> command, it is used so that Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-27 07:14:05 UTC (rev 7672) +++ trunk/BOOK/general.ent 2008-12-27 07:17:01 UTC (rev 7673) @@ -149,7 +149,7 @@ <!ENTITY lcms-version "1.17"> <!ENTITY libmng-version "1.0.10"> <!ENTITY freetype2-version "2.3.7"> -<!ENTITY fontconfig-version "2.4.2"> +<!ENTITY fontconfig-version "2.6.0"> <!ENTITY libart_lgpl-version "2.3.19"> <!ENTITY librsvg-version "2.16.1"> <!-- <!ENTITY imlib-version "1.9.15"> --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-27 07:14:05 UTC (rev 7672) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-27 07:17:01 UTC (rev 7673) @@ -54,6 +54,9 @@ <para>December 26th, 2008</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to fontconfig-2.6.0.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated to libmng-1.0.10.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
