Changeset 979dcbd5


Ignore:
Timestamp:
01/01/2019 05:34:20 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
950d2f74
Parents:
d973faf
Message:

Update to gjs-1.54.3
Update to libsecret-0.18.7
Add a note to cogl about the test suite using all CPUs regardless of MAKEFLAGS
Add a systemd-specific section to the Command Explanations section in libinput regarding libwacom
Comment out the --enable-drm option in FAAC. We don't recommend it, and in fact say - Don't use it, so let's not mention it
Other small typo fixes

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    rd973faf r979dcbd5  
    1818<!ENTITY gcr-version                       "3.28.0">
    1919<!ENTITY gsettings-desktop-schemas-version "3.28.1">
    20 <!ENTITY libsecret-version                 "0.18.6">
     20<!ENTITY libsecret-version                 "0.18.7">
    2121<!ENTITY rest-version                      "0.8.1">
    2222<!ENTITY totem-pl-parser-version           "3.26.1">
     
    2525<!ENTITY GConf-version                     "3.2.6">
    2626<!ENTITY geocode-glib-version              "3.26.0">
    27 <!ENTITY gjs-version                       "1.54.1">
     27<!ENTITY gjs-version                       "1.54.3">
    2828<!ENTITY gnome-autoar-version              "0.2.3">
    2929<!ENTITY gnome-desktop-version             "3.28.2">
  • gnome/platform/gjs.xml

    rd973faf r979dcbd5  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "54530c44fef502ac5a0fbc5772d77ace">
     9  <!ENTITY gjs-md5sum        "387dd08d40d4f1f1ffec9546b52e7619">
    1010  <!ENTITY gjs-size          "636 KB">
    1111  <!ENTITY gjs-buildsize     "78 MB (with tests)">
    12   <!-- 100 MB less - seems fishy, but seems to work. -->
    1312  <!ENTITY gjs-time          "1.0 SBU (with tests)">
    1413]>
     
    117116      use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
    118117      in our environment.
     118      <!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr -->
    119119    </para>
    120120
  • gnome/platform/libsecret.xml

    rd973faf r979dcbd5  
    77  <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    88  <!ENTITY libsecret-download-ftp  "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    9   <!ENTITY libsecret-md5sum        "c6cf132a56bd346fbf49a43abb02e5c2">
    10   <!ENTITY libsecret-size          "480 KB">
    11   <!ENTITY libsecret-buildsize     "12 MB">
    12   <!ENTITY libsecret-time          "0.2 SBU">
     9  <!ENTITY libsecret-md5sum        "376153ece17081eb5410870e0dc5c031">
     10  <!ENTITY libsecret-size          "500 KB">
     11  <!ENTITY libsecret-buildsize     "17 MB">
     12  <!ENTITY libsecret-time          "0.1 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rd973faf r979dcbd5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to libsecret-0.18.7. Fixes
     49          <ulink url="&blfs-ticket-root;11491">#11491</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to gjs-1.54.3. Fixes
     53          <ulink url="&blfs-ticket-root;11276">#11276</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[dj] - Update to make-ca-1.1. Complete configuration of P11-Kit
    4957          trust-extract-compat to utilize both P11-kit and make-ca.</para>
  • multimedia/libdriv/faac.xml

    rd973faf r979dcbd5  
    105105
    106106    <!-- 1.28: This is still broken, it causes a segfault. -->
    107 
    108     <para><option>--enable-drm</option>: This option is supposed to enable
     107    <!--
     108    <para><option>- -enable-drm</option>: This option is supposed to enable
    109109    support for encoding files for
    110110    <ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but
     
    113113    by <xref linkend="faad2"/>, even if compiled with DRM support).
    114114    Don't use it.</para>
    115 
     115    -->
     116    <!-- Since we say "Don't use it", let's not even list it. That would open up
     117    the possibility of a user seeing it and enabling it anyway. -->
    116118  </sect2>
    117119
  • networking/netlibs/neon.xml

    rd973faf r979dcbd5  
    8787      <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
    8888      <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>
    89       <!-- Note - this URL is broken as of 08-16-2018 -->
     89      <!-- Note - this URL is broken as of 08-16-2018
     90      01-01-2019 - still broken.  -->
    9091    </para>
    9192
  • x/installing/libinput.xml

    rd973faf r979dcbd5  
    221221    </para>
    222222
    223     <para>
     223    <para revision="sysv">
    224224      <option>-Dlibwacom=false</option>: Remove this
    225225      option if you have the external library libwacom installed.
     226    </para>
     227
     228    <para revision="systemd">
     229      <option>-Dlibwacom=false</option>: Remove this option if you
     230      have <xref linkend="libwacom"/> installed, or if you are installing
     231      GNOME.
    226232    </para>
    227233
     
    238244      <seglistitem>
    239245        <seg>
    240           libinput,
     246          libinput
    241247          <!-- libinput-debug-events, libinput-list-devices, libinput-measure*,
    242248          libinput-record, libinput-replay Library Executables -->
  • x/lib/cogl.xml

    rd973faf r979dcbd5  
    140140      To test the results, issue: <command>make check</command>. The
    141141      tests should be run from an X terminal on the hardware accelerated
    142       Xorg Server.
     142      Xorg Server. A few tests will use all CPUs in parallel, regardless of
     143      parallellism settings.
    143144    </para>
    144145
  • x/wm/openbox.xml

    rd973faf r979dcbd5  
    100100    </note>
    101101
    102     <para>If you installed only Python 3 PyXDG module convert one of the
     102    <para>If you only installed the Python 3 PyXDG module convert one of the
    103103    scripts to Python 3:</para>
    104104
Note: See TracChangeset for help on using the changeset viewer.