Author: renodr
Date: Sat Jan 23 20:24:53 2021
New Revision: 24134

Log:
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

Modified:
   trunk/BOOK/general/genlib/xapian.xml
   trunk/BOOK/general/prog/pygments.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/gcr.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/pulseaudio.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xfce/core/thunar.xml

Modified: trunk/BOOK/general/genlib/xapian.xml
==============================================================================
--- trunk/BOOK/general/genlib/xapian.xml        Sat Jan 23 09:26:11 2021        
(r24133)
+++ trunk/BOOK/general/genlib/xapian.xml        Sat Jan 23 20:24:53 2021        
(r24134)
@@ -7,9 +7,9 @@
   <!ENTITY xapian-download-http
            
"http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz";>
   <!ENTITY xapian-download-ftp  " ">
-  <!ENTITY xapian-md5sum        "64cd582a4495c5cbda8e06e63f8ce4f4">
-  <!ENTITY xapian-size          "2.9 MB">
-  <!ENTITY xapian-buildsize     "233 MB (add 187 MB for tests)">
+  <!ENTITY xapian-md5sum        "dd1b30f9b307b06fab319d3258fe65ee">
+  <!ENTITY xapian-size          "2.8 MB">
+  <!ENTITY xapian-buildsize     "232 MB (add 188 MB for tests)">
   <!ENTITY xapian-time          "0.5 SBU (using parallelism=4; add 35 SBU for 
tests)">
 ]>
 
@@ -159,7 +159,7 @@
         <term><command>copydatabase</command></term>
         <listitem>
           <para>
-            perform a document-by-document copy of one or more
+            performs a document-by-document copy of one or more
             <application>Xapian</application> databases.
           </para>
           <indexterm zone="xapian copydatabase">
@@ -172,7 +172,7 @@
         <term><command>quest</command></term>
         <listitem>
           <para>
-            is a search command line tool.
+            is a command line tool to search through a database.
           </para>
           <indexterm zone="xapian quest">
             <primary sortas="b-quest">quest</primary>
@@ -196,7 +196,7 @@
         <term><command>simpleindex</command></term>
         <listitem>
           <para>
-            index each paragraph of a text file as a
+            indexes each paragraph of a text file as a
             <application>Xapian</application> document.
           </para>
           <indexterm zone="xapian simpleindex">
@@ -221,7 +221,7 @@
         <term><command>xapian-check</command></term>
         <listitem>
           <para>
-            check the consistency of a database or table.
+            checks the consistency of a database or table.
           </para>
           <indexterm zone="xapian xapian-check">
             <primary sortas="b-xapian-check">xapian-check</primary>
@@ -248,7 +248,7 @@
         <term><command>xapian-compact</command></term>
         <listitem>
           <para>
-            compact a database, or merge and compact several.
+            compacts a database, or merges and compacts several databases.
           </para>
           <indexterm zone="xapian xapian-compact">
             <primary sortas="b-xapian-compact">xapian-compact</primary>
@@ -260,7 +260,7 @@
         <term><command>xapian-config</command></term>
         <listitem>
           <para>
-            report information about the installed xapian.
+            reports information about the installed xapian.
           </para>
           <indexterm zone="xapian xapian-config">
             <primary sortas="b-xapian-config">xapian-config</primary>
@@ -272,7 +272,7 @@
         <term><command>xapian-delve</command></term>
         <listitem>
           <para>
-            inspect the contents of a <application>Xapian</application>
+            inspects the contents of a <application>Xapian</application>
             database.
           </para>
           <indexterm zone="xapian xapian-delve">
@@ -285,7 +285,7 @@
         <term><command>xapian-metadata</command></term>
         <listitem>
           <para>
-            read and write user metadata.
+            reads and writes user metadata.
           </para>
           <indexterm zone="xapian xapian-metadata">
             <primary sortas="b-xapian-metadata">xapian-metadata</primary>
@@ -297,7 +297,7 @@
         <term><command>xapian-pos</command></term>
         <listitem>
           <para>
-            inspect the contents of a flint table for development or debugging.
+            inspects the contents of a flint table for development or 
debugging.
           </para>
           <indexterm zone="xapian xapian-pos">
             <primary sortas="b-xapian-pos">xapian-pos</primary>
@@ -309,7 +309,7 @@
         <term><command>xapian-progsrv</command></term>
         <listitem>
           <para>
