Changeset 86f9469


Ignore:
Timestamp:
04/15/2012 12:54:05 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:
ad41452
Parents:
c4fbedc
Message:

Removed clucene. Update soprano. Fix strigi GCC4.7 compiling.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc4fbedc r86f9469  
    228228<!ENTITY folks-version                "0.6.4.1">
    229229<!ENTITY wv-version                   "1.2.9">
    230 <!ENTITY clucene-version              "0.9.21b">
    231230<!ENTITY boost-version                "1.49.0">
    232231<!ENTITY qca-version                  "2.0.3">
     
    579578<!ENTITY openldap-version             "2.4.30">
    580579<!ENTITY virtuoso-version             "6.1.5">
    581 <!ENTITY soprano-version              "2.7.4">
     580<!ENTITY soprano-version              "2.7.5">
    582581<!-- rsync (chapter 14) -->
    583582<!-- cvs (chapter 12) -->
  • general/genlib/genlib.xml

    rc4fbedc r86f9469  
    9999  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="folks.xml"/>
    100100  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wv.xml"/>
    101   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clucene.xml"/>
     101  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clucene.xml"/> -->
    102102  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boost.xml"/>
    103103  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qca.xml"/>
  • general/sysutils/strigi.xml

    rc4fbedc r86f9469  
    6060      <listitem>
    6161        <para>Required patch: <ulink
    62         url="&patch-root;/strigi-&strigi-version;-ffmpeg.patch"/></para>
     62        url="&patch-root;/strigi-&strigi-version;-ffmpeg_fix-1.patch"/></para>
    6363      </listitem>
    6464    </itemizedlist>
     
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
    82     <xref linkend="clucene"/>,
    8382    <xref linkend="gamin"/> (or FAM),
    8483    <xref linkend="ffmpeg"/>,
    85     <xref linkend="exiv2"/> and
     84    <xref linkend="exiv2"/>,
     85    <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink> and
    8686    <ulink url="http://logging.apache.org/log4cxx/">log4cxx</ulink>
    8787    </para>
     
    9898    commands:</para>
    9999   
    100     <screen><userinput>patch -Np1 -i ../strigi-&strigi-version;-ffmpeg.patch &amp;&amp;
    101 mkdir build &amp;&amp; cd build &amp;&amp;
     100<screen><userinput>sed -i '/stdio/a #include &lt;unistd.h&gt;' strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp &amp;&amp;
     101patch -Np1 -i ../strigi-&strigi-version;-ffmpeg_fix-1.patch &amp;&amp;
     102mkdir build &amp;&amp;
     103cd build &amp;&amp;
    102104cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    103105make</userinput></screen>
     
    112114    <title>Command Explanations</title>
    113115
    114   <para><option>patch -Np1 -i ../strigi-&strigi-version;-ffmpeg.patch</option>: This
     116    <para><command>sed -i '/stdio/a...</command>: This sed fixes compiling with
     117    <application>GCC</application> 4.7. It is safe to omit if compiling with older
     118    <application>GCC</application> versions.</para>
     119   
     120    <para><command>patch -Np1 -i ../strigi-&strigi-version;-ffmpeg.patch</command>: This
    115121    patch fixes compiling with <application>ffmpeg</application>. It is safe to omit
    116122    if you don't have <application>ffmpeg</application>.</para>
    117123
     124   
     125   
    118126  </sect2>
    119127  <sect2 role="content">
  • introduction/welcome/changelog.xml

    rc4fbedc r86f9469  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Added sed for compiling Strigi with GCC 4.7.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[rthomsen] - Removed CLucene.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[rthomsen] - Upgrade to Soprano 2.7.5. Fixes
     55          <ulink url="&blfs-ticket-root;3318">#3318</ulink></para>
     56        </listitem>
     57        <listitem>
    4858          <para>[rthomsen] - Added KDE configuration for the system-wide D-Bus
    4959          daemon.</para>
  • server/other/soprano.xml

    rc4fbedc r86f9469  
    77  <!ENTITY soprano-download-http "&sourceforge-repo;/soprano/soprano-&soprano-version;.tar.bz2">
    88  <!ENTITY soprano-download-ftp  " ">
    9   <!ENTITY soprano-md5sum        "783fb07f9679f45e987aff7a17bef649">
     9  <!ENTITY soprano-md5sum        "9d881ce405354da4f7c2eeee386e2859">
    1010  <!ENTITY soprano-size          "1.9 MB">
    11   <!ENTITY soprano-buildsize     "23 MB">
    12   <!ENTITY soprano-time          "1.1 SBU">
     11  <!ENTITY soprano-buildsize     "22 MB">
     12  <!ENTITY soprano-time          "0.6 SBU">
    1313]>
    1414
     
    3535    implementation used.</para>
    3636
    37     &lfs70_checked;
     37    &lfs71_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080    <bridgehead renderas="sect4">Recommended</bridgehead>
    8181    <para role="recommended">
    82     <xref linkend="libiodbc"/> (required for the Virtuoso backend. Besides, <xref linkend="virtuoso"/>
    83     is required as a runtime dependency for this backend.)
     82    <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
     83    <xref linkend="virtuoso"/> is required as a runtime dependency for this
     84    backend.)
    8485    </para>
    8586   
     
    8788    <para role="optional">
    8889    <xref linkend="doxygen"/> (to build the documentation),
    89     <xref linkend="clucene"/> (no longer required to use soprano in KDE4) and
     90    <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink>
     91    (no longer required to use soprano in KDE) and
    9092    <ulink url="http://www.openrdf.org/">Sesame2</ulink>
    9193    </para>
     
    103105
    104106<screen><userinput>mkdir build &amp;&amp;
    105 cd build</userinput></screen>
    106 
    107     <para>Prepare the package for compilation:</para>
    108        
    109 <screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     107cd build &amp;&amp;
     108cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    110109make</userinput></screen>
    111110
     
    149148
    150149      <note>
    151       <para>It is not required to start the soprano server at boottime for KDE4.
    152       KDE4 will start soprano as needed.</para>
     150      <para>It is not required to start the soprano server at boottime for KDE.
     151      KDE will start soprano as needed.</para>
    153152      </note>
    154153     
     
    174173      <segtitle>Installed Programs</segtitle>
    175174      <segtitle>Installed Libraries</segtitle>
    176       <segtitle>Installed Directory</segtitle>
     175      <segtitle>Installed Directories</segtitle>
    177176
    178177      <seglistitem>
    179178        <seg>sopranod, sopranocmd and onto2vocabularyclass</seg>
    180179        <seg>libsoprano.so, libsopranoclient.so, libsopranoserver.so and
    181         several other libs in /usr/lib/soprano/</seg>
    182         <seg>/usr/include/soprano, /usr/include/Soprano, /usr/share/soprano</seg>
     180        several libraries in /usr/lib/soprano/</seg>
     181        <seg>/usr/include/soprano, /usr/include/Soprano and /usr/share/soprano</seg>
    183182      </seglistitem>
    184183    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.