Changeset d08e04bb


Ignore:
Timestamp:
12/27/2005 12:08:10 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c86bdf8
Parents:
6c1aa8c
Message:

Updated to ISO Codes-0.49

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5479 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6c1aa8c rd08e04bb  
    1 <!ENTITY day          "26">
     1<!ENTITY day          "27">
    22<!ENTITY month        "12">
    33<!ENTITY year         "2005">
     
    9090<!ENTITY LZO-version                  "2.01">
    9191<!ENTITY libusb-version               "0.1.10a">
    92 <!ENTITY iso-codes-version            "0.48">
     92<!ENTITY iso-codes-version            "0.49">
    9393<!ENTITY gmime-version                "2.1.17">
    9494<!-- <!ENTITY fam-version             "2.7.0"> -->
  • general/genlib/iso-codes.xml

    r6c1aa8c rd08e04bb  
    55  %general-entities;
    66
    7   <!ENTITY iso-codes-download-http "http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;-1.tar.gz">
    8   <!ENTITY iso-codes-download-ftp  "ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;-1.tar.gz">
    9   <!ENTITY iso-codes-md5sum        "7b4a566507127e81ad456b0e68aa1dff">
    10   <!ENTITY iso-codes-size          "3.4 MB">
    11   <!ENTITY iso-codes-buildsize     "28.0 MB">
     7  <!ENTITY iso-codes-download-http "http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.orig.tar.gz">
     8  <!ENTITY iso-codes-download-ftp  "ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.orig.tar.gz">
     9  <!ENTITY iso-codes-md5sum        "62b7f9469e00b92558d5d043a4be3910">
     10  <!ENTITY iso-codes-size          "3.6 MB">
     11  <!ENTITY iso-codes-buildsize     "29.8 MB">
    1212  <!ENTITY iso-codes-time          "less than 0.1 SBU">
    1313]>
     
    6060    </itemizedlist>
    6161
     62    <!-- According to the 0.49 version ChangeLog from the Debian diff
     63         patch file, the dependency for PyXML has been removed
    6264    <bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
    6365
    6466    <bridgehead renderas="sect4">Required</bridgehead>
    6567    <para role="required"><xref linkend="pyxml"/></para>
     68    -->
    6669
    6770  </sect2>
     
    7376    commands:</para>
    7477
    75 <screen><userinput>aclocal &amp;&amp;
    76 autoconf &amp;&amp;
    77 automake --add-missing --foreign --copy &amp;&amp;
    78 ./configure --prefix=/usr &amp;&amp;
     78<screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
    7979make</userinput></screen>
    8080
     
    9090    <title>Command Explanations</title>
    9191
    92     <para><command>aclocal</command>; <command>autoconf</command>;
    93     <command>automake</command>: These commands generate the required files to
    94     run the <command>configure</command> script.</para>
     92    <para><command>./autogen.sh</command>: This command is a shell script used
     93    to generate the required Autotools files and then executes the
     94    <command>configure</command> script. <parameter>--prefix=/usr</parameter>
     95    is passed to the script and automatically added as a parameter to the
     96    <command>configure</command> script.</para>
    9597
    9698  </sect2>
  • introduction/welcome/changelog.xml

    r6c1aa8c rd08e04bb  
    4343
    4444    <listitem>
     45      <para>December 27th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to ISO Codes-0.49.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>December 26th, 2005</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.