-            remote server for use with <application>ProgClient</application>.
+            is a remote server for use with 
<application>ProgClient</application>.
           </para>
           <indexterm zone="xapian xapian-progsrv">
             <primary sortas="b-xapian-progsrv">xapian-progsrv</primary>
@@ -321,7 +321,7 @@
         <term><command>xapian-replicate</command></term>
         <listitem>
           <para>
-            replicate a database from a master server to a local copy.
+            replicates a database from a master server to a local copy.
           </para>
           <indexterm zone="xapian xapian-replicate">
             <primary sortas="b-xapian-replicate">xapian-replicate</primary>
@@ -333,7 +333,7 @@
         <term><command>xapian-replicate-server</command></term>
         <listitem>
           <para>
-            service database replication requests from clients.
+            services database replication requests from clients.
           </para>
           <indexterm zone="xapian xapian-replicate-server">
             <primary 
sortas="b-xapian-replicate-server">xapian-replicate-server</primary>

Modified: trunk/BOOK/general/prog/pygments.xml
==============================================================================
--- trunk/BOOK/general/prog/pygments.xml        Sat Jan 23 09:26:11 2021        
(r24133)
+++ trunk/BOOK/general/prog/pygments.xml        Sat Jan 23 20:24:53 2021        
(r24134)
@@ -7,9 +7,9 @@
   <!ENTITY pygments-download-http
            
"https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz";>
   <!ENTITY pygments-download-ftp " ">
-  <!ENTITY pygments-md5sum        "3db74ee3bd11e1196dccf0b770c5d238">
+  <!ENTITY pygments-md5sum        "390a49fa0eb5486a795b2b54b9a7b666">
   <!ENTITY pygments-size          "2.2 MB">
-  <!ENTITY pygments-buildsize     "18 MB">
+  <!ENTITY pygments-buildsize     "24 MB">
   <!ENTITY pygments-time          "less than 0.1 SBU">
 ]>
 

Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent        Sat Jan 23 09:26:11 2021        (r24133)
+++ trunk/BOOK/gnome.ent        Sat Jan 23 20:24:53 2021        (r24134)
@@ -16,7 +16,7 @@
 
 <!-- Chapter 30 -->
 <!-- Platform -->
-<!ENTITY gcr-version                       "3.38.0">
+<!ENTITY gcr-version                       "3.38.1">
 <!ENTITY gsettings-desktop-schemas-version "3.38.0">
 <!ENTITY libsecret-version                 "0.20.4">
 <!ENTITY rest-version                      "0.8.1">

Modified: trunk/BOOK/gnome/platform/gcr.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gcr.xml   Sat Jan 23 09:26:11 2021        (r24133)
+++ trunk/BOOK/gnome/platform/gcr.xml   Sat Jan 23 20:24:53 2021        (r24134)
@@ -6,7 +6,7 @@
 
   <!ENTITY gcr-download-http 
"&gnome-download-http;/gcr/&gnome-minor-38;/gcr-&gcr-version;.tar.xz">
   <!ENTITY gcr-download-ftp  
"&gnome-download-ftp;/gcr/&gnome-minor-38;/gcr-&gcr-version;.tar.xz">
-  <!ENTITY gcr-md5sum        "0748cfa7ed7b9ea36bea047353f3fa00">
+  <!ENTITY gcr-md5sum        "e7f9e86da73b7308aae16cac0f392721">
   <!ENTITY gcr-size          "1.0 MB">
   <!ENTITY gcr-buildsize     "39 MB (with tests)">
   <!ENTITY gcr-time          "0.4 SBU (with tests)">
@@ -158,7 +158,7 @@
       <option>-Dgtk=false</option>: Use this switch if you
       haven't installed <xref linkend="gtk3"/>. Note that
       <application>gcr-viewer</application> will not be installed
-      if this is passed to configure.
+      if this is passed to meson.
     </para>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 23 09:26:11 
2021        (r24133)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 23 20:24:53 
2021        (r24134)
@@ -45,11 +45,32 @@
       <para>January 23rd, 2021</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to pygments-2.7.4. Fixes
