Changeset 674cb17


Ignore:
Timestamp:
03/13/2022 01:14:42 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
aa36625
Parents:
86b410e3
Message:

Update to tracker-miners-3.2.2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r86b410e3 r674cb17  
    4545<!ENTITY folks-version                     "0.15.4">
    4646<!ENTITY gfbgraph-version                  "0.2.5">
    47 <!--<!ENTITY tracker-version                   "2.3.6">-->
    4847<!ENTITY tracker3-version                  "3.2.1">
    49 <!--<!ENTITY tracker-miners-version            "2.3.5">-->
    50 <!ENTITY tracker3-miners-version           "3.2.1">
     48<!ENTITY tracker3-miners-version           "3.2.2">
    5149<!ENTITY gsound-version                    "1.0.3">
    5250
  • gnome/platform/tracker3-miners.xml

    r86b410e3 r674cb17  
    77  <!ENTITY tracker3-miners-download-http "&gnome-download-http;/tracker-miners/3.2/tracker-miners-&tracker3-miners-version;.tar.xz">
    88  <!ENTITY tracker3-miners-download-ftp  "&gnome-download-ftp;/tracker-miners/3.2/tracker-miners-&tracker3-miners-version;.tar.xz">
    9   <!ENTITY tracker3-miners-md5sum        "822d829e924657fc3434d69fb5a32630">
     9  <!ENTITY tracker3-miners-md5sum        "9f43d202a22d119caeb0972dac6aa351">
    1010  <!ENTITY tracker3-miners-size          "3.9 MB">
    11   <!ENTITY tracker3-miners-buildsize     "39 MB (with tests)">
    12   <!ENTITY tracker3-miners-time          "1.2 SBU (with tests)">
     11  <!ENTITY tracker3-miners-buildsize     "31 MB (with tests)">
     12  <!ENTITY tracker3-miners-time          "0.1 SBU (with parallelism=4; add 1.4 SBU for tests, dependent on disk speed)">
    1313]>
    1414
     
    128128
    129129    <para>
     130      If you plan to run the tests, you may want to increase the global timeout
     131      for them. The default value, 120 s, is not adapted to spinning disks
     132      (replace 200 with a value suitable for your machine):
     133    </para>
     134
     135<screen remap="test"><userinput>sed -i s/120/<replaceable>200</replaceable>/ tests/functional-tests/meson.build</userinput></screen>
     136
     137    <para>
    130138      Install <application>Tracker-miners</application> by running the following
    131139      commands:
     
    149157
    150158    <para>
    151       To test the results, as the <systemitem class="username">root</systemitem>
    152       user, issue: <command>ninja test</command>. <!-- 38 tests will fail if the
    153       Python 3 module tap.py is not installed. -->
    154     </para>
     159      To test the results, issue (adjust the individual test timeout to a
     160      value suitable for your machine. The default value of 10s is too
     161      short for spinning disks):
     162    </para>
     163
     164<screen remap="test"><userinput>TRACKER_TESTS_AWAIT_TIMEOUT=<replaceable>20</replaceable> ninja test</userinput></screen>
    155165
    156166    <para>
  • introduction/welcome/changelog.xml

    r86b410e3 r674cb17  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to tracker-miners-3.2.2. Fixes
     49          <ulink url="&blfs-ticket-root;16203">#16203</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>March 12th, 2022</para>
     56      <itemizedlist>
     57        <listitem>
    4858          <para>[bdubbs] - Update to .vlc-3.0.17.3 Fixes
    4959          <ulink url="&blfs-ticket-root;16222">#16222</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.