Changeset 3020f793


Ignore:
Timestamp:
12/06/2019 06:19:29 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
8126c5d
Parents:
4348b74
Message:

Add upstream fixes patch to tracker-miners to fix deadlock and parsing bugs
dconf: Fix the typo in the sed that I put in that causes build failures in other packages.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4348b74 r3020f793  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 5th, &year;">
     9<!ENTITY releasedate  "December 6th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/dconf.xml

    r4348b74 r3020f793  
    159159    </para>
    160160
    161 <screen><userinput remap="pre">sed -i 's|link_whole|link_with|' common/meson.build &amp;&amp;
     161<screen><userinput remap="pre">sed -i 's|link_whole|link_with|' client/meson.build &amp;&amp;
    162162sed -i 's/module/&amp; | grep -v mangle_path/' gsettings/abicheck.sh</userinput></screen>
    163163
  • gnome/platform/tracker-miners.xml

    r4348b74 r3020f793  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/tracker-miners-&tracker-miners-version;-upstream_fixes-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82           
    7383    <bridgehead renderas="sect3">Tracker-miners Dependencies</bridgehead>
    7484
     
    116126
    117127    <para>
     128      First, apply some fixes from upstream that fix deadlock bugs:
     129    </para>
     130
     131<screen><userinput remap="pre">patch -Np1 -i ../tracker-miners-&tracker-miners-version;-upstream_fixes-1.patch</userinput></screen>
     132
     133    <para>
    118134      Install <application>Tracker-miners</application> by running the following
    119135      commands:
     
    128144
    129145    <para>
    130       To test the results, issue: <command>ninja test</command>.
    131       Three tests, test-image-1, xmp-loaded-1, and
    132       test_external_cue_sheet, are known to fail.
     146      To test the results, as the root user,
     147      issue: <command>ninja test</command>.
     148      <!--Three tests, test-image-1, xmp-loaded-1, and
     149          test_external_cue_sheet, are known to fail.-->
    133150    </para>
    134151
  • introduction/welcome/changelog.xml

    r4348b74 r3020f793  
    4242    </listitem>
    4343       -->
    44 
     44     <listitem>
     45       <para>December 6th, 2019</para>
     46       <itemizedlist>
     47         <listitem>
     48           <para>[renodr] - Fix the DConf sed so that dconf-editor builds.</para>
     49         </listitem>
     50         <listitem>
     51           <para>[renodr] - Fix deadlock bugs in tracker-miners caused by
     52           gstreamer and MP3 files.</para>
     53         </listitem>
     54       </itemizedlist>
     55     </listitem>
    4556
    4657     <listitem>
Note: See TracChangeset for help on using the changeset viewer.