+          <ulink url="&blfs-ticket-root;14507">#14507</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to gcr-3.38.1. Fixes
+          <ulink url="&blfs-ticket-root;14508">#14508</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to Thunar-4.16.2. Fixes
+          <ulink url="&blfs-ticket-root;14509">#14509</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to pulseaudio-14.2. Fixes
+          <ulink url="&blfs-ticket-root;14510">#14510</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to xapian-core-1.4.18. Fixes
+          <ulink url="&blfs-ticket-root;14514">#14514</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[timtas] - Update to VTE-0.62.2. Fixes
           <ulink url="&blfs-ticket-root;14554">#14554</ulink>.</para>
         </listitem>
       </itemizedlist>
     </listitem>
+
     <listitem>
       <para>January 22nd, 2021</para>
       <itemizedlist>

Modified: trunk/BOOK/multimedia/libdriv/pulseaudio.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/pulseaudio.xml        Sat Jan 23 09:26:11 
2021        (r24133)
+++ trunk/BOOK/multimedia/libdriv/pulseaudio.xml        Sat Jan 23 20:24:53 
2021        (r24134)
@@ -7,10 +7,10 @@
   <!ENTITY pulseaudio-download-http
            
"https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz";>
   <!ENTITY pulseaudio-download-ftp  " ">
-  <!ENTITY pulseaudio-md5sum        "84a7776e63dd55c40db8fbd7c7e2e18e">
+  <!ENTITY pulseaudio-md5sum        "1efc916251910f1e9d4df7810e3e69f8">
   <!ENTITY pulseaudio-size          "1.9 MB">
-  <!ENTITY pulseaudio-buildsize     "76 MB (add 2 MB for tests)">
-  <!ENTITY pulseaudio-time          "0.1 SBU (Using parallelism=4; add 0.2 SBU 
for tests)">
+  <!ENTITY pulseaudio-buildsize     "79 MB (add 1 MB for tests)">
+  <!ENTITY pulseaudio-time          "0.1 SBU (Using parallelism=4; add 0.3 SBU 
for tests)">
 ]>
 
 <sect1 id="pulseaudio" xreflabel="PulseAudio-&pulseaudio-version;">
@@ -108,10 +108,10 @@
       <ulink url="http://www.lirc.org/";>LIRC</ulink>,
       <ulink url="http://gstreamer.freedesktop.org/src/orc/";>ORC</ulink>,
       <ulink url="https://sourceforge.net/projects/soxr/";>soxr</ulink>,
-      <ulink url="http://tdb.samba.org/";>TDB</ulink>,
+      <ulink url="http://tdb.samba.org/";>TDB</ulink>, and
       <ulink 
url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/";>
-      WebRTC AudioProcessing</ulink> and
-      <ulink url="http://www.xenproject.org/";>XEN</ulink>
+      WebRTC AudioProcessing</ulink>
+      <!--<ulink url="http://www.xenproject.org/";>XEN</ulink>-->
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -161,9 +161,10 @@
 <screen role="root"><userinput>ninja install</userinput></screen>
 
     <!-- 
http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/
 -->
-    <para>Running PulseAudio as System-Wide Daemon is possible but not 
recommended.
-      See <ulink 
-      
url="https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/"/>.
+    <para>Running PulseAudio as a system-wide daemon is possible but not 
+      recommended. See <ulink 
+      
url="https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/"/>
+      for more information.
       While still as the <systemitem class="username">root</systemitem>
       user, remove the <application>D-Bus</application> configuration file
       for the system wide daemon to avoid creating unnecessary system
