Changeset ed07746


Ignore:
Timestamp:
02/12/2019 11:01:40 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 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:
eb2c5a4d
Parents:
f06d261
Message:

Update to gnupg-2.2.13
Update to feh-3.1.2
Update to xapian-core-1.4.10
Update to giflib-5.1.5
Move sassc to a more appropriate location now that it's used outside of GNOME

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

Files:
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    rf06d261 red07746  
    88           "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "e0361d7994287edf1248d320758e9f84">
    11   <!ENTITY xapian-size          "2.7 MB">
    12   <!ENTITY xapian-buildsize     "196 MB (add estimated 100 MB for tests)">
    13   <!ENTITY xapian-time          "0.6 SBU (using parallelism=4; add estimated 180 SBU for tests)">
     10  <!ENTITY xapian-md5sum        "96e92ccce4df53eb5654805ed3b442c0">
     11  <!ENTITY xapian-size          "2.8 MB">
     12  <!ENTITY xapian-buildsize     "264 MB (add estimated 100 MB for tests)">
     13  <!ENTITY xapian-time          "0.7 SBU (using parallelism=4; add estimated 180 SBU for tests)">
    1414]>
    1515
     
    7373  <sect2 role="installation">
    7474    <title>Installation of Xapian</title>
     75    <!-- Interesting footnote - SSE support is only enabled on i686.
     76    There seems to be some trickery involved in that. It's not essential
     77    to operation on x86_64 though, so look into it at the next version of
     78    xapian. -->
    7579
    7680    <para>Install <application>Xapian</application> by
     
    105109      <seglistitem>
    106110        <seg>
    107           copydatabase, delve, quest, simpleexpand, simpleindex, simplesearch,
     111          copydatabase, quest, simpleexpand, simpleindex, simplesearch,
    108112          xapian-check, xapian-chert-update, xapian-compact, xapian-config,
    109           xapian-inspect, xapian-metadata, xapian-progsrv, xapian-replicate,
    110           xapian-replicate-server and xapian-tcpsrv
     113          xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv,
     114          xapian-replicate, xapian-replicate-server and xapian-tcpsrv
    111115        </seg>
    112116        <seg>
     
    139143      </varlistentry>
    140144
    141       <varlistentry id="delve">
    142         <term><command>delve</command></term>
     145      <varlistentry id="quest">
     146        <term><command>quest</command></term>
     147        <listitem>
     148          <para>
     149            is a search command line tool.
     150          </para>
     151          <indexterm zone="xapian quest">
     152            <primary sortas="b-quest">quest</primary>
     153          </indexterm>
     154        </listitem>
     155      </varlistentry>
     156
     157      <varlistentry id="simpleexpand">
     158        <term><command>simpleexpand</command></term>
     159        <listitem>
     160          <para>
     161            is a simple example program demonstrating query expansion.
     162          </para>
     163          <indexterm zone="xapian simpleexpand">
     164            <primary sortas="b-simpleexpand">simpleexpand</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
     168
     169      <varlistentry id="simpleindex">
     170        <term><command>simpleindex</command></term>
     171        <listitem>
     172          <para>
     173            index each paragraph of a text file as a
     174            <application>Xapian</application> document.
     175          </para>
     176          <indexterm zone="xapian simpleindex">
     177            <primary sortas="b-simpleindex">simpleindex</primary>
     178          </indexterm>
     179        </listitem>
     180      </varlistentry>
     181
     182      <varlistentry id="simplesearch">
     183        <term><command>simplesearch</command></term>
     184        <listitem>
     185          <para>
     186            is a simple command line search utility.
     187          </para>
     188          <indexterm zone="xapian simplesearch">
     189            <primary sortas="b-simplesearch">simplesearch</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194      <varlistentry id="xapian-check">
     195        <term><command>xapian-check</command></term>
     196        <listitem>
     197          <para>
     198            check the consistency of a database or table.
     199          </para>
     200          <indexterm zone="xapian xapian-check">
     201            <primary sortas="b-xapian-check">xapian-check</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205
     206      <varlistentry id="xapian-chert-update">
     207        <term><command>xapian-chert-update</command></term>
     208        <listitem>
     209          <para>
     210            update a chert database to the new format keys.
     211          </para>
     212          <indexterm zone="xapian xapian-chert-update">
     213            <primary sortas="b-xapian-chert-update">xapian-chert-update</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
     218      <varlistentry id="xapian-compact">
     219        <term><command>xapian-compact</command></term>
     220        <listitem>
     221          <para>
     222            compact a database, or merge and compact several.
     223          </para>
     224          <indexterm zone="xapian xapian-compact">
     225            <primary sortas="b-xapian-compact">xapian-compact</primary>
     226          </indexterm>
     227        </listitem>
     228      </varlistentry>
     229
     230      <varlistentry id="xapian-config">
     231        <term><command>xapian-config</command></term>
     232        <listitem>
     233          <para>
     234            report information about the installed xapian.
     235          </para>
     236          <indexterm zone="xapian xapian-config">
     237            <primary sortas="b-xapian-config">xapian-config</primary>
     238          </indexterm>
     239        </listitem>
     240      </varlistentry>
     241
     242      <varlistentry id="xapian-delve">
     243        <term><command>xapian-delve</command></term>
    143244        <listitem>
    144245          <para>
     
    146247            database.
    147248          </para>
    148           <indexterm zone="xapian delve">
    149             <primary sortas="b-delve">delve</primary>
    150           </indexterm>
    151         </listitem>
    152       </varlistentry>
    153 
    154       <varlistentry id="quest">
    155         <term><command>quest</command></term>
    156         <listitem>
    157           <para>
    158             is a search command line tool.
    159           </para>
    160           <indexterm zone="xapian quest">
    161             <primary sortas="b-quest">quest</primary>
    162           </indexterm>
    163         </listitem>
    164       </varlistentry>
    165 
    166       <varlistentry id="simpleexpand">
    167         <term><command>simpleexpand</command></term>
    168         <listitem>
    169           <para>
    170             is a simple example program demonstrating query expansion.
    171           </para>
    172           <indexterm zone="xapian simpleexpand">
    173             <primary sortas="b-simpleexpand">simpleexpand</primary>
    174           </indexterm>
    175         </listitem>
    176       </varlistentry>
    177 
    178       <varlistentry id="simpleindex">
    179         <term><command>simpleindex</command></term>
    180         <listitem>
    181           <para>
    182             index each paragraph of a text file as a
    183             <application>Xapian</application> document.
    184           </para>
    185           <indexterm zone="xapian simpleindex">
    186             <primary sortas="b-simpleindex">simpleindex</primary>
    187           </indexterm>
    188         </listitem>
    189       </varlistentry>
    190 
    191       <varlistentry id="simplesearch">
    192         <term><command>simplesearch</command></term>
    193         <listitem>
    194           <para>
    195             is a simple command line search utility.
    196           </para>
    197           <indexterm zone="xapian simplesearch">
    198             <primary sortas="b-simplesearch">simplesearch</primary>
    199           </indexterm>
    200         </listitem>
    201       </varlistentry>
    202 
    203       <varlistentry id="xapian-check">
    204         <term><command>xapian-check</command></term>
    205         <listitem>
    206           <para>
    207             check the consistency of a database or table.
    208           </para>
    209           <indexterm zone="xapian xapian-check">
    210             <primary sortas="b-xapian-check">xapian-check</primary>
    211           </indexterm>
    212         </listitem>
    213       </varlistentry>
    214 
    215       <varlistentry id="xapian-chert-update">
    216         <term><command>xapian-chert-update</command></term>
    217         <listitem>
    218           <para>
    219             update a chert database to the new format keys.
    220           </para>
    221           <indexterm zone="xapian xapian-chert-update">
    222             <primary sortas="b-xapian-chert-update">xapian-chert-update</primary>
    223           </indexterm>
    224         </listitem>
    225       </varlistentry>
    226 
    227       <varlistentry id="xapian-compact">
    228         <term><command>xapian-compact</command></term>
    229         <listitem>
    230           <para>
    231             compact a database, or merge and compact several.
    232           </para>
    233           <indexterm zone="xapian xapian-compact">
    234             <primary sortas="b-xapian-compact">xapian-compact</primary>
    235           </indexterm>
    236         </listitem>
    237       </varlistentry>
    238 
    239       <varlistentry id="xapian-config">
    240         <term><command>xapian-config</command></term>
    241         <listitem>
    242           <para>
    243             report information about the installed xapian.
    244           </para>
    245           <indexterm zone="xapian xapian-config">
    246             <primary sortas="b-xapian-config">xapian-config</primary>
    247           </indexterm>
    248         </listitem>
    249       </varlistentry>
    250 
    251       <varlistentry id="xapian-inspect">
    252         <term><command>xapian-inspect</command></term>
    253         <listitem>
    254           <para>
    255             inspect the contents of a flint table for development or debugging.
    256           </para>
    257           <indexterm zone="xapian xapian-inspect">
    258             <primary sortas="b-xapian-inspect">xapian-inspect</primary>
     249          <indexterm zone="xapian xapian-delve">
     250            <primary sortas="b-xapian-delve">xapian-delve</primary>
    259251          </indexterm>
    260252        </listitem>
     
    273265      </varlistentry>
    274266
     267      <varlistentry id="xapian-pos">
     268        <term><command>xapian-pos</command></term>
     269        <listitem>
     270          <para>
     271            inspect the contents of a flint table for development or debugging.
     272          </para>
     273          <indexterm zone="xapian xapian-pos">
     274            <primary sortas="b-xapian-pos">xapian-pos</primary>
     275          </indexterm>
     276        </listitem>
     277      </varlistentry>
     278
    275279      <varlistentry id="xapian-progsrv">
    276280        <term><command>xapian-progsrv</command></term>
  • general/graphlib/giflib.xml

    rf06d261 red07746  
    77  <!ENTITY giflib-download-http "&sourceforge-dl;/giflib/giflib-&giflib-version;.tar.bz2">
    88  <!ENTITY giflib-download-ftp  " ">
    9   <!ENTITY giflib-http-md5sum   "2c171ced93c0e83bb09e6ccad8e3ba2b">
    10   <!ENTITY giflib-http-size     "625 KB">
    11   <!ENTITY giflib-buildsize     "7.6 MB (with documentation and tests)">
    12   <!ENTITY giflib-time          "0.1 SBU (with documentation and tests)">
     9  <!ENTITY giflib-http-md5sum   "4ad967c8b1380d830f33dc28fd38d889">
     10  <!ENTITY giflib-http-size     "384 KB">
     11  <!ENTITY giflib-buildsize     "5.6 MB (with documentation)">
     12  <!ENTITY giflib-time          "less than 0.1 SBU (with documentation)">
    1313]>
    1414
     
    7373    commands:</para>
    7474
    75 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    76 make</userinput></screen>
    77 
    78     <para>To test the results, issue: <command>make check-TESTS</command>. Test
     75<screen><userinput>make</userinput></screen>
     76
     77<!--    <para>To test the results, issue: <command>make check-TESTS</command>. Test
    7978    suite results are kept in <filename>test.sh.log</filename>.</para>
     79    There doesn't seem to be a test suite in 5.1.6 -->
     80
     81    <para>This package does not come with a test suite.</para>
    8082
    8183    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8284
    83 <screen role="root"><userinput>make install</userinput></screen>
     85<screen role="root"><userinput>make PREFIX=/usr install&amp;&amp;
     86rm -v /usr/lib/libgif.a</userinput></screen>
    8487
    8588    <para>If <xref linkend="xmlto"/> is installed, then the API documentation
     
    119122
    120123      <seglistitem>
    121         <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto,
     124        <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto, gifsponge,
    122125        giftext and giftool</seg>
    123126        <seg>libgif.so</seg>
     
    202205      </varlistentry>
    203206
     207      <varlistentry id="gifsponge">
     208        <term><command>gifsponge</command></term>
     209        <listitem>
     210          <para>is used to copy the content of GIFs from one file to
     211          another. It's also used as a test of library functionality.</para>
     212          <indexterm zone="giflib gifsponge">
     213            <primary sortas="b-gifsponge">gifsponge</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
    204218      <varlistentry id="giftext">
    205219        <term><command>giftext</command></term>
  • general/graphlib/graphlib.xml

    rf06d261 red07746  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="potrace.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qpdf.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sassc.xml"/>
    5556
    5657</chapter>
  • gnome.ent

    rf06d261 red07746  
    5858<!ENTITY gnome-control-center-version      "3.30.3">
    5959<!ENTITY mutter-version                    "3.30.2">
    60 <!ENTITY libsass-version                   "3.5.5">
    61 <!ENTITY sassc-version                     "3.5.0">
    6260<!ENTITY gnome-shell-version               "3.30.2">
    6361<!ENTITY gnome-shell-extensions-version    "3.30.1">
  • gnome/platform/platform.xml

    rf06d261 red07746  
    8585  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/>
    8686  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/>
    87   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sassc.xml"/>
     87  <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sassc.xml"/> -->
    8888  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/>
    8989  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/>
  • introduction/welcome/changelog.xml

    rf06d261 red07746  
    4646      <para>February 12th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Move SassC to a more appropriate
     50          location.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to xapian-1.4.10. Fixes
     54          <ulink url="&blfs-ticket-root;11663">#11663</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Update to giflib-5.1.6. Fixes
     58          <ulink url="&blfs-ticket-root;11664">#11664</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[renodr] - Update to feh-3.1.2. Fixes
     62          <ulink url="&blfs-ticket-root;11665">#11665</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[renodr] - Update to GnuPG-2.2.13. Fixes
     66          <ulink url="&blfs-ticket-root;11666">#11666</ulink>.</para>
     67        </listitem>
    4868        <listitem>
    4969          <para>[bdubbs] - Update to plasma-5,15,0. Fixes
  • packages.ent

    rf06d261 red07746  
    1515<!ENTITY cryptsetup-version           "&cryptsetup-minor;.6">
    1616<!ENTITY cyrus-sasl-version           "2.1.27">
    17 <!ENTITY gnupg2-version               "2.2.12">
     17<!ENTITY gnupg2-version               "2.2.13">
    1818<!ENTITY gnutls-version               "3.6.6">
    1919<!ENTITY gpgme-version                "1.12.0">
     
    190190<!ENTITY wayland-protocols-version    "1.17">
    191191<!ENTITY wv-version                   "1.2.9">
    192 <!ENTITY xapian-version               "1.4.9">
     192<!ENTITY xapian-version               "1.4.10">
    193193<!ENTITY yaml-version                 "0.2.1">
    194194
     
    201201<!ENTITY fribidi-version              "1.0.5">
    202202<!ENTITY gegl-version                 "0.4.12">
    203 <!ENTITY giflib-version               "5.1.4">
     203<!ENTITY giflib-version               "5.1.6">
    204204<!ENTITY graphite2-version            "1.3.13">
    205205<!ENTITY harfbuzz-version             "2.3.1">
     
    227227<!ENTITY potrace-version              "1.15">
    228228<!ENTITY qpdf-version                 "8.4.0">
     229<!ENTITY libsass-version              "3.5.5">
     230<!ENTITY sassc-version                "3.5.0">
    229231
    230232<!-- Chapter 11 -->
     
    863865<!ENTITY balsa-version                "2.5.6">
    864866<!ENTITY ekiga-version                "4.0.1">
    865 <!ENTITY feh-version                  "3.1.1">
     867<!ENTITY feh-version                  "3.1.2">
    866868<!--<!ENTITY fontforge-date               "2015-02-28">-->
    867869<!ENTITY fontforge-version            "20170731">
  • postlfs/security/gnupg2.xml

    rf06d261 red07746  
    99  <!-- <!ENTITY gnupg2-download-ftp  "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> -->
    1010  <!ENTITY gnupg2-download-ftp  " ">
    11   <!ENTITY gnupg2-md5sum        "421b17028878b253c5acfef056bc6141">
     11  <!ENTITY gnupg2-md5sum        "563b959d0c3856e34526e9ca51c80d7b">
    1212  <!ENTITY gnupg2-size          "6.4 MB">
    13   <!ENTITY gnupg2-buildsize     "112 MB (with all tests; add 24 MB for docs)">
    14   <!ENTITY gnupg2-time          "0.3 SBU (using parallelism=4; add 0.6 SBU for tests)">
     13  <!ENTITY gnupg2-buildsize     "149 MB (with all tests; add 24 MB for docs)">
     14  <!ENTITY gnupg2-time          "0.4 SBU (using parallelism=4; add 0.5 SBU for tests)">
    1515]>
    1616
     
    195195
    196196    <para>
    197       <option>--enable-all-tests</option>: allows more tests to be run whith
     197      <option>--enable-all-tests</option>: allows more tests to be run with
    198198      <command>make check</command>.
    199199    </para>
    200     <para><option>--enable-g13</option>: This switch enables building the
    201     g13 program.</para>
     200
     201    <para>
     202      <option>--enable-g13</option>: This switch enables building the
     203      g13 program.
     204    </para>
    202205
    203206  </sect2>
  • xsoft/other/feh.xml

    rf06d261 red07746  
    77  <!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
    88  <!ENTITY feh-download-ftp  " ">
    9   <!ENTITY feh-md5sum        "124439c77bdfef52b2997922a482d36d">
     9  <!ENTITY feh-md5sum        "91af290b1197f689080f54cea9d0a461">
    1010  <!ENTITY feh-size          "2.0 MB">
    11   <!ENTITY feh-buildsize     "5.6 MB (with tests)">
     11  <!ENTITY feh-buildsize     "7.4 MB (with tests)">
    1212  <!ENTITY feh-time          "less than 0.1 SBU (with tests)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.