Changeset ff40dcf


Ignore:
Timestamp:
01/24/2021 04:24:53 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:
ab6bf6a
Parents:
8467ea8a
Message:

Update to pygments-2.7.4 (Python Module)
Update to gcr-3.38.1
Update to thunar-4.16.2
Update to pulseaudio-14.2
Update to xapian-core-1.4.18

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    r8467ea8a rff40dcf  
    88           "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "64cd582a4495c5cbda8e06e63f8ce4f4">
    11   <!ENTITY xapian-size          "2.9 MB">
    12   <!ENTITY xapian-buildsize     "233 MB (add 187 MB for tests)">
     10  <!ENTITY xapian-md5sum        "dd1b30f9b307b06fab319d3258fe65ee">
     11  <!ENTITY xapian-size          "2.8 MB">
     12  <!ENTITY xapian-buildsize     "232 MB (add 188 MB for tests)">
    1313  <!ENTITY xapian-time          "0.5 SBU (using parallelism=4; add 35 SBU for tests)">
    1414]>
     
    160160        <listitem>
    161161          <para>
    162             perform a document-by-document copy of one or more
     162            performs a document-by-document copy of one or more
    163163            <application>Xapian</application> databases.
    164164          </para>
     
    173173        <listitem>
    174174          <para>
    175             is a search command line tool.
     175            is a command line tool to search through a database.
    176176          </para>
    177177          <indexterm zone="xapian quest">
     
    197197        <listitem>
    198198          <para>
    199             index each paragraph of a text file as a
     199            indexes each paragraph of a text file as a
    200200            <application>Xapian</application> document.
    201201          </para>
     
    222222        <listitem>
    223223          <para>
    224             check the consistency of a database or table.
     224            checks the consistency of a database or table.
    225225          </para>
    226226          <indexterm zone="xapian xapian-check">
     
    249249        <listitem>
    250250          <para>
    251             compact a database, or merge and compact several.
     251            compacts a database, or merges and compacts several databases.
    252252          </para>
    253253          <indexterm zone="xapian xapian-compact">
     
    261261        <listitem>
    262262          <para>
    263             report information about the installed xapian.
     263            reports information about the installed xapian.
    264264          </para>
    265265          <indexterm zone="xapian xapian-config">
     
    273273        <listitem>
    274274          <para>
    275             inspect the contents of a <application>Xapian</application>
     275            inspects the contents of a <application>Xapian</application>
    276276            database.
    277277          </para>
     
    286286        <listitem>
    287287          <para>
    288             read and write user metadata.
     288            reads and writes user metadata.
    289289          </para>
    290290          <indexterm zone="xapian xapian-metadata">
     
    298298        <listitem>
    299299          <para>
    300             inspect the contents of a flint table for development or debugging.
     300            inspects the contents of a flint table for development or debugging.
    301301          </para>
    302302          <indexterm zone="xapian xapian-pos">
     
    310310        <listitem>
    311311          <para>
    312             remote server for use with <application>ProgClient</application>.
     312            is a remote server for use with <application>ProgClient</application>.
    313313          </para>
    314314          <indexterm zone="xapian xapian-progsrv">
     
    322322        <listitem>
    323323          <para>
    324             replicate a database from a master server to a local copy.
     324            replicates a database from a master server to a local copy.
    325325          </para>
    326326          <indexterm zone="xapian xapian-replicate">
     
    334334        <listitem>
    335335          <para>
    336             service database replication requests from clients.
     336            services database replication requests from clients.
    337337          </para>
    338338          <indexterm zone="xapian xapian-replicate-server">
  • general/prog/pygments.xml

    r8467ea8a rff40dcf  
    88           "https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz">
    99  <!ENTITY pygments-download-ftp " ">
    10   <!ENTITY pygments-md5sum        "3db74ee3bd11e1196dccf0b770c5d238">
     10  <!ENTITY pygments-md5sum        "390a49fa0eb5486a795b2b54b9a7b666">
    1111  <!ENTITY pygments-size          "2.2 MB">
    12   <!ENTITY pygments-buildsize     "18 MB">
     12  <!ENTITY pygments-buildsize     "24 MB">
    1313  <!ENTITY pygments-time          "less than 0.1 SBU">
    1414]>
  • gnome.ent

    r8467ea8a rff40dcf  
    1717<!-- Chapter 30 -->
    1818<!-- Platform -->
    19 <!ENTITY gcr-version                       "3.38.0">
     19<!ENTITY gcr-version                       "3.38.1">
    2020<!ENTITY gsettings-desktop-schemas-version "3.38.0">
    2121<!ENTITY libsecret-version                 "0.20.4">
  • gnome/platform/gcr.xml

    r8467ea8a rff40dcf  
    77  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-38;/gcr-&gcr-version;.tar.xz">
    88  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-38;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "0748cfa7ed7b9ea36bea047353f3fa00">
     9  <!ENTITY gcr-md5sum        "e7f9e86da73b7308aae16cac0f392721">
    1010  <!ENTITY gcr-size          "1.0 MB">
    1111  <!ENTITY gcr-buildsize     "39 MB (with tests)">
     
    159159      haven't installed <xref linkend="gtk3"/>. Note that
    160160      <application>gcr-viewer</application> will not be installed
    161       if this is passed to configure.
     161      if this is passed to meson.
    162162    </para>
    163163
  • introduction/welcome/changelog.xml

    r8467ea8a rff40dcf  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to pygments-2.7.4. Fixes
     49          <ulink url="&blfs-ticket-root;14507">#14507</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to gcr-3.38.1. Fixes
     53          <ulink url="&blfs-ticket-root;14508">#14508</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to Thunar-4.16.2. Fixes
     57          <ulink url="&blfs-ticket-root;14509">#14509</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to pulseaudio-14.2. Fixes
     61          <ulink url="&blfs-ticket-root;14510">#14510</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Update to xapian-core-1.4.18. Fixes
     65          <ulink url="&blfs-ticket-root;14514">#14514</ulink>.</para>
     66        </listitem>
     67        <listitem>
    4868          <para>[timtas] - Update to VTE-0.62.2. Fixes
    4969          <ulink url="&blfs-ticket-root;14554">#14554</ulink>.</para>
     
    5171      </itemizedlist>
    5272    </listitem>
     73
    5374    <listitem>
    5475      <para>January 22nd, 2021</para>
  • multimedia/libdriv/pulseaudio.xml

    r8467ea8a rff40dcf  
    88           "https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
    99  <!ENTITY pulseaudio-download-ftp  " ">
    10   <!ENTITY pulseaudio-md5sum        "84a7776e63dd55c40db8fbd7c7e2e18e">
     10  <!ENTITY pulseaudio-md5sum        "1efc916251910f1e9d4df7810e3e69f8">
    1111  <!ENTITY pulseaudio-size          "1.9 MB">
    12   <!ENTITY pulseaudio-buildsize     "76 MB (add 2 MB for tests)">
    13   <!ENTITY pulseaudio-time          "0.1 SBU (Using parallelism=4; add 0.2 SBU for tests)">
     12  <!ENTITY pulseaudio-buildsize     "79 MB (add 1 MB for tests)">
     13  <!ENTITY pulseaudio-time          "0.1 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1414]>
    1515
     
    109109      <ulink url="http://gstreamer.freedesktop.org/src/orc/">ORC</ulink>,
    110110      <ulink url="https://sourceforge.net/projects/soxr/">soxr</ulink>,
    111       <ulink url="http://tdb.samba.org/">TDB</ulink>,
     111      <ulink url="http://tdb.samba.org/">TDB</ulink>, and
    112112      <ulink url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/">
    113       WebRTC AudioProcessing</ulink> and
    114       <ulink url="http://www.xenproject.org/">XEN</ulink>
     113      WebRTC AudioProcessing</ulink>
     114      <!--<ulink url="http://www.xenproject.org/">XEN</ulink>-->
    115115    </para>
    116116
     
    162162
    163163    <!-- http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ -->
    164     <para>Running PulseAudio as System-Wide Daemon is possible but not recommended.
    165       See <ulink
    166       url="https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/"/>.
     164    <para>Running PulseAudio as a system-wide daemon is possible but not
     165      recommended. See <ulink
     166      url="https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/"/>
     167      for more information.
    167168      While still as the <systemitem class="username">root</systemitem>
    168169      user, remove the <application>D-Bus</application> configuration file
     
    268269        ~/.config/pulse/*</command> (and perhaps also
    269270        <command>rm -rf ~/.pulse/*</command> if you have used a very old version
    270         of pulse on this machine, then run <command>pulseaudio
     271        of pulse on this machine), then run <command>pulseaudio
    271272        --verbose</command> to restart it. If the daemon starts, restart the
    272273        application. See <command>man pulseaudio</command> for more options.
     
    286287      <seglistitem>
    287288        <seg>
    288           esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat),
    289           paplay (symlink to pacat), parec (symlink to pacat),
    290           parecord (symlink to pacat), qpaeq, pasuspender,
    291           pax11publish, pulseaudio, and
     289          <!--esdcompat,--> pacat, pacmd, pactl, padsp,
     290          pamon (symlink to pacat), paplay (symlink to pacat),
     291          parec (symlink to pacat), parecord (symlink to pacat), qpaeq,
     292          pasuspender, pax11publish, pulseaudio, and
    292293          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
    293294          start-pulseaudio-x11
     
    317318      <?dbhtml list-presentation="table"?>
    318319
     320<!--
    319321      <varlistentry id="esdcompat">
    320322        <term><command>esdcompat</command></term>
     
    328330        </listitem>
    329331      </varlistentry>
     332-->
    330333
    331334      <varlistentry id="pacat">
     
    457460      </varlistentry>
    458461
     462      <varlistentry id="pa-info">
     463        <term><command>pa-info</command></term>
     464        <listitem>
     465          <para>
     466            is a shell script that prints various information relating to the
     467            <application>Pulseaudio</application> server currently in use.
     468          </para>
     469          <indexterm zone="pulseaudio pa-info">
     470            <primary sortas="b-pa-info">pa-info</primary>
     471          </indexterm>
     472        </listitem>
     473      </varlistentry>
     474
    459475      <varlistentry id="pulseaudio-prog">
    460476        <term><command>pulseaudio</command></term>
  • packages.ent

    r8467ea8a rff40dcf  
    198198<!ENTITY wayland-protocols-version    "1.20">
    199199<!ENTITY wv-version                   "1.2.9">
    200 <!ENTITY xapian-version               "1.4.17">
     200<!ENTITY xapian-version               "1.4.18">
    201201<!ENTITY yaml-version                 "0.2.4">
    202202
     
    562562<!--<!ENTITY pycrypto-version             "2.6.1"> Replaced by pycryptodome -->
    563563<!ENTITY pycryptodome-version         "3.9.9">
    564 <!ENTITY pygments-version             "2.7.3">
     564<!ENTITY pygments-version             "2.7.4">
    565565<!ENTITY pygobject2-version           "2.28.7">
    566566<!ENTITY pygobject3-version           "3.38.0">
     
    826826<!ENTITY garcon-minor                 "4.16">
    827827<!ENTITY garcon-version               "4.16.1">
    828 <!ENTITY thunar-version               "4.16.1">
     828<!ENTITY thunar-version               "4.16.2">
    829829<!ENTITY thunar-volman-version        "4.16.0">
    830830<!ENTITY tumbler-version              "4.16.0">
     
    10021002<!ENTITY opus-version                 "1.3.1">
    10031003<!ENTITY pipewire-version             "0.3.19">
    1004 <!ENTITY pulseaudio-major-version     "14.0">
     1004<!ENTITY pulseaudio-major-version     "14.2">
    10051005<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
    10061006<!ENTITY sdl-version                  "1.2.15">
  • xfce/core/thunar.xml

    r8467ea8a rff40dcf  
    88           "http://archive.xfce.org/src/xfce/thunar/&xfce4-version;/thunar-&thunar-version;.tar.bz2">
    99  <!ENTITY thunar-download-ftp  " ">
    10   <!ENTITY thunar-md5sum        "af620c3b226b3bf5c025a7eaad6dd540">
     10  <!ENTITY thunar-md5sum        "e3585d4b8278bdfaa2d23fd20100641a">
    1111  <!ENTITY thunar-size          "2.3 MB">
    12   <!ENTITY thunar-buildsize     "52 MB">
    13   <!ENTITY thunar-time          "0.4 SBU">
     12  <!ENTITY thunar-buildsize     "65 MB">
     13  <!ENTITY thunar-time          "0.5 SBU">
    1414]>
    1515
     
    9292    <bridgehead renderas="sect4">Recommended</bridgehead>
    9393    <para role="recommended">
    94       <xref linkend="libgudev"/> and
    95       <xref linkend="libnotify"/>
     94      <xref linkend="libgudev"/>,
     95      <xref linkend="libnotify"/>, and
     96      <xref linkend="pcre"/>
    9697    </para>
    9798
Note: See TracChangeset for help on using the changeset viewer.