Changeset a8ea305 for general


Ignore:
Timestamp:
03/11/2019 06:37:50 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
e9ee3a6
Parents:
b7e550f2
Message:

Update to libXdamage-1.1.5 (Xorg Library).
Update to libXcursor-1.2.0 (Xorg Library).
Update to libXcomposite-0.4.5 (Xorg Library).
Update to libFS-1.0.8 (Xorg Library).
Update to gobject-introspection-1.60.0.
Update to pygobject-3.32.0.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    rb7e550f2 ra8ea305  
    66
    77  <!ENTITY gobject-introspection-download-http
    8     "&gnome-download-http;/gobject-introspection/1.58/gobject-introspection-&gobject-introspection-version;.tar.xz">
     8    "&gnome-download-http;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
    99  <!ENTITY gobject-introspection-download-ftp
    10     "&gnome-download-ftp;/gobject-introspection/1.58/gobject-introspection-&gobject-introspection-version;.tar.xz">
    11   <!ENTITY gobject-introspection-md5sum        "182432c1f33886be8f4da073218b597d">
    12   <!ENTITY gobject-introspection-size          "1.3 MB">
    13   <!ENTITY gobject-introspection-buildsize     "38 MB (add 7 MB for tests)">
    14   <!ENTITY gobject-introspection-time          "0.3 SBU (add 0.3 SBU for tests)">
     10    "&gnome-download-ftp;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
     11  <!ENTITY gobject-introspection-md5sum        "5f75baadfc9baffaeca203c280b9d592">
     12  <!ENTITY gobject-introspection-size          "1.2 MB">
     13  <!ENTITY gobject-introspection-buildsize     "42 MB (with tests)">
     14  <!ENTITY gobject-introspection-time          "0.2 SBU (Using parallelism=4; with tests)">
    1515]>
    1616
     
    7979    </para>
    8080
    81     <bridgehead renderas="sect4">Recommended</bridgehead>
    82     <para role="recommended">
    83       <xref linkend="which"/>
    84 <!-- If - -with-python is used, configure runs "which $PYTHON", where PYTHON
    85      is set to the argument of the switch. Somewhat silly because the presence
    86      of which is not tested... -->
    87     </para>
    88 
    8981    <bridgehead renderas="sect4">Optional</bridgehead>
    9082    <para role="optional">
    9183      <xref linkend="cairo"/> (required for the tests),
    92       <xref linkend="gjs"/> (to satisfy one of the tests),
     84      <xref linkend="gjs"/> (to satisfy one test),
    9385      <xref linkend="gtk-doc"/>,
    94       <xref linkend="Mako"/>,
    95       <xref linkend="python2"/>, and
    96       <ulink url="https://pypi.org/project/Markdown/">Markdown</ulink>
     86      <xref linkend="Mako"/>, and
     87      <ulink url="https://pypi.org/project/Markdown/">Markdown</ulink> (to satisfy one test)
    9788      <!-- There was talk of this being required in the release notes. Can someone
    98       who doesn't have this installed verify? -->
     89      who doesn't have this installed verify?
     90      It is only needed for one test.  bdubbs March 3, 2019
     91      -->
    9992    </para>
    10093
     
    112105    </para>
    113106
    114 <screen><userinput>./configure --prefix=/usr    \
    115             --disable-static \
    116             --with-python=/usr/bin/python3 &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make check</command>.
     107<screen><userinput>mkdir build &amp;&amp;
     108cd    buils &amp;&amp;
     109
     110meson --prefix=/usr .. &amp;&amp;
     111ninja</userinput></screen>
     112
     113    <para>
     114      To test the results, issue: <command>ninja test -k0</command>.
     115      One test fails if the optional Markdown module is not installed.
    121116      <!--One test, Regress-1.0.gir, is known to fail with glibc-2.28.-->
    122117      <!-- This worked fine in 2.27, but is broken again in 2.28. -->
     
    128123    </para>
    129124
    130 <screen role="root"><userinput>make install</userinput></screen>
     125<screen role="root"><userinput>ninja install</userinput></screen>
    131126
    132127  </sect2>
     
    135130    <title>Command Explanations</title>
    136131
    137     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    138       href="../../xincludes/static-libraries.xml"/>
    139 
    140     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    141       href="../../xincludes/gtk-doc-rebuild.xml"/>
    142 
    143     <para><parameter>--with-python=/usr/bin/python3</parameter>: ensure the
    144     Python-3.x interpreter is used instead of Python-2.x if installed.</para>
     132    <para><parameter>-Dgtk_doc=true</parameter>: Build and install
     133    the documentation.</para>
     134
     135    <para><parameter>-Dcairo=true</parameter>: Use cairo for tests.</para>
     136
     137    <para><parameter>-Ddoctool=true</parameter>: Install g-ir-doc-tool
     138    and run related tests.</para>
    145139
    146140  </sect2>
     
    162156        <seg>
    163157          libgirepository-1.0.so and
    164           /usr/lib/gobject-introspection/giscanner/_giscanner.so
     158          _giscanner.cpython-37m-x86_64-linux-gnu.so
    165159        </seg>
    166160        <seg>
  • general/prog/pygobject3.xml

    rb7e550f2 ra8ea305  
    66
    77  <!ENTITY pygobject3-download-http
    8            "&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
     8           "&gnome-download-http;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz">
    99  <!ENTITY pygobject3-download-ftp
    10            "&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "d42f8ec30faa76a25f7d0afc88b4d822">
    12   <!ENTITY pygobject3-size          "533 KB">
    13   <!ENTITY pygobject3-buildsize     "14 MB">
     10           "&gnome-download-ftp;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz">
     11  <!ENTITY pygobject3-md5sum        "6e39bca1d19a27cde4435061dd59578a">
     12  <!ENTITY pygobject3-size          "540 KB">
     13  <!ENTITY pygobject3-buildsize     "19 MB">
    1414  <!ENTITY pygobject3-time          "0.1 SBU">
    1515]>
Note: See TracChangeset for help on using the changeset viewer.