Author: xry111
Date: Tue Aug 11 10:17:00 2020
New Revision: 23490

Log:
update gcr, g-s-d, and pipewire

gcr: fix a bug identified by upstream
g-s-d: depends on gcr
pipewire: run test suite

Modified:
   trunk/BOOK/gnome/platform/gcr.xml
   trunk/BOOK/gnome/platform/gnome-settings-daemon.xml
   trunk/BOOK/multimedia/libdriv/pipewire.xml

Modified: trunk/BOOK/gnome/platform/gcr.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gcr.xml   Tue Aug 11 00:52:15 2020        (r23489)
+++ trunk/BOOK/gnome/platform/gcr.xml   Tue Aug 11 10:17:00 2020        (r23490)
@@ -119,6 +119,8 @@
 
 <screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml 
&amp;&amp;
 
+sed -i '610 s/;/ = { 0 };/' gck/gck-slot.c &amp;&amp;
+
 mkdir gcr-build &amp;&amp;
 cd    gcr-build &amp;&amp;
 
@@ -147,6 +149,12 @@
     </para>
 
     <para>
+      <!-- https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/52/ -->
+      <command>sed ... gck/gck-slot.c</command>:  This command fixes a bug
+      (usage of uninitialized value) identified by upstream.
+    </para>
+
+    <para>
       <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

Modified: trunk/BOOK/gnome/platform/gnome-settings-daemon.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-settings-daemon.xml Tue Aug 11 00:52:15 
2020        (r23489)
+++ trunk/BOOK/gnome/platform/gnome-settings-daemon.xml Tue Aug 11 10:17:00 
2020        (r23490)
@@ -79,6 +79,7 @@
     <para role="required">
       <xref linkend="colord"/>,
       <xref linkend="fontconfig"/>,
+      <xref linkend="gcr"/>,
       <xref linkend="geoclue2"/>,
       <xref linkend="geocode-glib"/>,
       <xref linkend="gnome-desktop"/>,

Modified: trunk/BOOK/multimedia/libdriv/pipewire.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/pipewire.xml  Tue Aug 11 00:52:15 2020        
(r23489)
+++ trunk/BOOK/multimedia/libdriv/pipewire.xml  Tue Aug 11 10:17:00 2020        
(r23490)
@@ -122,7 +122,7 @@
 ninja</userinput></screen>
 
     <para>
-      This package does not come with a test suite.
+      To test the result, issue: <command>ninja test</command>.
     </para>
 
     <para>
-- 
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