Changeset 4f406ea for general/genlib


Ignore:
Timestamp:
11/17/2022 07:58:32 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
11c62aa
Parents:
41f908a (diff), 84f972c1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

Location:
general/genlib
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    r41f908a r4f406ea  
    166166        <seg>
    167167          /usr/include/brotli
    168           /usr/lib/python3.10/site-packages/Brotli-&brotli-version;.dist-info
     168          /usr/lib/python&python3-majorver;/site-packages/Brotli-&brotli-version;.dist-info
    169169        </seg>
    170170      </seglistitem>
  • general/genlib/genlib.xml

    r41f908a r4f406ea  
    7777  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inih.xml"/>
    7878  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
    79   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js91.xml"/>
     79<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js91.xml"/>-->
     80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js102.xml"/>
    8081  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
    8182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
  • general/genlib/libxml2.xml

    r41f908a r4f406ea  
    112112  <sect2 role="installation">
    113113    <title>Installation of libxml2</title>
    114 <!--  No longer needed with 2.10.2.
    115     <para>
    116       First, fix a problem recognizing Python-3.10:
    117     </para>
    118 
    119 <screen><userinput>autoreconf -fiv</userinput></screen>
    120 -->
     114
    121115    <para>
    122116      Install <application>libxml2</application> by running the following
  • general/genlib/nodejs.xml

    r41f908a r4f406ea  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "d47153d56d60f00ffcb33d63eacc2663">
    10   <!ENTITY nodejs-size          "34 MB">
    11   <!ENTITY nodejs-buildsize     "772 MB (add 29 MB for tests)">
    12   <!ENTITY nodejs-time          "13 SBU (add 4.4 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
     9  <!ENTITY nodejs-md5sum        "7322f55ce420f49378515b67d73faf88">
     10  <!ENTITY nodejs-size          "37 MB">
     11  <!ENTITY nodejs-buildsize     "930 MB (add 29 MB for tests)">
     12  <!ENTITY nodejs-time          "18 SBU (add 4.6 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
    1313]>
    1414
     
    8282    </itemizedlist>
    8383-->
    84 
    85 <!--<note>
    86       <para>
    87         This tarball was created using a BSD version of
    88         <application>tar</application> and extracting it with a linux&trade;
    89         version will produce harmless warnings about unknown extended header
    90         keywords.
    91       </para>
    92     </note>-->
    9384
    9485    <bridgehead renderas="sect3">Node.js Dependencies</bridgehead>
     
    130121<screen><userinput>patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen>
    131122-->
     123    <para>
     124      The <command>configure</command> script for this version of Node.js is
     125      not aware of Python-3.11. If you have installed <xref linkend="python3"/>,
     126      apply the following change:
     127    </para>
     128
     129<screen><userinput>sed -e '/=.*exec/a command -v python3.11 >/dev/null &amp;&amp; exec python3.11 "$0" "$@"' \
     130    -e s'/((/((3, 11), (/'  \
     131    -i configure</userinput></screen>
    132132
    133133    <para>
     
    170170
    171171    <para>
    172       <!-- FIXME : reinstate nghttp2 in this if build is fixed
    173            FIXME cont: Seems to be fixed in 12.18.1 -renodr
    174       <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: -->
    175172      <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
    176173      use the system installed libraries instead of local copies.
     
    200197      <seglistitem>
    201198        <seg>
    202           node, npm, and npx
     199          corepack, node, npm, and npx
    203200        </seg>
    204201        <seg>
     
    219216      <?dbhtml list-presentation="table"?>
    220217
     218      <varlistentry id="corepack">
     219        <term><command>corepack</command></term>
     220        <listitem>
     221          <para>
     222            is an experimental tool to help with managing versions of package
     223            managers.
     224          </para>
     225          <indexterm zone="nodejs corepack">
     226            <primary sortas="b-corepack">corepack</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
    221231      <varlistentry id="node">
    222232        <term><command>node</command></term>
  • general/genlib/wayland-protocols.xml

    r41f908a r4f406ea  
    77  <!ENTITY wayland-protocols-download-http "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/&wayland-protocols-version;/downloads/wayland-protocols-&wayland-protocols-version;.tar.xz">
    88  <!ENTITY wayland-protocols-download-ftp  " ">
    9   <!ENTITY wayland-protocols-md5sum        "883fa28a6094871421491086ba50f01a">
    10   <!ENTITY wayland-protocols-size          "81 KB">
    11   <!ENTITY wayland-protocols-buildsize     "7.2 MB (with tests)">
     9  <!ENTITY wayland-protocols-md5sum        "391ac1ac30e96d2f5559e2cc40a4d924">
     10  <!ENTITY wayland-protocols-size          "84 KB">
     11  <!ENTITY wayland-protocols-buildsize     "6.7 MB (with tests)">
    1212  <!ENTITY wayland-protocols-time          "0.1 SBU (with tests)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.