mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package ISO Codes-0.48 to support the Epiphany installation
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5228 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
872db717fe
commit
bbea0bed06
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "19">
|
||||
<!ENTITY day "20">
|
||||
<!ENTITY month "10">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -89,6 +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">
|
||||
|
||||
<!-- Chapter 9 -->
|
||||
<!ENTITY libjpeg-version "6b">
|
||||
|
@ -62,5 +62,6 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gwrap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lzo.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libusb.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iso-codes.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
111
general/genlib/iso-codes.xml
Normal file
111
general/genlib/iso-codes.xml
Normal file
@ -0,0 +1,111 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!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-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="iso-codes" xreflabel="iso-codes-&iso-codes-version;">
|
||||
<?dbhtml filename="iso-codes.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy:$</othername>
|
||||
<date>$Date:$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>ISO Codes-&iso-codes-version;</title>
|
||||
|
||||
<indexterm zone="iso-codes">
|
||||
<primary sortas="a-ISO-Codes">ISO Codes</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to ISO Codes</title>
|
||||
|
||||
<para>The <application>ISO Codes</application> package contains a list of
|
||||
country, language and currency names. This is useful when used as a central
|
||||
database for accessing this data.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&iso-codes-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&iso-codes-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &iso-codes-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &iso-codes-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &iso-codes-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &iso-codes-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="pyxml"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of ISO Codes</title>
|
||||
|
||||
<para>Install <application>ISO Codes</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>aclocal &&
|
||||
autoconf &&
|
||||
automake --add-missing --foreign --copy &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<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>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/share/iso-codes and /usr/share/xml/iso-codes</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -62,9 +62,8 @@
|
||||
<xref linkend="libgnomeprintui"/>,
|
||||
<xref linkend="dbus"/>,
|
||||
<xref linkend="which"/>,
|
||||
<ulink url="http://ftp.debian.org/debian/pool/main/i/iso-codes/">iso-codes</ulink>
|
||||
(which requires <xref linkend="pyxml"/>)
|
||||
and <xref linkend="mozilla"/> or
|
||||
<xref linkend="iso-codes"/>, and
|
||||
<xref linkend="mozilla"/> or
|
||||
<xref linkend="firefox"/> or
|
||||
<xref linkend="thunderbird"/></para>
|
||||
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 20th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added new package ISO Codes-0.48.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 19th, 2005</para>
|
||||
<itemizedlist>
|
||||
|
@ -220,11 +220,11 @@
|
||||
Evolution Data Server, Exim (many additions), Expect, FOP, FreeTTS,
|
||||
FriBidi, GCC (rewrite), gnome-audio, gnome-backgrounds, gnome-menus,
|
||||
GNOME Doc Utils, GnuCash (many additions), HAL, Heimdal, HTML Tidy,
|
||||
JadeTeX, Java Access Bridge, LessTif (rewrite), libexif, libgail-gnome,
|
||||
libgnomecups, MPlayer (extensive overhaul), Other Programming Tools,
|
||||
PDL, Perl Modules, pilot-link, PyXML, Samba 3 (many additions), Shadow
|
||||
(rewrite), SANE (original instructions by Alex Kloss), SLIB, Stunnel,
|
||||
Sysstat, system-tools-backends and unixODBC:
|
||||
ISO Codes, JadeTeX, Java Access Bridge, LessTif (rewrite), libexif,
|
||||
libgail-gnome, libgnomecups, MPlayer (extensive overhaul), Other
|
||||
Programming Tools, PDL, Perl Modules, pilot-link, PyXML, Samba 3 (many
|
||||
additions), Shadow (rewrite), SANE (original instructions by Alex
|
||||
Kloss), SLIB, Stunnel, Sysstat, system-tools-backends and unixODBC:
|
||||
<emphasis>Randy McMurchy</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user