Changeset 206e0be


Ignore:
Timestamp:
01/02/2021 03:39:56 AM (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:
fb078c8
Parents:
9bd0c0e8
Message:

Update to gnome-disk-utility-3.38.1
Update to xscreensaver-5.45
Update to epiphany-3.38.2
gegl: Add recommended dependency on graphviz. See the comment left in the page for rationale
systemd: Convert external dependency on qrencode to an internal dependency
qrencode: Minor tweaks

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r9bd0c0e8 r206e0be  
    8282    <para role="recommended">
    8383      <xref linkend="gobject-introspection"/>,
     84      <xref linkend="graphviz"/>,
     85      <!-- EDITORS NOTE: Graphviz is required for the gegl:introspect
     86      function. Without this function, GIMP will not start. You'll get the
     87      following error:
     88
     89      "GEGL Operation Missing! GIMP rqeuires the GEGL operation
     90      'gegl:introspect'. This operation cannot be found. Check your GEGL
     91      install and ensure it has been compiled with any dependencies required
     92      for GIMP."
     93
     94      Reference: https://gitlab.gnome.org/GNOME/gegl/-/commit/1f50456de59c686941a861d299a63bfcd4126ee5
     95      -->
    8496      <xref linkend="pygments"/>, and
    8597      <xref linkend="pygobject3"/>
  • general/graphlib/qrencode.xml

    r9bd0c0e8 r206e0be  
    3333      <application>Libqrencode</application> is a fast and compact library
    3434      for encoding data in a QR Code symbol, a 2D symbology that can be
    35       scanned by handheld terminals such as a mobile phone with CCD.
     35      scanned by handheld terminals such as a mobile phone with a CCD sensor.
    3636    </para>
    3737
     
    159159      <seglistitem>
    160160        <seg>
    161           qrencode.
     161          qrencode
    162162        </seg>
    163163        <seg>
    164           libqrencode.so.
     164          libqrencode.so
    165165        </seg>
    166166        <seg>
    167           /usr/share/doc/qrencode-&qrencode-version; (optional).
     167          /usr/share/doc/qrencode-&qrencode-version; (optional)
    168168        </seg>
    169169      </seglistitem>
     
    179179        <listitem>
    180180          <para>
    181             encodes input data in a QR Code and save as a PNG or EPS image.
     181            encodes input data in a QR Code and saves it as a PNG or EPS image.
    182182          </para>
    183183          <indexterm zone="qrencode qrencode-prog">
  • general/sysutils/systemd.xml

    r9bd0c0e8 r206e0be  
    117117      <xref linkend="pcre2"/>,
    118118      <xref linkend="qemu"/>,
     119      <xref linkend="qrencode"/>,
    119120      <xref linkend="valgrind"/>,
    120121      <xref linkend="zsh"/> (for the zsh completions),
     
    124125      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    125126      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
    126       <ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,
     127      <!--<ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,-->
    127128      <ulink url="http://sourceforge.net/projects/linuxquota/">quota-tools</ulink> and
    128129      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
  • gnome.ent

    r9bd0c0e8 r206e0be  
    8585<!ENTITY gnome-calculator-version          "3.38.2">
    8686<!ENTITY gnome-color-manager-version       "3.36.0">
    87 <!ENTITY gnome-disk-utility-version        "3.38.0">
     87<!ENTITY gnome-disk-utility-version        "3.38.1">
    8888<!ENTITY gnome-logs-version                "3.36.0">
    8989<!ENTITY gnome-maps-version                "3.38.2">
  • gnome/applications/gnome-disk-utility.xml

    r9bd0c0e8 r206e0be  
    99  <!ENTITY gnome-disk-utility-download-ftp
    1010           "&gnome-download-ftp;/gnome-disk-utility/&gnome-minor-38;/gnome-disk-utility-&gnome-disk-utility-version;.tar.xz">
    11   <!ENTITY gnome-disk-utility-md5sum        "d5d7d3f31e13fd88959069f3bec9e69d">
     11  <!ENTITY gnome-disk-utility-md5sum        "6e18fc9c6a50d120fd2c87c634382f03">
    1212  <!ENTITY gnome-disk-utility-size          "1.3 MB">
    1313  <!ENTITY gnome-disk-utility-buildsize     "36 MB">
  • gnome/applications/gnome-screenshot.xml

    r9bd0c0e8 r206e0be  
    7979    <para role="required">
    8080      <xref linkend="gtk3"/>,
    81       <xref linkend="libcanberra"/> (Compiled with GTK+3 support). and
     81      <xref linkend="libcanberra"/> (Compiled with GTK+3 support), and
    8282      <xref linkend="libhandy1"/>
    8383    </para>
  • introduction/welcome/changelog.xml

    r9bd0c0e8 r206e0be  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to gnome-disk-utility-3.38.1. Fixes
     49          <ulink url="&blfs-ticket-root;14384">#14384</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to epiphany-3.38.2. Fixes
     53          <ulink url="&blfs-ticket-root;14328">#14328</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to xscreensaver-5.45. Fixes
     57          <ulink url="&blfs-ticket-root;14362">#14362</ulink>.</para>
     58        </listitem>
     59        <listitem revision="systemd">
     60          <para>[renodr] - Add optional dependency on qrencode to systemd since
     61          it is now available in BLFS.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[renodr] - Update to shared-mime-info-2.1. Fixes
    4965          <ulink url="&blfs-ticket-root;14450">#14450</ulink>.</para>
  • packages.ent

    r9bd0c0e8 r206e0be  
    910910<!-- Chapter 40 -->
    911911<!--<!ENTITY chromium-version             "64.0.3282.186">-->
    912 <!ENTITY epiphany-version             "3.38.1">
     912<!ENTITY epiphany-version             "3.38.2">
    913913<!ENTITY falkon-major-version         "3.1">
    914914<!ENTITY falkon-minor-version         "0">
     
    945945<!ENTITY xchat-version                "2.8.8">
    946946<!ENTITY xdg-utils-version            "1.1.3">
    947 <!ENTITY xscreensaver-version         "5.44">
     947<!ENTITY xscreensaver-version         "5.45">
    948948
    949949<!-- Part XI -->
  • xsoft/graphweb/epiphany.xml

    r9bd0c0e8 r206e0be  
    99  <!ENTITY epiphany-download-ftp
    1010           "&gnome-download-ftp;/epiphany/&gnome-minor-38;/epiphany-&epiphany-version;.tar.xz">
    11   <!ENTITY epiphany-md5sum        "d4a546d1fb8851f69e2a0b606313ed69">
     11  <!ENTITY epiphany-md5sum        "486b5ff95db04073efc0a4d2bf9736ca">
    1212  <!ENTITY epiphany-size          "3.7 MB">
    1313  <!ENTITY epiphany-buildsize     "93 MB">
    14   <!ENTITY epiphany-time          "0.3 SBU (Using parallelism=4, including tests)">
     14  <!ENTITY epiphany-time          "0.2 SBU (Using parallelism=4, including tests)">
    1515]>
    1616
  • xsoft/other/xscreensaver.xml

    r9bd0c0e8 r206e0be  
    77  <!ENTITY xscreensaver-download-http "https://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  " ">
    9   <!ENTITY xscreensaver-md5sum        "9f764e561f9939f8684a66ec98b27cba">
     9  <!ENTITY xscreensaver-md5sum        "dffe3be6c0db7468f1620873ec03a32e">
    1010  <!ENTITY xscreensaver-size          "26 MB">
    11   <!ENTITY xscreensaver-buildsize     "251 MB">
     11  <!ENTITY xscreensaver-buildsize     "384 MB">
    1212  <!ENTITY xscreensaver-time          "1.0 SBU">
    1313]>
     
    3131
    3232    <para>
    33       The <application>XScreenSaver</application> is a modular screen saver
    34       and locker for the X Window System. It is highly customizable and
     33      The <application>XScreenSaver</application> package is a modular screen
     34      saver and locker for the X Window System. It is highly customizable and
    3535      allows the use of any program that can draw on the root window as a
    3636      display mode. The purpose of <application>XScreenSaver</application> is
     
    8282    <bridgehead renderas="sect4">Required</bridgehead>
    8383    <para role="required">
    84       <xref linkend="gdk-pixbuf"/>,
     84      <xref linkend="gdk-pixbuf-xlib"/>,
    8585      <xref linkend="libglade"/>, and
    8686      <xref linkend="xorg7-app"/>
     
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
    96       <phrase revision="sysv"><ulink url="&gnome-download-http;/gdm/">GDM</ulink></phrase>
    97       <phrase revision="systemd"><xref linkend="gdm"/></phrase>,
     96      <xref linkend="gdm"/>,
     97      <xref linkend="mitkrb"/>,
    9898      <ulink url="http://linas.org/gle/">GLE</ulink> and
    9999      <xref linkend="linux-pam"/>
     
    134134    </para>
    135135
     136    <!-- EDITORS NOTE: Use install_prefix instead of DESTDIR -->
    136137    <para>
    137138      Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.