Changeset cb0fb67


Ignore:
Timestamp:
04/07/2014 06:45:56 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
3edea7c0
Parents:
df82bab
Message:

xmlto-0.0.26, giflib-5.0.6, unrarsrc-5.1.2, mercurial-2.9.2 and colord-1.2.0.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdf82bab rcb0fb67  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 6th, &year;">
     9<!ENTITY releasedate  "April 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    285285<!ENTITY fribidi-version              "0.19.6">
    286286<!ENTITY gegl-version                 "0.2.0">
    287 <!ENTITY giflib-version               "5.0.5">
     287<!ENTITY giflib-version               "5.0.6">
    288288<!ENTITY graphite2-version            "1.2.4">
    289289<!ENTITY harfbuzz-version             "0.9.27">
     
    338338<!ENTITY autofs-version               "5.0.8">
    339339<!ENTITY bluez-version                "5.17">
    340 <!ENTITY colord-version               "1.0.6">    <!-- Even minors only -->
     340<!ENTITY colord-version               "1.2.0">    <!-- Even minors only -->
    341341<!ENTITY cpio-version                 "2.11">
    342342<!ENTITY dbus-version                 "1.8.0">   <!-- Even minors only -->
     
    360360<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    361361<!ENTITY udisks2-version              "2.1.3">    <!-- stable lt .90 micro version -->
    362 <!ENTITY unrar-version                "5.1.1">
     362<!ENTITY unrar-version                "5.1.2">
    363363<!ENTITY unzip-version                "6.0">
    364364<!ENTITY upower-version               "0.9.23">
     
    386386<!ENTITY llvm-version                 "3.4">
    387387<!ENTITY lua-version                  "5.2.3">
    388 <!ENTITY mercurial-version            "2.9.1">
     388<!ENTITY mercurial-version            "2.9.2">
    389389<!ENTITY nasm-version                 "2.11.02">
    390390<!ENTITY npapi-sdk-version            "0.27.2">
     
    871871<!ENTITY docbook-xsl-version          "1.78.1">
    872872<!ENTITY itstool-version              "2.0.2">
    873 <!ENTITY xmlto-version                "0.0.25">
     873<!ENTITY xmlto-version                "0.0.26">
    874874
    875875<!-- Chapter 46 -->
  • general/graphlib/giflib.xml

    rdf82bab rcb0fb67  
    88  <!ENTITY giflib-download-ftp  " ">
    99  <!ENTITY giflib-http-md5sum   "c3262ba0a3dad31ba876fb5ba1d71a02">
    10   <!ENTITY giflib-http-size     "637 KB">
    11   <!ENTITY giflib-buildsize     "6.9 MB">
    12   <!ENTITY giflib-time          "0.1 SBU">
     10  <!ENTITY giflib-http-size     "608 KB">
     11  <!ENTITY giflib-buildsize     "6.5 MB (with generated html documentation; additional 0.4 MB for the tests)">
     12  <!ENTITY giflib-time          "0.2 SBU (with generated html documentation)">
    1313]>
    1414
     
    7373    commands:</para>
    7474
    75 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     75<screen><userinput>sed -i '/treescap.map/ s/^/#/' tests/makefile &amp;&amp;
     76./configure --prefix=/usr --disable-static &amp;&amp;
    7677make</userinput></screen>
    7778
    78     <para>This package does not have a working test suite.</para>
     79    <para>To test the results, issue: <command>make check</command>.</para>
    7980
    8081    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9293  <sect2 role="commands">
    9394    <title>Command Explanations</title>
     95
     96    <para>
     97      <command>sed -i '/treescap.map/ ... </command>: Optional, to disable one
     98      tests that fails, if you are running the tests.
     99    </para>
    94100
    95101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • general/prog/mercurial.xml

    rdf82bab rcb0fb67  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "56b3732f0f558f3cc986c9323ca8d17f">
     9  <!ENTITY mercurial-md5sum        "1caeed1bea1232598fc5ce5d6d109f56">
    1010  <!ENTITY mercurial-size          "3.7 MB">
    11   <!ENTITY mercurial-buildsize     "43 MB  (additional 2 MB for docs generation)
     11  <!ENTITY mercurial-buildsize     "43 MB (additional 1MB for the tests and 1 MB for docs generation)
    1212
    1313">
    14   <!ENTITY mercurial-time          "less than 0.1 SBU (additional 7.4 SBU
    15                                     for tests)">
     14  <!ENTITY mercurial-time          "less than 0.1 SBU (additional 7.6 SBU for tests)">
    1615]>
    1716
  • general/sysutils/colord.xml

    rdf82bab rcb0fb67  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "9bd8a1f117742c31d195a09092ca3066">
    11   <!ENTITY colord-size          "1.1 MB">
    12   <!ENTITY colord-buildsize     "30 MB (additional 3 MB to rebuild and install
    13                                  the API documentation, and 3 MB for the tests)">
    14   <!ENTITY colord-time          "0.4 SBU">
     10  <!ENTITY colord-md5sum        "740b321a32c6e54d28e6d043007947ea">
     11  <!ENTITY colord-size          "1.2 MB">
     12  <!ENTITY colord-buildsize     "32 MB (additional 3 MB to rebuild and install the API documentation, and 3 MB for the tests)">
     13  <!ENTITY colord-time          "0.7 SBU">
    1514]>
    1615
     
    153152    <para>
    154153      To test the results, issue: <command>make -k check</command>. For unknown
    155       reasons, one test (cd-self-test) fails. Note that system-wide
    156       <application>D-Bus</application> daemon must be running or the tests will
    157       fail.
     154      reasons, some tests may fail. Note that system-wide
     155      <application>D-Bus</application> daemon must be running or the tests
     156      will fail.
    158157    </para>
    159158
     
    234233        </seg>
    235234        <seg>
    236           libcolordprivate.so, libcolord.so, libcolorhug.so and
    237           several under /usr/lib/colord-plugin
     235          libcolordprivate.so, libcolord.so, libcolorhug.so, and several under
     236          /usr/lib/colord-plugin and /usr/lib/colord-sensors
    238237        </seg>
    239238        <seg>
  • general/sysutils/unrar.xml

    rdf82bab rcb0fb67  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "ba4fb895bf433cb5b240e37e19e22db9">
     9  <!ENTITY unrar-md5sum        "636556a89bbc655b2714fb430b1604b8">
    1010  <!ENTITY unrar-size          "212 KB">
    1111  <!ENTITY unrar-buildsize     "2.3 MB">
  • introduction/welcome/changelog.xml

    rdf82bab rcb0fb67  
    4646
    4747    <listitem>
     48      <para>April 7th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - colord-1.2.0. Fixes
     52          <ulink url="&blfs-ticket-root;4918">#4918</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - mercurial-2.9.2. Fixes
     56          <ulink url="&blfs-ticket-root;4895">#4895</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - unrarsrc-5.1.2. Fixes
     60          <ulink url="&blfs-ticket-root;4919">#4919</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - giflib-5.0.6. Fixes
     64          <ulink url="&blfs-ticket-root;4890">#4890</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - xmlto-0.0.26. Fixes
     68          <ulink url="&blfs-ticket-root;4917">#4917</ulink>.</para>
     69        </listitem>
     70      </itemizedlist>
     71    </listitem>
     72
     73    <listitem>
    4874      <para>April 6th, 2014</para>
    4975      <itemizedlist>
  • pst/xml/xmlto.xml

    rdf82bab rcb0fb67  
    77  <!ENTITY xmlto-download-http "https://fedorahosted.org/releases/x/m/xmlto/xmlto-&xmlto-version;.tar.bz2">
    88  <!ENTITY xmlto-download-ftp  " ">
    9   <!ENTITY xmlto-md5sum        "6b6267b1470f8571fe5f63a128970364">
     9  <!ENTITY xmlto-md5sum        "c90a47c774e0963581c1ba57235f64f4">
    1010  <!ENTITY xmlto-size          "120 KB">
    11   <!ENTITY xmlto-buildsize     "1.3 MB">
     11  <!ENTITY xmlto-buildsize     "1.4 MB">
    1212  <!ENTITY xmlto-time          "less than 0.1 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.