Author: randy Date: 2005-12-26 17:08:10 -0700 (Mon, 26 Dec 2005) New Revision: 5479
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/iso-codes.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to ISO Codes-0.49 Modified: trunk/BOOK/general/genlib/iso-codes.xml =================================================================== --- trunk/BOOK/general/genlib/iso-codes.xml 2005-12-26 20:53:42 UTC (rev 5478) +++ trunk/BOOK/general/genlib/iso-codes.xml 2005-12-27 00:08:10 UTC (rev 5479) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY iso-codes-download-http "http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;-1.tar.gz"> - <!ENTITY iso-codes-download-ftp "ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;-1.tar.gz"> - <!ENTITY iso-codes-md5sum "7b4a566507127e81ad456b0e68aa1dff"> - <!ENTITY iso-codes-size "3.4 MB"> - <!ENTITY iso-codes-buildsize "28.0 MB"> + <!ENTITY iso-codes-download-http "http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.orig.tar.gz"> + <!ENTITY iso-codes-download-ftp "ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.orig.tar.gz"> + <!ENTITY iso-codes-md5sum "62b7f9469e00b92558d5d043a4be3910"> + <!ENTITY iso-codes-size "3.6 MB"> + <!ENTITY iso-codes-buildsize "29.8 MB"> <!ENTITY iso-codes-time "less than 0.1 SBU"> ]> @@ -59,10 +59,13 @@ </listitem> </itemizedlist> + <!-- According to the 0.49 version ChangeLog from the Debian diff + patch file, the dependency for PyXML has been removed <bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> <para role="required"><xref linkend="pyxml"/></para> + --> </sect2> @@ -72,10 +75,7 @@ <para>Install <application>ISO Codes</application> by running the following commands:</para> -<screen><userinput>aclocal && -autoconf && -automake --add-missing --foreign --copy && -./configure --prefix=/usr && +<screen><userinput>./autogen.sh --prefix=/usr && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -89,9 +89,11 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>aclocal</command>; <command>autoconf</command>; - <command>automake</command>: These commands generate the required files to - run the <command>configure</command> script.</para> + <para><command>./autogen.sh</command>: This command is a shell script used + to generate the required Autotools files and then executes the + <command>configure</command> script. <parameter>--prefix=/usr</parameter> + is passed to the script and automatically added as a parameter to the + <command>configure</command> script.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-12-26 20:53:42 UTC (rev 5478) +++ trunk/BOOK/general.ent 2005-12-27 00:08:10 UTC (rev 5479) @@ -1,4 +1,4 @@ -<!ENTITY day "26"> +<!ENTITY day "27"> <!ENTITY month "12"> <!ENTITY year "2005"> <!ENTITY version "svn-&year;&month;&day;"> @@ -89,7 +89,7 @@ <!ENTITY gwrap-version "1.3.4"> <!ENTITY LZO-version "2.01"> <!ENTITY libusb-version "0.1.10a"> -<!ENTITY iso-codes-version "0.48"> +<!ENTITY iso-codes-version "0.49"> <!ENTITY gmime-version "2.1.17"> <!-- <!ENTITY fam-version "2.7.0"> --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-26 20:53:42 UTC (rev 5478) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-27 00:08:10 UTC (rev 5479) @@ -42,6 +42,15 @@ --> <listitem> + <para>December 27th, 2005</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to ISO Codes-0.49.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>December 26th, 2005</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
