Changeset 3ec1600 for general


Ignore:
Timestamp:
11/03/2020 09:07:09 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
1a742391
Parents:
72119155
Message:

Update to Samba-4.13.2
Update to asciidoc-9.0.4
Update to git-2.29.2
telepathy-glib: Port to python3, fix tests with glib-2.46 and later, port to modern build machinery, and fix memory leaks

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/telepathy-glib.xml

    r72119155 r3ec1600  
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
    7888    <bridgehead renderas="sect3">Telepathy GLib Dependencies</bridgehead>
    7989
     
    105115
    106116    <para>
     117      First, apply a patch to fix several bugs discovered after
     118      release:
     119    </para>
     120
     121<screen><userinput remap="pre">patch -Np1 -i ../telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch</userinput></screen>
     122
     123    <para>
    107124      Install <application>Telepathy GLib</application> by running the
    108125      following commands:
    109126    </para>
    110127
    111 <screen><userinput>./configure --prefix=/usr          \
    112             --enable-vala-bindings \
    113             --disable-static       &amp;&amp;
     128<screen><userinput>autoreconf -fiv &amp;&amp;
     129
     130PYTHON=/usr/bin/python3 ./configure --prefix=/usr          \
     131                                    --enable-vala-bindings \
     132                                    --disable-static       &amp;&amp;
    114133make</userinput></screen>
    115134
    116135    <para>
    117       To test the results, issue: <command>make -k check</command>.
    118       Four tests are known to fail: <emphasis>test-account</emphasis>,
     136      To test the results, issue: <command>make check</command>.
     137      <!--Four tests are known to fail: <emphasis>test-account</emphasis>,
    119138      <emphasis>test-cm</emphasis>, <emphasis>test-contact-lists</emphasis>, and
    120       <emphasis>test-contact-list-client</emphasis>.
     139      <emphasis>test-contact-list-client</emphasis>.-->
    121140    </para>
    122141
  • general/genutils/asciidoc.xml

    r72119155 r3ec1600  
    77  <!ENTITY asciidoc-download-http "https://github.com/asciidoc/asciidoc-py3/releases/download/&asciidoc-version;/asciidoc-&asciidoc-version;.tar.gz">
    88  <!ENTITY asciidoc-download-ftp  " ">
    9   <!ENTITY asciidoc-md5sum        "6966bec6915fbb5720fb1e3f2a686046">
     9  <!ENTITY asciidoc-md5sum        "1201c34c5169b1f6a190a92117c0be2a">
    1010  <!ENTITY asciidoc-size          "1.2 MB">
    11   <!ENTITY asciidoc-buildsize     "6.2 MB">
     11  <!ENTITY asciidoc-buildsize     "8.5 MB">
    1212  <!ENTITY asciidoc-time          "less than 0.1 SBU">
    1313]>
  • general/prog/git.xml

    r72119155 r3ec1600  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "242806facd425eeed091906d9cd70167">
     11  <!ENTITY git-md5sum        "f5f9d4e7a3c633bc7a9178cfd822045f">
    1212  <!ENTITY git-size          "5.9 MB">
    1313  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
     
    1717  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1818  <!-- Confirmed that it is disk related.-->
    19   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.0 SBU for tests with parallelism=4)">
     19  <!ENTITY git-time          "0.4 SBU (with parallelism=4; add 3.9 SBU for tests with parallelism=4)">
    2020]>
    2121
     
    161161    <para>
    162162      You can build the man pages and/or html docs, or
    163       use downloaded ones. If you choose to build them, use next two following
     163      use downloaded ones. If you choose to build them, use the next two
    164164      instructions.
    165165    </para>
     
    196196
    197197    <para>
    198       Install the man pages as
     198      Install the man pages as the
    199199      <systemitem class="username">root</systemitem> user:
    200200    </para>
     
    204204
    205205    <para>
    206       Install the html docs as
     206      Install the html docs as the
    207207      <systemitem class="username">root</systemitem> user:
    208208    </para>
Note: See TracChangeset for help on using the changeset viewer.