@@ -267,7 +268,7 @@
         pulseaudio</command> and then <command>rm -rf
         ~/.config/pulse/*</command> (and perhaps also
         <command>rm -rf ~/.pulse/*</command> if you have used a very old 
version
-        of pulse on this machine, then run <command>pulseaudio
+        of pulse on this machine), then run <command>pulseaudio
         --verbose</command> to restart it. If the daemon starts, restart the
         application. See <command>man pulseaudio</command> for more options.
       </para>
@@ -285,10 +286,10 @@
 
       <seglistitem>
         <seg>
-          esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat),
-          paplay (symlink to pacat), parec (symlink to pacat),
-          parecord (symlink to pacat), qpaeq, pasuspender,
-          pax11publish, pulseaudio, and
+          <!--esdcompat,--> pacat, pacmd, pactl, padsp, 
+          pamon (symlink to pacat), paplay (symlink to pacat), 
+          parec (symlink to pacat), parecord (symlink to pacat), qpaeq, 
+          pasuspender, pax11publish, pulseaudio, and
           <!-- it looks like the equalizer needs FFTW: qpaeq, -->
           start-pulseaudio-x11
         </seg>
@@ -316,6 +317,7 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+<!--
       <varlistentry id="esdcompat">
         <term><command>esdcompat</command></term>
         <listitem>
@@ -327,6 +329,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
+-->
 
       <varlistentry id="pacat">
         <term><command>pacat</command></term>
@@ -455,6 +458,19 @@
           </indexterm>
         </listitem>
       </varlistentry>
+
+      <varlistentry id="pa-info">
+        <term><command>pa-info</command></term>
+        <listitem>
+          <para>
+            is a shell script that prints various information relating to the
+            <application>Pulseaudio</application> server currently in use.
+          </para>
+          <indexterm zone="pulseaudio pa-info">
+            <primary sortas="b-pa-info">pa-info</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
       <varlistentry id="pulseaudio-prog">
         <term><command>pulseaudio</command></term>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Jan 23 09:26:11 2021        (r24133)
+++ trunk/BOOK/packages.ent     Sat Jan 23 20:24:53 2021        (r24134)
@@ -197,7 +197,7 @@
 <!ENTITY wayland-version              "1.18.0">
 <!ENTITY wayland-protocols-version    "1.20">
 <!ENTITY wv-version                   "1.2.9">
-<!ENTITY xapian-version               "1.4.17">
+<!ENTITY xapian-version               "1.4.18">
 <!ENTITY yaml-version                 "0.2.4">
 
 <!-- Chapter 10 -->
@@ -561,7 +561,7 @@
 <!ENTITY pycairo-version              "1.20.0">
 <!--<!ENTITY pycrypto-version             "2.6.1"> Replaced by pycryptodome -->
 <!ENTITY pycryptodome-version         "3.9.9">
-<!ENTITY pygments-version             "2.7.3">
+<!ENTITY pygments-version             "2.7.4">
 <!ENTITY pygobject2-version           "2.28.7">
 <!ENTITY pygobject3-version           "3.38.0">
 <!ENTITY pygtk-version                "2.24.0">
@@ -825,7 +825,7 @@
 <!ENTITY exo-version                  "4.16.0">
 <!ENTITY garcon-minor                 "4.16">
 <!ENTITY garcon-version               "4.16.1">
-<!ENTITY thunar-version               "4.16.1">
+<!ENTITY thunar-version               "4.16.2">
 <!ENTITY thunar-volman-version        "4.16.0">
 <!ENTITY tumbler-version              "4.16.0">
 <!ENTITY xfce4-appfinder-version      "4.16.1">
@@ -1001,7 +1001,7 @@
 <!ENTITY opal-version                 "3.10.10">
 <!ENTITY opus-version                 "1.3.1">
 <!ENTITY pipewire-version             "0.3.19">
-<!ENTITY pulseaudio-major-version     "14.0">
+<!ENTITY pulseaudio-major-version     "14.2">
 <!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
 <!ENTITY sdl-version                  "1.2.15">
 <!ENTITY sdl2-version                 "2.0.14">

Modified: trunk/BOOK/xfce/core/thunar.xml
==============================================================================
--- trunk/BOOK/xfce/core/thunar.xml     Sat Jan 23 09:26:11 2021        (r24133)
+++ trunk/BOOK/xfce/core/thunar.xml     Sat Jan 23 20:24:53 2021        (r24134)
@@ -7,10 +7,10 @@
   <!ENTITY thunar-download-http
            
"http://archive.xfce.org/src/xfce/thunar/&xfce4-version;/thunar-&thunar-version;.tar.bz2";>
   <!ENTITY thunar-download-ftp  " ">
-  <!ENTITY thunar-md5sum        "af620c3b226b3bf5c025a7eaad6dd540">
+  <!ENTITY thunar-md5sum        "e3585d4b8278bdfaa2d23fd20100641a">
   <!ENTITY thunar-size          "2.3 MB">
-  <!ENTITY thunar-buildsize     "52 MB">
-  <!ENTITY thunar-time          "0.4 SBU">
+  <!ENTITY thunar-buildsize     "65 MB">
+  <!ENTITY thunar-time          "0.5 SBU">
 ]>
 
 <sect1 id="thunar" xreflabel="thunar-&thunar-version;">
@@ -91,8 +91,9 @@
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
-      <xref linkend="libgudev"/> and
-      <xref linkend="libnotify"/> 
+      <xref linkend="libgudev"/>,
+      <xref linkend="libnotify"/>, and
+      <xref linkend="pcre"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to