Changeset 6d59558


Ignore:
Timestamp:
03/03/2012 10:53:23 AM (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:
3bb53bb
Parents:
6f5da92
Message:

Update soprano+correct dep in kde4libs.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6f5da92 r6d59558  
    568568<!ENTITY openldap-version             "2.4.23">
    569569<!ENTITY virtuoso-version             "6.1.2">
    570 <!ENTITY soprano-version              "2.5.63">
     570<!ENTITY soprano-version              "2.7.4">
    571571<!-- rsync (chapter 14) -->
    572572<!-- cvs (chapter 12) -->
  • introduction/welcome/changelog.xml

    r6f5da92 r6d59558  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Updated to Soprano 2.7.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[rthomsen] - Updated to Kde4libs 4.8.0.</para>
    4952        </listitem>
  • kde4/core/kde4libs.xml

    r6f5da92 r6d59558  
    105105    <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
    106106    <ulink url="http://www.herqq.org/">HUPnP</ulink>,
    107     <ulink url="http://web.mit.edu/kerberos/www">GSSAPI</ulink> and
     107    <xref linkend="mitkrb"/> and
    108108    <ulink url="http://www.openexr.com/">OpenEXR</ulink>
    109109   
  • server/other/soprano.xml

    r6f5da92 r6d59558  
    77  <!ENTITY soprano-download-http "&sourceforge-repo;/soprano/soprano-&soprano-version;.tar.bz2">
    88  <!ENTITY soprano-download-ftp  " ">
    9   <!ENTITY soprano-md5sum        "bef6147f1245cd99aa9ad1a37f7d48ac">
     9  <!ENTITY soprano-md5sum        "783fb07f9679f45e987aff7a17bef649">
    1010  <!ENTITY soprano-size          "1.9 MB">
    1111  <!ENTITY soprano-buildsize     "23 MB">
     
    3030    <title>Introduction to Soprano</title>
    3131
    32     <para><application>Soprano</application> Software library that provides
    33     an object oriented C++/Qt4 framework for RDF data.</para>
    34 
    35     &lfs67_checked;
     32    <para><application>Soprano</application> (formally known as QRDF) is a
     33    library which provides a nice Qt interface to RDF storage solutions. It
     34    has a modular structure which allows to  replace the actual RDF storage
     35    implementation used.</para>
     36
     37    &lfs70_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7072    <bridgehead renderas="sect4">Required</bridgehead>
    7173    <para role="required">
    72     <xref linkend="qt4"/>,
    73     <xref linkend="cmake"/>,
    74     <xref linkend="rasqal"/>,
    75     <xref linkend="raptor"/>,
     74    <xref linkend="cmake"/>,
     75    <xref linkend="qt4"/>,
     76    <xref linkend="dbus"/> and
    7677    <xref linkend="redland"/>
    7778    </para>
     
    7980    <bridgehead renderas="sect4">Recommended</bridgehead>
    8081    <para role="recommended">
    81     <xref linkend="clucene"/>,
    82     <xref linkend="jdk"/>
     82    <xref linkend="libiodbc"/> (required for the Virtuoso backend. Besides, <xref linkend="virtuoso"/>
     83    is required as a runtime dependency for this backend.)
     84    </para>
     85   
     86    <bridgehead renderas="sect4">Optional</bridgehead>
     87    <para role="optional">
     88    <xref linkend="doxygen"/> (to build the documentation),
     89    <xref linkend="clucene"/> (no longer required to use soprano in KDE4) and
     90    <ulink url="http://www.openrdf.org/">Sesame2</ulink>
    8391    </para>
    8492
     
    107115
    108116</sect2>
    109 <!--
    110117  <sect2 role="commands">
    111118    <title>Command Explanations</title>
    112119
    113     <para><option>- -xyz</option>: This option is set for ...</para>
    114 
    115   </sect2>
    116 -->
     120    <para><option>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</option>: Soprano might not
     121    build with recent Clucene versions. Use this option to fix it.</para>
     122
     123  </sect2>
     124 
    117125  <sect2 role="configuration">
    118126    <title>Configuration of Soprano</title>
     
    124132
    125133    <para>The <application>soprano</application>d accepts some parameter. To not
    126     hardcode them in the startscript, create a configuratuion file:</para>
     134    hardcode them in the startscript, create a configuration file:</para>
    127135
    128136<screen role="root"><userinput>cat &gt; /etc/sysconfig/soprano &lt;&lt;EOF
     
    130138
    131139SOPRANO_STORAGE="/srv/soprano"
    132 SOPRANO_BACKEND="virtuosobackend"        # virtuoso, sesame2, redland
    133 SOPRANO_OPTIONS="--with-index"           # using CLucene index
     140SOPRANO_BACKEND="virtuoso"                       # virtuoso, sesame2, redland
    134141#SOPRANO_OPTIONS="$SOPRANO_OPTIONS --port 4711"  # Default port is 5000
    135142
     
    137144EOF</userinput></screen>
    138145
    139     <sect3 id="soprano-init">
     146
     147<sect3 id="soprano-init">
    140148      <title>Boot Script</title>
    141149
     150      <note>
     151      <para>It is not required to start the soprano server at boottime for KDE4.
     152      KDE4 will start soprano as needed.</para>
     153      </note>
     154     
    142155      <para>In order to get <application>Soprano</application> started
    143156      automatically when the system is booted, install the
     
    164177
    165178      <seglistitem>
    166         <seg>sopranod, sopranocmd, onto2vocabularyclass</seg>
     179        <seg>sopranod, sopranocmd and onto2vocabularyclass</seg>
    167180        <seg>libsoprano.so, libsopranoclient.so, libsopranoserver.so and
    168181        several other libs in /usr/lib/soprano/</seg>
    169         <seg>/usr/{lib,share}/soprano</seg>
     182        <seg>/usr/include/soprano, /usr/include/Soprano, /usr/share/soprano</seg>
    170183      </seglistitem>
    171184    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.