Changeset e0013c4
- Timestamp:
- 03/03/2020 07:44:23 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3104831
- Parents:
- 7b2ff439
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7b2ff439 re0013c4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 2nd, &year;">9 <!ENTITY releasedate "March 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/xapian.xml
r7b2ff439 re0013c4 9 9 <!ENTITY xapian-download-ftp " "> 10 10 <!ENTITY xapian-md5sum "714b02c306a5f11dea035da70462c288"> 11 <!ENTITY xapian-size "2. 8MB">12 <!ENTITY xapian-buildsize " 185 MB (add estimated 100MB for tests)">13 <!ENTITY xapian-time "0.6 SBU (using parallelism=4; add estimated 180SBU for tests)">11 <!ENTITY xapian-size "2.9 MB"> 12 <!ENTITY xapian-buildsize "250 MB (add 289 MB for tests)"> 13 <!ENTITY xapian-time "0.6 SBU (using parallelism=4; add 34 SBU for tests)"> 14 14 ]> 15 15 … … 87 87 88 88 <para> 89 <!-- 89 90 The regression tests are not recommended. On a fast (3.2 GHz i7) 90 91 system they took over five hours and two of four tests (the valgrind 91 92 tests) failed. To run the test suite anyway, 92 93 issue: <command>make check</command>. 94 The tests with 1.4.15 took under an hour, at 34 SBU total. Marking 95 the testsuite as usable again. I had four passes and 0 failures: 96 PASS: apitest 97 PASS: internaltest 98 PASS: stemtest 99 PASS: unittest 100 I did have Valgrind installed too. -renodr --> 101 To run the test suite, issue: <command>make check</command>. 93 102 </para> 94 103 … … 110 119 <seg> 111 120 copydatabase, quest, simpleexpand, simpleindex, simplesearch, 112 xapian-check, xapian-c hert-update, xapian-compact, xapian-config,121 xapian-check, xapian-compact, xapian-config, 113 122 xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv, 114 123 xapian-replicate, xapian-replicate-server and xapian-tcpsrv … … 119 128 <seg> 120 129 /usr/include/xapian, 121 /usr/lib/cmake/xapian, and 122 /usr/share/doc/xapian-core-&xapian-version; 130 /usr/lib/cmake/xapian, 131 /usr/share/doc/xapian-core-&xapian-version;, and 132 /usr/share/xapian-core 123 133 </seg> 124 134 </seglistitem> … … 204 214 </varlistentry> 205 215 216 <!-- 206 217 <varlistentry id="xapian-chert-update"> 207 218 <term><command>xapian-chert-update</command></term> … … 215 226 </listitem> 216 227 </varlistentry> 228 No longer installed in 1.4.15. - renodr 229 --> 217 230 218 231 <varlistentry id="xapian-compact"> -
introduction/welcome/changelog.xml
r7b2ff439 re0013c4 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>March 3rd, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to xapian-1.4.15. Fixes 49 <ulink url="&blfs-ticket-root;13186">#13186</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
multimedia/videoutils/vlc.xml
r7b2ff439 re0013c4 144 144 <ulink url="http://sourceforge.net/projects/fluidsynth/">FluidSynth</ulink>, 145 145 <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>, 146 <ulink url="http ://code.google.com/p/libkate/">libkate</ulink>,146 <ulink url="https://wiki.xiph.org/index.php/OggKate">libkate</ulink>, 147 147 <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>, 148 148 <ulink url="http://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>, … … 176 176 <para role="optional"> 177 177 <xref linkend="qt5"/> (required for the graphical user interface), 178 <ulink url="http ://pkgbuild.com/~giovanni/libtar/">libtar</ulink>, and178 <ulink url="https://repo.or.cz/w/libtar.git/">libtar</ulink>, and 179 179 <ulink url="http://www.lirc.org/">LIRC</ulink> 180 180 </para> … … 200 200 <xref linkend="taglib"/>, 201 201 <xref role="runtime" linkend="xdg-utils"/> (runtime), and 202 <ulink url="http ://www.ambilight4pc.com/atmolight.html">AtmoLight</ulink>202 <ulink url="https://www.team-mediaportal.com/extensions/mp2-plugins/atmolight">AtmoLight</ulink> 203 203 </para> 204 204 -
packages.ent
r7b2ff439 re0013c4 188 188 <!ENTITY wayland-protocols-version "1.20"> 189 189 <!ENTITY wv-version "1.2.9"> 190 <!ENTITY xapian-version "1.4.1 4">190 <!ENTITY xapian-version "1.4.15"> 191 191 <!ENTITY yaml-version "0.2.2"> 192 192
Note:
See TracChangeset
for help on using the changeset viewer.