Changeset 3cdae40 for general


Ignore:
Timestamp:
07/31/2020 08:27:44 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8169f4e
Parents:
204c6385
Message:

liblinear-241
umockdev-0.14.2
vala-0.48.8

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liblinear.xml

    r204c6385 r3cdae40  
    77  <!ENTITY liblinear-download-http "https://github.com/cjlin1/liblinear/archive/v&liblinear-version;/liblinear-&liblinear-version;.tar.gz">
    88  <!ENTITY liblinear-download-ftp  " ">
    9   <!ENTITY liblinear-md5sum        "f1c51abce438fd18201acf285c9ca96a">
    10   <!ENTITY liblinear-size          "548 KB">
    11   <!ENTITY liblinear-buildsize     "1.5 MB">
     9  <!ENTITY liblinear-md5sum        "fab2add16b8476bb436b333a096bf87d">
     10  <!ENTITY liblinear-size          "546 KB">
     11  <!ENTITY liblinear-buildsize     "1.6 MB">
    1212  <!ENTITY liblinear-time          "less than 0.1 SBU">
    1313]>
  • general/genlib/umockdev.xml

    r204c6385 r3cdae40  
    77  <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
    88  <!ENTITY umockdev-download-ftp  " ">
    9   <!ENTITY umockdev-md5sum        "6c8c200017986aba95e8ee756ccef88a">
    10   <!ENTITY umockdev-size          "744 KB">
    11   <!ENTITY umockdev-buildsize     "13 MB">
    12   <!ENTITY umockdev-time          "0.2 SBU">
     9  <!ENTITY umockdev-md5sum        "d624b9cf21c7915e2c9fb9419e16564c">
     10  <!ENTITY umockdev-size          "745 KB">
     11  <!ENTITY umockdev-buildsize     "13 MB (with tests)">
     12  <!ENTITY umockdev-time          "0.2 SBU (with tests)">
    1313
    1414]>
     
    9898    </para>
    9999
    100 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr    \
     101            --disable-static \
     102            --docdir=/usr/share/doc/umockdev-&umockdev-version;&amp;&amp;
    101103make</userinput></screen>
    102104
    103105    <para>
    104       To test the results, issue: <command>make check</command>.
     106      To test the results, issue: <command>PATH=$PATH:/sbin:/usr/sbin make
     107      check</command>. The addition to <envar>PATH</envar> is needed if you
     108      use the starting scripts in <xref linkend="postlfs-config-profile"/>,
     109      because some tests need to run <command>udevadm</command>.
    105110    </para>
    106111
     
    144149        <seg>
    145150          /usr/include/umockdev-1.0 and
    146           /usr/share/doc/umockdev
     151          /usr/share/doc/umockdev-&umockdev-version;
    147152        </seg>
    148153      </seglistitem>
  • general/prog/vala.xml

    r204c6385 r3cdae40  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "e7d2a15acb97d7a312621bdc8eed6e5d">
     9  <!ENTITY vala-md5sum        "ae97929f909ae27b5e79d3a4da43a81e">
    1010  <!ENTITY vala-size          "3.3 MB">
    11   <!ENTITY vala-buildsize     "172 MB (add 2 MB for tests)">
    12   <!ENTITY vala-time          "0.3 SBU (using parallelism=4; add 2.3 SBU for tests)">
     11  <!ENTITY vala-buildsize     "217 MB (add 9 MB for tests)">
     12  <!ENTITY vala-time          "0.5 SBU (using parallelism=4; add 2.4 SBU for tests)">
    1313]>
    1414
     
    172172          /usr/include/valadoc-&vala-major-version;,
    173173          /usr/lib/vala-&vala-major-version;,
    174           /usr/lib/valadoc,
     174          /usr/lib/valadoc-&vala-major-version;,
    175175          /usr/share/vala,
    176           /usr/share/valadoc,
    177           /usr/share/devhelp/books/vala-&vala-major-version;, and
    178           /usr/share/vala-&vala-major-version;
     176          /usr/share/vala-&vala-major-version;,
     177          /usr/share/valadoc-&vala-major-version;, and
     178          /usr/share/devhelp/books/vala-&vala-major-version;
    179179        </seg>
    180180      </seglistitem>
     
    199199      </varlistentry>
    200200
     201      <varlistentry id="valadoc">
     202        <term><command>valadoc</command></term>
     203        <listitem>
     204          <para>
     205            is a documentation generator for generating API documentation
     206            from <application>Vala</application> source code based on libvala.
     207          </para>
     208          <indexterm zone="vala valadoc">
     209            <primary sortas="b-valadoc">valadoc</primary>
     210          </indexterm>
     211        </listitem>
     212      </varlistentry>
     213
    201214      <varlistentry id="vala-gen-introspect">
    202215        <term><command>vala-gen-introspect</command></term>
Note: See TracChangeset for help on using the changeset viewer.