Changeset 1b8bba3 for general


Ignore:
Timestamp:
10/17/2020 06:34:20 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
8db97e3
Parents:
1334c9a
Message:

Update to nss-3.58.
Update to soundtouch-2.2.
Update to enchant-2.2.12.
Update to sysprof-3.38.1.
Update to opencv-4.5.0.
Tweak libxml2 for Python-3.9.
Minor change when updating glib2.

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

Location:
general
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
    88  <!ENTITY enchant-download-ftp  " ">
    9   <!ENTITY enchant-md5sum        "292633e58b1c829fd8705760e9e74718">
    10   <!ENTITY enchant-size          "967 KB">
    11   <!ENTITY enchant-buildsize     "7.4 MB (add 99 MB for tests)">
     9  <!ENTITY enchant-md5sum        "282117c5328e8d03030a94a37c31f089">
     10  <!ENTITY enchant-size          "968 KB">
     11  <!ENTITY enchant-buildsize     "6.9 MB (add 100 MB for tests)">
    1212  <!ENTITY enchant-time          "0.2 SBU (add 0.5 SBU for tests)">
    1313]>
  • general/genlib/glib2.xml

    r1334c9a r1b8bba3  
    225225      <!-- with 2.64.1 on sysV, all tests pass. -->
    226226    </para>
     227
     228    <para>
     229      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     230      (as the <systemitem class="username">root</systemitem> user) an
     231      obsolete header file that interferes with some packages:
     232    </para>
     233
     234<screen role="root rebuild"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
    227235
    228236  </sect2>
  • general/genlib/libxml2.xml

    r1334c9a r1b8bba3  
    8282        </para>
    8383      </listitem>
    84 <!--
    85       <listitem>
    86         <para>
    87           Recommended patch to prevent a segfault in itstool when using Python3:
    88           <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>
    89         </para>
    90       </listitem> -->
    9184    </itemizedlist>
    9285
     
    130123  <sect2 role="installation">
    131124    <title>Installation of libxml2</title>
    132 <!--
    133     <para>
    134       First apply a patch, which prevents segfaults in the Python module, when
    135       built by <xref linkend="python3"/>:
    136     </para>
    137 
    138 <screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-python3_hack-1.patch</userinput></screen>
     125
     126    <para>
     127      First fix a problem generating the Python3 module with Python-3.9.0 and later:
     128    </para>
     129
     130<screen><userinput>sed -i '/if Py/{s/Py/(Py/;s/)/))/}' python/{types.c,libxml.c}</userinput></screen>
    139131
    140132    <para>
     
    144136
    145137<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    146 -->
     138
    147139    <para>
    148140      If you are going to run the tests, disable one test that prevents the
  • general/graphlib/opencv.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY opencv-download-http     "https://github.com/opencv/opencv/archive/&opencv-version;/opencv-&opencv-version;.tar.gz">
    88  <!ENTITY opencv-download-ftp      " ">
    9   <!ENTITY opencv-md5sum            "04e485da95fb189ce6f293abc71bc54e">
    10   <!ENTITY opencv-size              "85 MB">
    11   <!ENTITY opencv-buildsize         "676 MB">
    12   <!ENTITY opencv-time              "3.1 SBU (using parallelism=4)">
     9  <!ENTITY opencv-md5sum            "65ecd733f41b8286debfc4f29bd0d453">
     10  <!ENTITY opencv-size              "86 MB">
     11  <!ENTITY opencv-buildsize         "707 MB">
     12  <!ENTITY opencv-time              "2.9 SBU (using parallelism=4)">
    1313
    1414
  • general/prog/sysprof.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY sysprof-download-http "&gnome-download-http;/sysprof/&gnome-minor-38;/sysprof-&sysprof-version;.tar.xz">
    88  <!ENTITY sysprof-download-ftp  "&gnome-download-ftp;/sysprof/&gnome-minor-38;/sysprof-&sysprof-version;.tar.xz">
    9   <!ENTITY sysprof-md5sum        "a1b8d744ff0cb60462121d98840a2133">
     9  <!ENTITY sysprof-md5sum        "b4398e0cd3673cee95fdb3c70d4c5e77">
    1010  <!ENTITY sysprof-size          "448 KB">
    1111  <!ENTITY sysprof-buildsize     "28 MB">
Note: See TracChangeset for help on using the changeset viewer.