Author: rthomsen
Date: 2012-03-03 03:53:23 -0700 (Sat, 03 Mar 2012)
New Revision: 9571
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde4/core/kde4libs.xml
trunk/BOOK/server/other/soprano.xml
Log:
Update soprano+correct dep in kde4libs.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-03-03 02:12:50 UTC (rev 9570)
+++ trunk/BOOK/general.ent 2012-03-03 10:53:23 UTC (rev 9571)
@@ -567,7 +567,7 @@
<!ENTITY openldap-download-version "stable-20100719">
<!ENTITY openldap-version "2.4.23">
<!ENTITY virtuoso-version "6.1.2">
-<!ENTITY soprano-version "2.5.63">
+<!ENTITY soprano-version "2.7.4">
<!-- rsync (chapter 14) -->
<!-- cvs (chapter 12) -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-03-03 02:12:50 UTC
(rev 9570)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-03-03 10:53:23 UTC
(rev 9571)
@@ -45,6 +45,9 @@
<para>March 3nd, 2012</para>
<itemizedlist>
<listitem>
+ <para>[rthomsen] - Updated to Soprano 2.7.4.</para>
+ </listitem>
+ <listitem>
<para>[rthomsen] - Updated to Kde4libs 4.8.0.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/kde4/core/kde4libs.xml
===================================================================
--- trunk/BOOK/kde4/core/kde4libs.xml 2012-03-03 02:12:50 UTC (rev 9570)
+++ trunk/BOOK/kde4/core/kde4libs.xml 2012-03-03 10:53:23 UTC (rev 9571)
@@ -104,7 +104,7 @@
<ulink
url="http://www.gitorious.org/grantlee/pages/Home">Grantlee</ulink>,
<ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>,
<ulink url="http://www.herqq.org/">HUPnP</ulink>,
- <ulink url="http://web.mit.edu/kerberos/www">GSSAPI</ulink> and
+ <xref linkend="mitkrb"/> and
<ulink url="http://www.openexr.com/">OpenEXR</ulink>
</para>
Modified: trunk/BOOK/server/other/soprano.xml
===================================================================
--- trunk/BOOK/server/other/soprano.xml 2012-03-03 02:12:50 UTC (rev 9570)
+++ trunk/BOOK/server/other/soprano.xml 2012-03-03 10:53:23 UTC (rev 9571)
@@ -6,7 +6,7 @@
<!ENTITY soprano-download-http
"&sourceforge-repo;/soprano/soprano-&soprano-version;.tar.bz2">
<!ENTITY soprano-download-ftp " ">
- <!ENTITY soprano-md5sum "bef6147f1245cd99aa9ad1a37f7d48ac">
+ <!ENTITY soprano-md5sum "783fb07f9679f45e987aff7a17bef649">
<!ENTITY soprano-size "1.9 MB">
<!ENTITY soprano-buildsize "23 MB">
<!ENTITY soprano-time "1.1 SBU">
@@ -29,10 +29,12 @@
<sect2 role="package">
<title>Introduction to Soprano</title>
- <para><application>Soprano</application> Software library that provides
- an object oriented C++/Qt4 framework for RDF data.</para>
+ <para><application>Soprano</application> (formally known as QRDF) is a
+ library which provides a nice Qt interface to RDF storage solutions. It
+ has a modular structure which allows to replace the actual RDF storage
+ implementation used.</para>
- &lfs67_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -69,18 +71,24 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="qt4"/>,
- <xref linkend="cmake"/>,
- <xref linkend="rasqal"/>,
- <xref linkend="raptor"/>,
+ <xref linkend="cmake"/>,
+ <xref linkend="qt4"/>,
+ <xref linkend="dbus"/> and
<xref linkend="redland"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="clucene"/>,
- <xref linkend="jdk"/>
+ <xref linkend="libiodbc"/> (required for the Virtuoso backend. Besides,
<xref linkend="virtuoso"/>
+ is required as a runtime dependency for this backend.)
</para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="doxygen"/> (to build the documentation),
+ <xref linkend="clucene"/> (no longer required to use soprano in KDE4) and
+ <ulink url="http://www.openrdf.org/">Sesame2</ulink>
+ </para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/soprano"/></para>
@@ -106,14 +114,14 @@
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
-<!--
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>- -xyz</option>: This option is set for ...</para>
+ <para><option>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</option>: Soprano might
not
+ build with recent Clucene versions. Use this option to fix it.</para>
</sect2>
--->
+
<sect2 role="configuration">
<title>Configuration of Soprano</title>
@@ -123,22 +131,27 @@
<screen role="root"><userinput>install -m755 -d
/srv/soprano</userinput></screen>
<para>The <application>soprano</application>d accepts some parameter. To
not
- hardcode them in the startscript, create a configuratuion file:</para>
+ hardcode them in the startscript, create a configuration file:</para>
<screen role="root"><userinput>cat > /etc/sysconfig/soprano <<EOF
# Begin /etc/sysconfig/soprano
SOPRANO_STORAGE="/srv/soprano"
-SOPRANO_BACKEND="virtuosobackend" # virtuoso, sesame2, redland
-SOPRANO_OPTIONS="--with-index" # using CLucene index
+SOPRANO_BACKEND="virtuoso" # virtuoso, sesame2, redland
#SOPRANO_OPTIONS="$SOPRANO_OPTIONS --port 4711" # Default port is 5000
# End /etc/sysconfig/soprano
EOF</userinput></screen>
- <sect3 id="soprano-init">
+
+<sect3 id="soprano-init">
<title>Boot Script</title>
+ <note>
+ <para>It is not required to start the soprano server at boottime for
KDE4.
+ KDE4 will start soprano as needed.</para>
+ </note>
+
<para>In order to get <application>Soprano</application> started
automatically when the system is booted, install the
<filename>/etc/rc.d/init.d/soprano</filename> init script included
@@ -163,10 +176,10 @@
<segtitle>Installed Directory</segtitle>
<seglistitem>
- <seg>sopranod, sopranocmd, onto2vocabularyclass</seg>
+ <seg>sopranod, sopranocmd and onto2vocabularyclass</seg>
<seg>libsoprano.so, libsopranoclient.so, libsopranoserver.so and
several other libs in /usr/lib/soprano/</seg>
- <seg>/usr/{lib,share}/soprano</seg>
+ <seg>/usr/include/soprano, /usr/include/Soprano,
/usr/share/soprano</seg>
</seglistitem>
</segmentedlist>
<!--
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page