Changeset f432d0bb


Ignore:
Timestamp:
03/03/2012 03:36:42 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
55b40b3a
Parents:
3bb53bb
Message:

updated and added patch for strigi.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3bb53bb rf432d0bb  
    336336<!ENTITY rasqal-version               "0.9.20">
    337337<!ENTITY redland-version              "1.0.12">
    338 <!ENTITY strigi-version               "0.6.4">
     338<!ENTITY strigi-version               "0.7.5">
    339339<!ENTITY packagekit-version           "0.7.1">
    340340<!ENTITY tracker-version              "0.12.3">
  • general/sysutils/strigi.xml

    r3bb53bb rf432d0bb  
    77  <!ENTITY strigi-download-http "&sourceforge-repo;/strigi/strigi-&strigi-version;.tar.bz2">
    88  <!ENTITY strigi-download-ftp  " ">
    9   <!ENTITY strigi-md5sum        "ddbd274cb31d65be6a78da58fc09079a">
    10   <!ENTITY strigi-size          "890 KB">
    11   <!ENTITY strigi-buildsize     "127 MB">
    12   <!ENTITY strigi-time          "1.7 SBU">
     9  <!ENTITY strigi-md5sum        "0559e2ab65d187d30916e9ffe36e0fb6">
     10  <!ENTITY strigi-size          "783 KB">
     11  <!ENTITY strigi-buildsize     "30 MB">
     12  <!ENTITY strigi-time          "2.0 SBU">
    1313]>
    1414
     
    3232    <para><application>Strigi</application> is a desktop search engine.</para>
    3333
    34     &lfs67_checked;
     34    &lfs70_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5555      </listitem>
    5656    </itemizedlist>
    57 <!--
     57
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    6161        <para>Required patch: <ulink
    62         url="&patch-root;/strigi-&strigi-version;-fixes-1.patch"/></para>
     62        url="&patch-root;/strigi/strigi-&strigi-version;-ffmpeg.patch"/></para>
    6363      </listitem>
    6464    </itemizedlist>
    65 -->
     65
    6666    <bridgehead renderas="sect3">strigi Dependencies</bridgehead>
    6767
     
    6969    <para role="required">
    7070    <xref linkend="cmake"/>,
    71     <xref linkend="expat"/> or <xref linkend="libxml2"/>,
    72     <xref linkend="clucene"/>
     71    <xref linkend="expat"/> or <xref linkend="libxml2"/>
    7372    </para>
    7473
    7574    <bridgehead renderas="sect4">Recommended</bridgehead>
    7675    <para role="recommended">
    77     <xref linkend="gamin"/> (or FAM),
    78     <xref linkend="exiv2"/>,
    79     <xref linkend="qt4"/>
     76    <xref linkend="qt4"/> and
     77    <xref linkend="dbus"/>   
    8078    </para>
    8179
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82    <xref linkend="clucene"/>,
     83    <xref linkend="gamin"/> (or FAM),
     84    <xref linkend="ffmpeg"/>,
     85    <xref linkend="exiv2"/> and
     86    <ulink url="http://logging.apache.org/log4cxx/">log4cxx</ulink>
     87    </para>
     88   
    8289    <para condition="html" role="usernotes">User Notes:
    8390    <ulink url="&blfs-wiki;/strigi"/></para>
     
    8895    <title>Installation of Strigi</title>
    8996
    90     <para>Add missing header files to some includes:</para>
     97    <para>Create a build directory:</para>
    9198   
    92 <screen><userinput>sed -i "s;#include \"jsgzipcompressstream.h\";#include &lt;stdio.h&gt;\n&amp;;" \
    93            src/luceneindexer/jsgzipcompressstream.cpp &amp;&amp;
    94 sed -i "s;#include \"sqliteindexmanager.h\";#include &lt;stdio.h&gt;\n&amp;;" \
    95            src/sqliteindexer/sqliteindexmanager.cpp &amp;&amp;
    96 sed -i "s;#include &lt;cerrno&gt;;#include &lt;stdio.h&gt;\n&amp;;" \
    97            src/daemon/eventlistener/famlistener.cpp &amp;&amp;
    98 sed -i "s;#include &lt;stdlib.h&gt;;&amp;\n#include &lt;stdio.h&gt;;" \
    99            src/daemon/strigithread.cpp</userinput></screen>
     99    <screen><userinput>mkdir build &amp;&amp;
     100cd build</userinput></screen>
    100101
    101102    <para>Install <application>strigi</application> by running the following
    102103    commands:</para>
    103 
    104 <screen><userinput>mkdir build &amp;&amp;
    105 cd build</userinput></screen>
    106 
    107     <para>Prepare the package for compilation:</para>
    108104       
    109 <screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr \
    110           -DENABLE_EXPAT=ON \
    111           -DENABLE_FAM=ON \
    112           -DENABLE_SQLITE=OFF .. &amp;&amp;
     105    <screen><userinput>patch -Np0 -i ../strigi-&strigi-version;-ffmpeg.patch &amp;&amp;
     106cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    113107make</userinput></screen>
    114108
     
    122116    <title>Command Explanations</title>
    123117
    124     <para><option>-DENABLE_SQLITE=OFF</option>: Even though there is a sed on a sqlite related
    125     source file, this option switches building the sqlite backend off because the support of
    126     sqlite is entirely broken.</para>
     118  <para><option>patch -Np0 -i ../strigi-&strigi-version;-ffmpeg.patch</option>: This
     119    patch fixes compiling with <application>ffmpeg</application>. It is safe to omit
     120    if you don't have <application>ffmpeg</application>.</para>
    127121
    128122  </sect2>
     
    133127      <segtitle>Installed Programs</segtitle>
    134128      <segtitle>Installed Libraries</segtitle>
    135       <segtitle>Installed Directory</segtitle>
     129      <segtitle>Installed Directories</segtitle>
    136130
    137131      <seglistitem>
    138         <seg>deepfind, xmlindexer, strigicmd, luceneindexer, strigiclient, strigidaemon</seg>
    139         <seg>several static and shared libraries</seg>
    140         <seg>/usr/lib/strigi</seg>
     132        <seg>deepfind, deepgrep, rdfindexer, strigiclient, strigicmd, strigidaemon and xmlindexer</seg>
     133        <seg>libsearchclient.so, libstreamanalyzer.so, libstreams.so, libstrigihtmlgui.so,
     134          libstrigiqtdbusclient.so and several in /usr/lib/strigi</seg>
     135        <seg>/usr/include/strigi, /usr/lib/strigi, /usr/lib/libsearchclient, /usr/lib/libstreamanalyzer,
     136          /usr/lib/libstreams and /usr/share/strigi</seg>
    141137      </seglistitem>
    142138    </segmentedlist>
  • introduction/welcome/changelog.xml

    r3bb53bb rf432d0bb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Updated to Strigi 0.7.5.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[rthomsen] - Added patch for Raptor 1.4.21.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[rthomsen] - Updated to Soprano 2.7.4.</para>
    4955        </listitem>
Note: See TracChangeset for help on using the changeset viewer.