Changeset 86f9469 for server/other


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.