Ignore:
Timestamp:
12/29/2020 05:49:12 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
65906dd
Parents:
542a113
Message:

Update to Samba-4.13.3
Update to libwacom-1.7
Minor text tweaks to brotli
Remove extraneous '/' from libusb

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libwacom.xml

    r542a113 r51718d1  
    77  <!ENTITY libwacom-download-http "https://github.com/linuxwacom/libwacom/releases/download/libwacom-&libwacom-version;/libwacom-&libwacom-version;.tar.bz2">
    88  <!ENTITY libwacom-download-ftp  " ">
    9   <!ENTITY libwacom-md5sum        "1b0ee3f541433fc6df562cce314986da">
     9  <!ENTITY libwacom-md5sum        "364bd470a35334b1a7fce70a359796d5">
    1010  <!ENTITY libwacom-size          "504 KB">
    11   <!ENTITY libwacom-buildsize     "9.6 MB (with tests)">
     11  <!ENTITY libwacom-buildsize     "7.1 MB (with tests)">
    1212  <!ENTITY libwacom-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    8787      <xref linkend="doxygen"/>,
    8888      <xref linkend="git"/>,
    89       <xref linkend="librsvg"/>, and
    90       <xref linkend="valgrind"/> (optional for some tests)
     89      <xref linkend="librsvg"/>,
     90      <xref linkend="valgrind"/> (optional for some tests), and
     91      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>
    9192    </para>
    9293
     
    99100    <title>Installation of libwacom</title>
    100101
     102<!--  Fixed in libwacom-1.7
    101103    <para>
    102104      First, adapt the udev rules to upstream udev/kernel changes:
     
    104106
    105107<screen><userinput remap="pre">sed -i 's/ACTION!="add|change"/ACTION=="remove"/' tools/65-libwacom.rules.in</userinput></screen>
     108-->
    106109
    107110    <para>
     
    113116cd    build &amp;&amp;
    114117
    115 meson --prefix=/usr -Dudev-dir=/lib/udev .. &amp;&amp;
     118meson --prefix=/usr -Dudev-dir=/lib/udev -Dtests=disabled .. &amp;&amp;
    116119ninja</userinput></screen>
    117120
    118121    <para>
    119122      To test the results, issue: <command>ninja test</command>.
     123      To run additional tests, install
     124      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> and remove
     125      the "-Dtests=disabled" option from the meson line above.
    120126    </para>
    121127
     
    134140      <parameter>-Dudev-dir=/lib/udev</parameter>: This parameter sets the
    135141      proper installation directory for udev rules.
     142    </para>
     143
     144    <para>
     145      <parameter>-Dtests=disabled</parameter>: This parameter disables some of
     146      the more advanced tests because they require
     147      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> to work
     148      properly.
    136149    </para>
    137150
Note: See TracChangeset for help on using the changeset viewer.