Changeset 8252e757


Ignore:
Timestamp:
10/02/2020 02:24:40 PM (4 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:
d65b11c
Parents:
faf8e0b
Message:

Update to vala-0.50.1
Update to libsigc++-2.10.4
Update to gjs-1.66.0
Update to gcr-3.38.0
Update to WebKitGTK+-2.30.1

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfaf8e0b r8252e757  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
     4<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 29th, &year;">
     9<!ENTITY releasedate  "October 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libsigc++.xml

    rfaf8e0b r8252e757  
    77  <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    88  <!ENTITY libsigc-download-ftp  "&gnome-download-ftp;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    9   <!ENTITY libsigc-md5sum        "ea68c7afc23a4b89a2dfa78344460785">
    10   <!ENTITY libsigc-size          "4.3 MB">
    11   <!ENTITY libsigc-buildsize     "50 MB (with tests)">
    12   <!ENTITY libsigc-time          "0.3 SBU (with tests)">
     9  <!ENTITY libsigc-md5sum        "24fd397776fec4a1a30dd465fa243ff4">
     10  <!ENTITY libsigc-size          "4.6 MB">
     11  <!ENTITY libsigc-buildsize     "39 MB (with tests)">
     12  <!ENTITY libsigc-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    7373    <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
    7474
     75    <bridgehead renderas="sect4">Recommended</bridgehead>
     76    <para role="recommended">
     77      <xref linkend="libxslt"/>
     78    </para>
     79
    7580    <bridgehead renderas="sect4">Optional</bridgehead>
    7681    <para role="optional">
    77       <xref linkend="doxygen"/> and
    78       <xref linkend="libxslt"/> (for documentation)
     82      <xref linkend="doxygen"/>
    7983    </para>
    8084
     
    8791    <title>Installation of libsigc++</title>
    8892
     93<!--
    8994    <para>
    9095      First, fix the documentation directory name:
     
    9297
    9398<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-&libsigc-version;/' -i docs/Makefile.in</userinput></screen>
     99-->
    94100
    95101    <para>
     
    98104    </para>
    99105
    100 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    101 make</userinput></screen>
     106<screen><userinput>mkdir bld &amp;&amp;
     107cd    bld &amp;&amp;
     108
     109meson --prefix=/usr .. &amp;&amp;
     110ninja</userinput></screen>
    102111
    103112    <para>
    104       To test the results, issue: <command>make check</command>.
     113      To test the results, issue: <command>ninja test</command>.
    105114    </para>
    106115
     
    109118    </para>
    110119
    111 <screen role="root"><userinput>make install</userinput></screen>
     120<screen role="root"><userinput>ninja install</userinput></screen>
    112121
    113122  </sect2>
    114 <!--
     123
    115124  <sect2 role="commands">
    116125    <title>Command Explanations</title>
    117126
    118127    <para>
    119       <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
    120       sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
    121       which prevents <application>inkscape</application> compiling.
     128      <option>-Dbuild_documentation=true</option>: Use this switch if
     129      <xref role="nodep" linkend="doxygen"/> is installed and you wish to
     130      build and install the API documentation.
    122131    </para>
    123132
    124   </sect2>-->
     133  </sect2>
    125134
    126135  <sect2 role="content">
     
    141150        <seg>
    142151          /usr/{include,lib}/sigc++-2.0 and
    143           /usr/share/{devhelp/books,doc}/libsigc++-2.0
     152          /usr/share/{devhelp/books,doc}/libsigc++-2.0 (if the documentation is enabled)
    144153        </seg>
    145154      </seglistitem>
  • general/prog/vala.xml

    rfaf8e0b r8252e757  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "b04dee0b1c29b0e2c7ef3322cff4a46f">
     9  <!ENTITY vala-md5sum        "42b3120758a8f5c1909627bfa7b017b4">
    1010  <!ENTITY vala-size          "3.3 MB">
    1111  <!ENTITY vala-buildsize     "175 MB (add 2 MB for tests)">
    12   <!ENTITY vala-time          "0.4 SBU (using parallelism=4; add 2.3 SBU for tests)">
     12  <!ENTITY vala-time          "0.4 SBU (using parallelism=4; add 2.2 SBU for tests)">
    1313]>
    1414
  • gnome.ent

    rfaf8e0b r8252e757  
    1717<!-- Chapter 30 -->
    1818<!-- Platform -->
    19 <!ENTITY gcr-version                       "3.36.0">
     19<!ENTITY gcr-version                       "3.38.0">
    2020<!ENTITY gsettings-desktop-schemas-version "3.36.1">
    2121<!ENTITY libsecret-version                 "0.20.3">
     
    2626<!ENTITY GConf-version                     "3.2.6">
    2727<!ENTITY geocode-glib-version              "3.26.2">
    28 <!ENTITY gjs-version                       "1.64.4">
     28<!ENTITY gjs-version                       "1.66.0">
    2929<!ENTITY gnome-autoar-version              "0.2.4">
    3030<!ENTITY gnome-desktop-version             "3.36.6">
  • gnome/platform/gcr.xml

    rfaf8e0b r8252e757  
    55  %general-entities;
    66
    7   <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-36;/gcr-&gcr-version;.tar.xz">
    8   <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-36;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "adc65563b6b458507b9a578a8b68fb61">
     7  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-38;/gcr-&gcr-version;.tar.xz">
     8  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-38;/gcr-&gcr-version;.tar.xz">
     9  <!ENTITY gcr-md5sum        "0748cfa7ed7b9ea36bea047353f3fa00">
    1010  <!ENTITY gcr-size          "1.0 MB">
    11   <!ENTITY gcr-buildsize     "47 MB (with tests)">
    12   <!ENTITY gcr-time          "0.5 SBU (with tests)">
     11  <!ENTITY gcr-buildsize     "39 MB (with tests)">
     12  <!ENTITY gcr-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    120120<screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
    121121
    122 sed -i '610 s/;/ = { 0 };/' gck/gck-slot.c &amp;&amp;
    123 
    124122mkdir gcr-build &amp;&amp;
    125123cd    gcr-build &amp;&amp;
     
    149147    </para>
    150148
    151     <para>
    152       <!-- https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/52/ -->
     149    <!--
     150    <para>
     151      <!- - https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/52/ - ->
    153152      <command>sed ... gck/gck-slot.c</command>:  This command fixes a bug
    154153      (usage of uninitialized value) identified by upstream.
    155154    </para>
     155    -->
    156156
    157157    <para>
     
    186186        </seg>
    187187        <seg>
    188           libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
     188          libgck-1.so, libgcr-base-3.so and libgcr-ui-3.so
    189189        </seg>
    190190        <seg>
     
    225225      </varlistentry>
    226226
    227       <varlistentry id="libgcr-3">
    228         <term><filename class="libraryfile">libgcr-3.so</filename></term>
    229         <listitem>
    230           <para>
    231             contains functions for high level crypto parsing.
    232           </para>
    233           <indexterm zone="gcr libgcr-3">
    234             <primary sortas="c-libgcr-3">libgcr-3.so</primary>
    235           </indexterm>
    236         </listitem>
    237       </varlistentry>
    238 
    239227    </variablelist>
    240228
  • gnome/platform/gjs.xml

    rfaf8e0b r8252e757  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.64/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.64/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "dc0d4a0453484c5a77eb0e2bda091704">
    10   <!ENTITY gjs-size          "413 KB">
    11   <!ENTITY gjs-buildsize     "65 MB (with tests)">
    12   <!ENTITY gjs-time          "0.2 SBU (with tests)">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.66/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.66/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "d43a936f5edd8ff36ecc54684b26d82a">
     10  <!ENTITY gjs-size          "432 KB">
     11  <!ENTITY gjs-buildsize     "76 MB (with tests)">
     12  <!ENTITY gjs-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    6767        <para>
    6868          Estimated build time: &gjs-time;
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/gjs-&gjs-version;-upstream_fixes-1.patch"/>
    6979        </para>
    7080      </listitem>
     
    7888      <xref linkend="dbus"/>,
    7989      <xref linkend="gobject-introspection"/>, and
    80       <xref linkend="js68"/>
     90      <xref linkend="js78"/>
    8191    </para>
    8292
     
    118128
    119129    <para>
     130      First, apply a patch to fix some regressions in this version of gjs:
     131    </para>
     132
     133<screen><userinput remap="pre">patch -Np1 -i ../gjs-&gjs-version;-upstream_fixes-1.patch</userinput></screen>
     134
     135    <para>
    120136      Install <application>Gjs</application> by running the following
    121137      commands:
     
    131147      To test the results, issue: <command>ninja test</command>. The
    132148      <application>GTK</application> and <application>Cairo</application>
    133       tests will fail if not running in an Xorg session.
    134 <!-- All 53 tests passed for me with gjs-1.64.4
    135       One test,
    136       <filename>gjs: Scripts/CommandLine</filename>, is known to fail.
    137       On some systems, up to six tests may fail with an error. -->
     149      tests will fail if not running in an Xorg session. Additionally, four
     150      tests are currently known to fail:
     151      <filename>gjs:C / API tests</filename>,
     152      <filename>gjs:JS / GIMarshalling</filename>,
     153      <filename>gjs:JS / Regress</filename>, and
     154      <filename>gjs:JS / Gtk3</filename>.
    138155    </para>
    139156
     
    165182          /usr/include/gjs-1.0,
    166183          /usr/lib/gjs,
    167           /usr/libexec/gjs,
     184          /usr/libexec/installed-tests/gjs,
    168185          /usr/share/gjs-1.0, and
    169186          /usr/share/installed-tests/gjs
  • introduction/welcome/changelog.xml

    rfaf8e0b r8252e757  
    4343    -->
    4444    <listitem>
     45      <para>October 2nd, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to vala-0.50.1. Part of
     49          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to libsigc++-2.10.4. Part of
     53          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to gjs-1.66.0. Part of
     57          <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to gcr-3.38.0. Part of
     61          <ulink url="&blfs-ticket-root;14030">#14030</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Update to WebKitGTK+-2.30.1. Finishes
     65          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69   
     70    <listitem>
    4571      <para>September 29th, 2020</para>
    4672      <itemizedlist>
  • packages.ent

    rfaf8e0b r8252e757  
    156156<!ENTITY libqmi-version               "1.26.4">
    157157<!ENTITY libseccomp-version           "2.5.0">
    158 <!ENTITY libsigc-version              "2.10.3">
     158<!ENTITY libsigc-version              "2.10.4">
    159159<!ENTITY libsigsegv-version           "2.12">
    160160<!ENTITY libssh2-version              "1.9.0">
     
    370370<!ENTITY tk-version                   "8.6.10">
    371371<!ENTITY vala-major-version           "0.50">  <!-- even minors only -->
    372 <!ENTITY vala-version                 "&vala-major-version;.0">
     372<!ENTITY vala-version                 "&vala-major-version;.1">
    373373<!ENTITY valgrind-version             "3.16.1">
    374374<!ENTITY yasm-version                 "1.3.0">
     
    754754<!ENTITY startup-notification-version "0.12">
    755755<!ENTITY tepl-version                 "5.0.0">
    756 <!ENTITY webkitgtk-version            "2.28.4">    <!-- Even minors only -->
     756<!ENTITY webkitgtk-version            "2.30.1">    <!-- Even minors only -->
    757757
    758758<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/lib/webkitgtk.xml

    rfaf8e0b r8252e757  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "10e0cce27208dfbd4cf63dd68a9a47d7">
    10   <!ENTITY webkitgtk-size          "20 MB">
    11   <!ENTITY webkitgtk-buildsize     "789 MB (115 MB installed)">
    12   <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, estimated 75 SBU using one core)">
     9  <!ENTITY webkitgtk-md5sum        "de0f910d60de88273ffde7b4bb88bd42">
     10  <!ENTITY webkitgtk-size          "21 MB">
     11  <!ENTITY webkitgtk-buildsize     "832 MB (121 MB installed)">
     12  <!ENTITY webkitgtk-time          "25 SBU (using parallelism=4, estimated 83 SBU using one core)">
    1313]>
    1414
     
    134134    </para>
    135135
    136 <screen><userinput>mkdir -vp build &amp;&amp;
     136<screen revision="systemd"><userinput>mkdir -vp build &amp;&amp;
    137137cd        build &amp;&amp;
    138138
     
    150150ninja</userinput></screen>
    151151
     152<screen revision="sysv"><userinput>mkdir -vp build &amp;&amp;
     153cd        build &amp;&amp;
     154
     155cmake -DCMAKE_BUILD_TYPE=Release  \
     156      -DCMAKE_INSTALL_PREFIX=/usr \
     157      -DCMAKE_SKIP_RPATH=ON       \
     158      -DPORT=GTK                  \
     159      -DLIB_INSTALL_DIR=/usr/lib  \
     160      -DUSE_LIBHYPHEN=OFF         \
     161      -DENABLE_MINIBROWSER=ON     \
     162      -DUSE_WOFF2=OFF             \
     163      -DUSE_WPE_RENDERER=OFF      \
     164      -DUSE_SYSTEMD=OFF           \
     165      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
     166      -Wno-dev -G Ninja ..        &amp;&amp;
     167ninja</userinput></screen>
     168
    152169    <para>
    153170      This package does not have a working testsuite. However, there is a
     
    197214
    198215    <para>
    199       <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables the
    200       <application>Mini Browser</application> compilation and install.
     216      <parameter>-DENABLE_MINIBROWSER=ON</parameter>: This switch enables
     217      compiling and installing the MiniBrowser.
    201218    </para>
    202219
     
    208225
    209226    <para>
    210       <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this switch if the optional
    211           packages <xref linkend="bubblewrap"/> and
     227      <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this
     228      switch if the optional packages <xref linkend="bubblewrap"/> and
    212229      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
    213230      are installed.
     231    </para>
     232
     233    <para revision="sysv">
     234      <parameter>-DUSE_SYSTEMD=OFF</parameter>: This switch disables using the
     235      systemd journal for logging errors and debugging information since it
     236      is not available on SysV systems.
    214237    </para>
    215238
Note: See TracChangeset for help on using the changeset viewer.