Changeset a8ea305


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb7e550f2 ra8ea305  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 10th, &year;">
     9<!ENTITY releasedate  "March 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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]>
  • introduction/welcome/changelog.xml

    rb7e550f2 ra8ea305  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>March 11th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libXdamage-1.1.5 (Xorg Library). Fixes
     49          <ulink url="&blfs-ticket-root;11790">#11790</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to libXcursor-1.2.0 (Xorg Library). Fixes
     53          <ulink url="&blfs-ticket-root;11789">#11789</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to libXcomposite-0.4.5 (Xorg Library). Fixes
     57          <ulink url="&blfs-ticket-root;11788">#11788</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to libFS-1.0.8 (Xorg Library). Fixes
     61          <ulink url="&blfs-ticket-root;11787">#11787</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[bdubbs] - Update to gobject-introspection-1.60.0. Fixes
     65          <ulink url="&blfs-ticket-root;11786">#11786</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[bdubbs] - Update to pygobject-3.32.0. Fixes
     69          <ulink url="&blfs-ticket-root;11785">#11785</ulink>.</para>
     70        </listitem>
     71      </itemizedlist>
     72    </listitem>
     73
    4474    <listitem>
    4575      <para>March 10th, 2019</para>
  • packages.ent

    rb7e550f2 ra8ea305  
    106106<!ENTITY gmime-version                "2.6.23">
    107107<!ENTITY gmime3-version               "3.2.3">
    108 <!ENTITY gobject-introspection-version "1.58.3">
     108<!ENTITY gobject-introspection-version "1.60.0">
    109109<!ENTITY grantlee-version             "5.1.0">
    110110<!ENTITY gsl-version                  "2.5">
     
    532532<!ENTITY pycrypto-version             "2.6.1">
    533533<!ENTITY pygobject2-version           "2.28.7">
    534 <!ENTITY pygobject3-version           "3.30.4">
     534<!ENTITY pygobject3-version           "3.32.0">
    535535<!ENTITY pygtk-version                "2.24.0">
    536536<!ENTITY pyxdg-version                "0.25">
  • x/installing/x7lib.xml

    rb7e550f2 ra8ea305  
    2020  <!ENTITY libXext-md5sum                  "52df7c4c1f0badd9f82ab124fb32eb97">
    2121
    22   <!ENTITY libFS-version                   "1.0.7">
    23   <!ENTITY libFS-md5sum                    "d79d9fe2aa55eb0f69b1a4351e1368f7">
     22  <!ENTITY libFS-version                   "1.0.8">
     23  <!ENTITY libFS-md5sum                    "4e1196275aa743d6ebd3d3d5ec1dff9c">
    2424
    2525  <!ENTITY libICE-version                  "1.0.9">
     
    4747  <!ENTITY libXfixes-md5sum                "07e01e046a0215574f36a3aacb148be0">
    4848
    49   <!ENTITY libXcomposite-version           "0.4.4">
    50   <!ENTITY libXcomposite-md5sum            "f7a218dcbf6f0848599c6c36fc65c51a">
     49  <!ENTITY libXcomposite-version           "0.4.5">
     50  <!ENTITY libXcomposite-md5sum            "3fa0841ea89024719b20cd702a9b54e0">
    5151
    5252  <!ENTITY libXrender-version              "0.9.10">
    5353  <!ENTITY libXrender-md5sum               "802179a76bded0b658f4e9ec5e1830a4">
    5454
    55   <!ENTITY libXcursor-version              "1.1.15">
    56   <!ENTITY libXcursor-md5sum               "58fe3514e1e7135cf364101e714d1a14">
    57 
    58   <!ENTITY libXdamage-version              "1.1.4">
    59   <!ENTITY libXdamage-md5sum               "0cf292de2a9fa2e9a939aefde68fd34f">
     55  <!ENTITY libXcursor-version              "1.2.0">
     56  <!ENTITY libXcursor-md5sum               "9b9be0e289130fb820aedf67705fc549">
     57
     58  <!ENTITY libXdamage-version              "1.1.5">
     59  <!ENTITY libXdamage-md5sum               "e3f554267a7a04b042dc1f6352bd6d99">
    6060
    6161  <!ENTITY libfontenc-version              "1.1.4">
Note: See TracChangeset for help on using the changeset viewer.