Changeset bdc55ac for x/lib


Ignore:
Timestamp:
10/07/2018 01:55:50 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
20c1f43
Parents:
3fd462f2
Message:

perl modules branch: Merge trunk r20565:20597, update md5sum for IO::Socket::SSL, correct text in note re its tests.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20598 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "e9803233838007047f39eb385c70d9e0">
    10   <!ENTITY libdrm-size          "812 KB">
    11   <!ENTITY libdrm-buildsize     "11 MB">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (add 0.8 SBU for tests)">
     9  <!ENTITY libdrm-md5sum        "41b9ed196a27f5dc7fb88412b704e9fd">
     10  <!ENTITY libdrm-size          "804 KB">
     11  <!ENTITY libdrm-buildsize     "13 MB">
     12  <!ENTITY libdrm-time          "0.9 SBU (with tests)">
    1313]>
    1414
     
    111111
    112112    <para>
    113       To check the results, issue <command>ninja test</command>. Tests may hang
    114       for unknown reasons. <!-- If nouveau threaded test hangs, you can disable it
     113      To check the results, issue <command>ninja test</command>. <!-- Tests may hang
     114      for unknown reasons. --><!-- If nouveau threaded test hangs, you can disable it
    115115      with
    116116      <command>sed -i 's/^TESTS/#&amp;/' tests/nouveau/Makefile.in</command>. -->
  • x/lib/libepoxy.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/&libepoxy-version;/libepoxy-&libepoxy-version;.tar.xz">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "4a6b9e581da229dee74c2263c84b1eca">
    10   <!ENTITY libepoxy-size          "792 KB">
    11   <!ENTITY libepoxy-buildsize     "33 MB (with tests)">
    12   <!ENTITY libepoxy-time          "0.2 SBU (with tests)">
     9  <!ENTITY libepoxy-md5sum        "e2845de8d2782b2d31c01ae8d7cd4cbb">
     10  <!ENTITY libepoxy-size          "216 KB">
     11  <!ENTITY libepoxy-buildsize     "34 MB (with tests)">
     12  <!ENTITY libepoxy-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    7878    </para>
    7979
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      <xref linkend="doxygen"/> (for documentation, also requires -Ddocs=true to be set)
     83    </para>
     84
    8085    <para condition="html" role="usernotes">
    8186      User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
     
    9196    </para>
    9297
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    94 make</userinput></screen>
     98<screen><userinput>mkdir build &amp;&amp;
     99cd build &amp;&amp;
     100
     101meson --prefix=/usr .. &amp;&amp;
     102ninja</userinput></screen>
    95103
    96104    <para>
    97       To test the results, issue: <command>make check</command>.
     105      To test the results, issue: <command>ninja test</command>.
    98106    </para>
    99107
     
    102110    </para>
    103111
    104 <screen role="root"><userinput>make install</userinput></screen>
     112<screen role="root"><userinput>ninja install</userinput></screen>
    105113
    106114  </sect2>
Note: See TracChangeset for help on using the changeset viewer.