Changeset 652b18b


Ignore:
Timestamp:
06/28/2014 09:11:09 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2e937f5
Parents:
9fc17ba
Message:

Update to lzo-2.07.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9fc17ba r652b18b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 27th, &year;">
     9<!ENTITY releasedate  "June 28th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    263263<!ENTITY libxslt-version              "1.1.28">
    264264<!ENTITY libzeitgeist-version         "0.3.18">
    265 <!ENTITY LZO-version                  "2.06">
     265<!ENTITY lzo-version                  "2.07">
    266266<!ENTITY mtdev-version                "1.1.5">
    267267<!ENTITY nspr-version                 "4.10.6">
  • general/genlib/libarchive.xml

    r9fc17ba r652b18b  
    7676    <para role="optional">
    7777      <xref linkend="libxml2"/>,
    78       <xref linkend="LZO"/>, and
     78      <xref linkend="lzo"/>, and
    7979      <xref linkend="nettle"/> or
    8080      <xref linkend="openssl"/>
  • general/genlib/lzo.xml

    r9fc17ba r652b18b  
    55  %general-entities;
    66
    7   <!ENTITY LZO-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&LZO-version;.tar.gz">
    8   <!ENTITY LZO-download-ftp  " ">
    9   <!ENTITY LZO-md5sum        "95380bd4081f85ef08c5209f4107e9f8">
    10   <!ENTITY LZO-size          "572 KB">
    11   <!ENTITY LZO-buildsize     "10 MB">
    12   <!ENTITY LZO-time          "0.3 SBU (additional 0.3 SBU to run the tests)">
     7  <!ENTITY lzo-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&lzo-version;.tar.gz">
     8  <!ENTITY lzo-download-ftp  " ">
     9  <!ENTITY lzo-md5sum        "4011935e95171e78ad4894f7335c982a">
     10  <!ENTITY lzo-size          "573 KB">
     11  <!ENTITY lzo-buildsize     "8.4 MB">
     12  <!ENTITY lzo-time          "0.3 SBU (additional 0.3 SBU to run the tests)">
    1313]>
    1414
    15 <sect1 id="LZO" xreflabel="LZO-&LZO-version;">
    16   <?dbhtml filename="LZO.html"?>
     15<sect1 id="lzo" xreflabel="LZO-&lzo-version;">
     16  <?dbhtml filename="lzo.html"?>
    1717
    1818  <sect1info>
     
    2121  </sect1info>
    2222
    23   <title>LZO-&LZO-version;</title>
     23  <title>LZO-&lzo-version;</title>
    2424
    25   <indexterm zone="LZO">
     25  <indexterm zone="lzo">
    2626    <primary sortas="a-LZO">LZO</primary>
    2727  </indexterm>
     
    4242      <listitem>
    4343        <para>
    44           Download (HTTP): <ulink url="&LZO-download-http;"/>
     44          Download (HTTP): <ulink url="&lzo-download-http;"/>
    4545        </para>
    4646      </listitem>
    4747      <listitem>
    4848        <para>
    49           Download (FTP): <ulink url="&LZO-download-ftp;"/>
     49          Download (FTP): <ulink url="&lzo-download-ftp;"/>
    5050        </para>
    5151      </listitem>
    5252      <listitem>
    5353        <para>
    54           Download MD5 sum: &LZO-md5sum;
     54          Download MD5 sum: &lzo-md5sum;
    5555        </para>
    5656      </listitem>
    5757      <listitem>
    5858        <para>
    59           Download size: &LZO-size;
     59          Download size: &lzo-size;
    6060        </para>
    6161      </listitem>
    6262      <listitem>
    6363        <para>
    64           Estimated disk space required: &LZO-buildsize;
     64          Estimated disk space required: &lzo-buildsize;
    6565        </para>
    6666      </listitem>
    6767      <listitem>
    6868        <para>
    69           Estimated build time: &LZO-time;
     69          Estimated build time: &lzo-time;
    7070        </para>
    7171      </listitem>
     
    8888            --enable-shared                  \
    8989            --disable-static                 \
    90             --docdir=/usr/share/doc/lzo-&LZO-version; &amp;&amp;
     90            --docdir=/usr/share/doc/lzo-&lzo-version; &amp;&amp;
    9191make</userinput></screen>
    9292
     
    146146            is a data compression and decompression library.
    147147          </para>
    148           <indexterm zone="LZO liblzo2">
     148          <indexterm zone="lzo liblzo2">
    149149            <primary sortas="c-liblzo2">liblzo2.so</primary>
    150150          </indexterm>
  • introduction/welcome/changelog.xml

    r9fc17ba r652b18b  
    4646
    4747    <listitem>
     48      <para>June 28th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to lzo-2.07. Fixes
     52          <ulink url="&blfs-ticket-root;5210">#5210</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>June 27th, 2014</para>
    4959      <itemizedlist>
  • multimedia/videoutils/mplayer.xml

    r9fc17ba r652b18b  
    195195      the devs <xref linkend="ffmpeg"/>, -->
    196196      <xref linkend="libmad"/>,
    197       <xref linkend="LZO"/>,
     197      <xref linkend="lzo"/>,
    198198      <xref linkend="speex"/>,
    199199      <xref linkend="libtheora"/>,
  • multimedia/videoutils/transcode.xml

    r9fc17ba r652b18b  
    113113      <xref linkend="libvorbis"/>,
    114114      <xref linkend="libxml2"/>,
    115       <xref linkend="LZO"/>,
     115      <xref linkend="lzo"/>,
    116116      <ulink url="http://sourceforge.net/projects/mjpeg/">MJPEG Tools</ulink>,
    117117      <ulink url="http://www.netlib.org/pvm3/">PVM3</ulink>,
  • x/lib/cairo.xml

    r9fc17ba r652b18b  
    105105      <xref linkend="gtk-doc"/>,
    106106      <xref linkend="libdrm"/>,
    107       <xref linkend="LZO"/>,
     107      <xref linkend="lzo"/>,
    108108      <xref linkend="mesalib"/>,
    109109      <xref linkend="qt4"/>,
Note: See TracChangeset for help on using the changeset viewer.