Ignore:
Timestamp:
06/10/2021 08:34:09 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
28152d6
Parents:
c4983db
Message:

Update packages.

Update to gptfdisk-1.0.8.
Update to pipewire-0.3.30.
Update to xscreensaver-6.01.
Update to fuse3-3.10.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse3.xml

    rc4983db r5c2571e3  
    77  <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
    88  <!ENTITY fuse3-download-ftp  " ">
    9   <!ENTITY fuse3-md5sum        "75546f9070323b8ce69c2ed8ffff20c4">
    10   <!ENTITY fuse3-size          "2.4 MB">
    11   <!ENTITY fuse3-buildsize     "156 MB">
     9  <!ENTITY fuse3-md5sum        "55b87e9ed691c2fa698e491241985b4a">
     10  <!ENTITY fuse3-size          "2.7 MB">
     11  <!ENTITY fuse3-buildsize     "150 MB">
    1212  <!ENTITY fuse3-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
     
    7777    <para role="optional">
    7878      <xref linkend="doxygen"/> (to rebuild the API documentation) and
    79       <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (for tests)
     79      <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (required for tests)
    8080    </para>
    8181
     
    112112  <sect2 role="installation">
    113113    <title>Installation of Fuse</title>
    114 
    115     <para>
    116       First, fix a build issue caused by GCC-11.1:
    117     </para>
    118 
    119 <screen><userinput remap="pre">sed -i '/iostream/a #include &lt;limits&gt;' example/cxxopts.hpp</userinput></screen>
    120114
    121115    <para>
     
    138132    </para>
    139133
    140 <screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
    141 
    142 <!--
    143     <para>
    144       This package does not come with a test suite.
    145     </para>
    146 -->
     134<screen remap="doc"><userinput>pushd .. &amp;&amp;
     135  doxygen doc/Doxyfile &amp;&amp;
     136popd</userinput></screen>
    147137
    148138    <para>
     
    156146    <para>
    157147      The <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
    158        Python module is needed for the tests.
     148       Python module is required for the tests.
    159149    </para>
    160150
     
    185175      href="../../xincludes/meson-buildtype-release.xml"/>
    186176
    187 <!-- FIXME: Removed with merged-/usr changes
    188     <para>
    189       <command>mv ... libfuse3.so.3*; ln ... libfuse3.so</command>:
    190       These commands install the libraries in the /lib directory.
    191     </para>
    192 -->
    193 
    194 <!--
    195     <para>
    196       <command>unzip ...</command>: This uncompresses the installed man pages
    197       to be consistent with the rest of the man pages.
    198     </para>
    199 -->
    200177  </sect2>
    201178
Note: See TracChangeset for help on using the changeset viewer.