Changeset ed07746
- Timestamp:
- 02/12/2019 11:01:40 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- eb2c5a4d
- Parents:
- f06d261
- Files:
-
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/xapian.xml
rf06d261 red07746 8 8 "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz"> 9 9 <!ENTITY xapian-download-ftp " "> 10 <!ENTITY xapian-md5sum " e0361d7994287edf1248d320758e9f84">11 <!ENTITY xapian-size "2. 7MB">12 <!ENTITY xapian-buildsize " 196MB (add estimated 100 MB for tests)">13 <!ENTITY xapian-time "0. 6SBU (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)"> 14 14 ]> 15 15 … … 73 73 <sect2 role="installation"> 74 74 <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. --> 75 79 76 80 <para>Install <application>Xapian</application> by … … 105 109 <seglistitem> 106 110 <seg> 107 copydatabase, delve,quest, simpleexpand, simpleindex, simplesearch,111 copydatabase, quest, simpleexpand, simpleindex, simplesearch, 108 112 xapian-check, xapian-chert-update, xapian-compact, xapian-config, 109 xapian- inspect, xapian-metadata, xapian-progsrv, xapian-replicate,110 xapian-replicate -server and xapian-tcpsrv113 xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv, 114 xapian-replicate, xapian-replicate-server and xapian-tcpsrv 111 115 </seg> 112 116 <seg> … … 139 143 </varlistentry> 140 144 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> 143 244 <listitem> 144 245 <para> … … 146 247 database. 147 248 </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> 259 251 </indexterm> 260 252 </listitem> … … 273 265 </varlistentry> 274 266 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 275 279 <varlistentry id="xapian-progsrv"> 276 280 <term><command>xapian-progsrv</command></term> -
general/graphlib/giflib.xml
rf06d261 red07746 7 7 <!ENTITY giflib-download-http "&sourceforge-dl;/giflib/giflib-&giflib-version;.tar.bz2"> 8 8 <!ENTITY giflib-download-ftp " "> 9 <!ENTITY giflib-http-md5sum " 2c171ced93c0e83bb09e6ccad8e3ba2b">10 <!ENTITY giflib-http-size " 625KB">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)"> 13 13 ]> 14 14 … … 73 73 commands:</para> 74 74 75 <screen><userinput>./configure --prefix=/usr --disable-static && 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 79 78 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> 80 82 81 83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 82 84 83 <screen role="root"><userinput>make install</userinput></screen> 85 <screen role="root"><userinput>make PREFIX=/usr install&& 86 rm -v /usr/lib/libgif.a</userinput></screen> 84 87 85 88 <para>If <xref linkend="xmlto"/> is installed, then the API documentation … … 119 122 120 123 <seglistitem> 121 <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto, 124 <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto, gifsponge, 122 125 giftext and giftool</seg> 123 126 <seg>libgif.so</seg> … … 202 205 </varlistentry> 203 206 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 204 218 <varlistentry id="giftext"> 205 219 <term><command>giftext</command></term> -
general/graphlib/graphlib.xml
rf06d261 red07746 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="potrace.xml"/> 54 54 <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"/> 55 56 56 57 </chapter> -
gnome.ent
rf06d261 red07746 58 58 <!ENTITY gnome-control-center-version "3.30.3"> 59 59 <!ENTITY mutter-version "3.30.2"> 60 <!ENTITY libsass-version "3.5.5">61 <!ENTITY sassc-version "3.5.0">62 60 <!ENTITY gnome-shell-version "3.30.2"> 63 61 <!ENTITY gnome-shell-extensions-version "3.30.1"> -
gnome/platform/platform.xml
rf06d261 red07746 85 85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/> 86 86 <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"/> --> 88 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/> 89 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/> -
introduction/welcome/changelog.xml
rf06d261 red07746 46 46 <para>February 12th, 2019</para> 47 47 <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> 48 68 <listitem> 49 69 <para>[bdubbs] - Update to plasma-5,15,0. Fixes -
packages.ent
rf06d261 red07746 15 15 <!ENTITY cryptsetup-version "&cryptsetup-minor;.6"> 16 16 <!ENTITY cyrus-sasl-version "2.1.27"> 17 <!ENTITY gnupg2-version "2.2.1 2">17 <!ENTITY gnupg2-version "2.2.13"> 18 18 <!ENTITY gnutls-version "3.6.6"> 19 19 <!ENTITY gpgme-version "1.12.0"> … … 190 190 <!ENTITY wayland-protocols-version "1.17"> 191 191 <!ENTITY wv-version "1.2.9"> 192 <!ENTITY xapian-version "1.4. 9">192 <!ENTITY xapian-version "1.4.10"> 193 193 <!ENTITY yaml-version "0.2.1"> 194 194 … … 201 201 <!ENTITY fribidi-version "1.0.5"> 202 202 <!ENTITY gegl-version "0.4.12"> 203 <!ENTITY giflib-version "5.1. 4">203 <!ENTITY giflib-version "5.1.6"> 204 204 <!ENTITY graphite2-version "1.3.13"> 205 205 <!ENTITY harfbuzz-version "2.3.1"> … … 227 227 <!ENTITY potrace-version "1.15"> 228 228 <!ENTITY qpdf-version "8.4.0"> 229 <!ENTITY libsass-version "3.5.5"> 230 <!ENTITY sassc-version "3.5.0"> 229 231 230 232 <!-- Chapter 11 --> … … 863 865 <!ENTITY balsa-version "2.5.6"> 864 866 <!ENTITY ekiga-version "4.0.1"> 865 <!ENTITY feh-version "3.1. 1">867 <!ENTITY feh-version "3.1.2"> 866 868 <!--<!ENTITY fontforge-date "2015-02-28">--> 867 869 <!ENTITY fontforge-version "20170731"> -
postlfs/security/gnupg2.xml
rf06d261 red07746 9 9 <!-- <!ENTITY gnupg2-download-ftp "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> --> 10 10 <!ENTITY gnupg2-download-ftp " "> 11 <!ENTITY gnupg2-md5sum " 421b17028878b253c5acfef056bc6141">11 <!ENTITY gnupg2-md5sum "563b959d0c3856e34526e9ca51c80d7b"> 12 12 <!ENTITY gnupg2-size "6.4 MB"> 13 <!ENTITY gnupg2-buildsize "1 12MB (with all tests; add 24 MB for docs)">14 <!ENTITY gnupg2-time "0. 3 SBU (using parallelism=4; add 0.6SBU 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)"> 15 15 ]> 16 16 … … 195 195 196 196 <para> 197 <option>--enable-all-tests</option>: allows more tests to be run w hith197 <option>--enable-all-tests</option>: allows more tests to be run with 198 198 <command>make check</command>. 199 199 </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> 202 205 203 206 </sect2> -
xsoft/other/feh.xml
rf06d261 red07746 7 7 <!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2"> 8 8 <!ENTITY feh-download-ftp " "> 9 <!ENTITY feh-md5sum " 124439c77bdfef52b2997922a482d36d">9 <!ENTITY feh-md5sum "91af290b1197f689080f54cea9d0a461"> 10 10 <!ENTITY feh-size "2.0 MB"> 11 <!ENTITY feh-buildsize " 5.6MB (with tests)">11 <!ENTITY feh-buildsize "7.4 MB (with tests)"> 12 12 <!ENTITY feh-time "less than 0.1 SBU (with tests)"> 13 13 ]>
Note:
See TracChangeset
for help on using the changeset viewer.