Author: igor
Date: Sat Jun 28 02:11:09 2014
New Revision: 13326
Log:
Update to lzo-2.07.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/libarchive.xml
trunk/BOOK/general/genlib/lzo.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/videoutils/mplayer.xml
trunk/BOOK/multimedia/videoutils/transcode.xml
trunk/BOOK/x/lib/cairo.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Jun 28 01:17:12 2014 (r13325)
+++ trunk/BOOK/general.ent Sat Jun 28 02:11:09 2014 (r13326)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "27"> <!-- Always 2 digits -->
+<!ENTITY day "28"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "June 27th, &year;">
+<!ENTITY releasedate "June 28th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
@@ -262,7 +262,7 @@
<!ENTITY libxml2-version "2.9.1">
<!ENTITY libxslt-version "1.1.28">
<!ENTITY libzeitgeist-version "0.3.18">
-<!ENTITY LZO-version "2.06">
+<!ENTITY lzo-version "2.07">
<!ENTITY mtdev-version "1.1.5">
<!ENTITY nspr-version "4.10.6">
<!ENTITY openobex-version "1.7.1">
Modified: trunk/BOOK/general/genlib/libarchive.xml
==============================================================================
--- trunk/BOOK/general/genlib/libarchive.xml Sat Jun 28 01:17:12 2014
(r13325)
+++ trunk/BOOK/general/genlib/libarchive.xml Sat Jun 28 02:11:09 2014
(r13326)
@@ -75,7 +75,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="libxml2"/>,
- <xref linkend="LZO"/>, and
+ <xref linkend="lzo"/>, and
<xref linkend="nettle"/> or
<xref linkend="openssl"/>
</para>
Modified: trunk/BOOK/general/genlib/lzo.xml
==============================================================================
--- trunk/BOOK/general/genlib/lzo.xml Sat Jun 28 01:17:12 2014 (r13325)
+++ trunk/BOOK/general/genlib/lzo.xml Sat Jun 28 02:11:09 2014 (r13326)
@@ -4,25 +4,25 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY LZO-download-http
"http://www.oberhumer.com/opensource/lzo/download/lzo-&LZO-version;.tar.gz">
- <!ENTITY LZO-download-ftp " ">
- <!ENTITY LZO-md5sum "95380bd4081f85ef08c5209f4107e9f8">
- <!ENTITY LZO-size "572 KB">
- <!ENTITY LZO-buildsize "10 MB">
- <!ENTITY LZO-time "0.3 SBU (additional 0.3 SBU to run the tests)">
+ <!ENTITY lzo-download-http
"http://www.oberhumer.com/opensource/lzo/download/lzo-&lzo-version;.tar.gz">
+ <!ENTITY lzo-download-ftp " ">
+ <!ENTITY lzo-md5sum "4011935e95171e78ad4894f7335c982a">
+ <!ENTITY lzo-size "573 KB">
+ <!ENTITY lzo-buildsize "8.4 MB">
+ <!ENTITY lzo-time "0.3 SBU (additional 0.3 SBU to run the tests)">
]>
-<sect1 id="LZO" xreflabel="LZO-&LZO-version;">
- <?dbhtml filename="LZO.html"?>
+<sect1 id="lzo" xreflabel="LZO-&lzo-version;">
+ <?dbhtml filename="lzo.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
- <title>LZO-&LZO-version;</title>
+ <title>LZO-&lzo-version;</title>
- <indexterm zone="LZO">
+ <indexterm zone="lzo">
<primary sortas="a-LZO">LZO</primary>
</indexterm>
@@ -41,32 +41,32 @@
<itemizedlist spacing="compact">
<listitem>
<para>
- Download (HTTP): <ulink url="&LZO-download-http;"/>
+ Download (HTTP): <ulink url="&lzo-download-http;"/>
</para>
</listitem>
<listitem>
<para>
- Download (FTP): <ulink url="&LZO-download-ftp;"/>
+ Download (FTP): <ulink url="&lzo-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
- Download MD5 sum: &LZO-md5sum;
+ Download MD5 sum: &lzo-md5sum;
</para>
</listitem>
<listitem>
<para>
- Download size: &LZO-size;
+ Download size: &lzo-size;
</para>
</listitem>
<listitem>
<para>
- Estimated disk space required: &LZO-buildsize;
+ Estimated disk space required: &lzo-buildsize;
</para>
</listitem>
<listitem>
<para>
- Estimated build time: &LZO-time;
+ Estimated build time: &lzo-time;
</para>
</listitem>
</itemizedlist>
@@ -87,7 +87,7 @@
<screen><userinput>./configure --prefix=/usr \
--enable-shared \
--disable-static \
- --docdir=/usr/share/doc/lzo-&LZO-version; &&
+ --docdir=/usr/share/doc/lzo-&lzo-version; &&
make</userinput></screen>
<para>
@@ -145,7 +145,7 @@
<para>
is a data compression and decompression library.
</para>
- <indexterm zone="LZO liblzo2">
+ <indexterm zone="lzo liblzo2">
<primary sortas="c-liblzo2">liblzo2.so</primary>
</indexterm>
</listitem>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Jun 28 01:17:12
2014 (r13325)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Jun 28 02:11:09
2014 (r13326)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>June 28th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[igor] - Update to lzo-2.07. Fixes
+ <ulink url="&blfs-ticket-root;5210">#5210</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 27th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/videoutils/mplayer.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/mplayer.xml Sat Jun 28 01:17:12
2014 (r13325)
+++ trunk/BOOK/multimedia/videoutils/mplayer.xml Sat Jun 28 02:11:09
2014 (r13326)
@@ -194,7 +194,7 @@
<!-- includes its own version of FFmpeg which is the recommended one by
the devs <xref linkend="ffmpeg"/>, -->
<xref linkend="libmad"/>,
- <xref linkend="LZO"/>,
+ <xref linkend="lzo"/>,
<xref linkend="speex"/>,
<xref linkend="libtheora"/>,
<xref linkend="mpg123"/>,
Modified: trunk/BOOK/multimedia/videoutils/transcode.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/transcode.xml Sat Jun 28 01:17:12
2014 (r13325)
+++ trunk/BOOK/multimedia/videoutils/transcode.xml Sat Jun 28 02:11:09
2014 (r13326)
@@ -112,7 +112,7 @@
<xref linkend="libtheora"/>,
<xref linkend="libvorbis"/>,
<xref linkend="libxml2"/>,
- <xref linkend="LZO"/>,
+ <xref linkend="lzo"/>,
<ulink url="http://sourceforge.net/projects/mjpeg/">MJPEG Tools</ulink>,
<ulink url="http://www.netlib.org/pvm3/">PVM3</ulink>,
<xref linkend="sdl"/>,
Modified: trunk/BOOK/x/lib/cairo.xml
==============================================================================
--- trunk/BOOK/x/lib/cairo.xml Sat Jun 28 01:17:12 2014 (r13325)
+++ trunk/BOOK/x/lib/cairo.xml Sat Jun 28 02:11:09 2014 (r13326)
@@ -104,7 +104,7 @@
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
<xref linkend="gtk-doc"/>,
<xref linkend="libdrm"/>,
- <xref linkend="LZO"/>,
+ <xref linkend="lzo"/>,
<xref linkend="mesalib"/>,
<xref linkend="qt4"/>,
<ulink url="http://code.google.com/p/skia/">Skia</ulink>, and
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page