source: general/sysutils/redland.xml@ db3bd9c5

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
Last change on this file since db3bd9c5 was db3bd9c5, checked in by Krejzi <krejzi@…>, 11 years ago

Mark some packages as 7.2 checked.

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

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[47969a6]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY redland-download-http "http://download.librdf.org/source/redland-&redland-version;.tar.gz">
8 <!ENTITY redland-download-ftp " ">
[9b7d496]9 <!ENTITY redland-md5sum "b0deb87f3c7d3237a3d587c1e0f2f266">
[47969a6]10 <!ENTITY redland-size "1.5 MB">
[9b7d496]11 <!ENTITY redland-buildsize "20.9 MB">
12 <!ENTITY redland-time "0.2 SBU">
[47969a6]13]>
14
15<sect1 id="redland" xreflabel="redland-&redland-version;">
16 <?dbhtml filename="redland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Redland-&redland-version;</title>
24
25 <indexterm zone="redland">
[81586492]26 <primary sortas="a-redland">redland</primary>
[47969a6]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Redland</title>
31
32 <para><application>Redland</application> is a set of free software C libraries
33 that provide support for the Resource Description Framework (RDF). It is
34 required by <application>Soprano</application> to build
35 <application>Nepomuk</application>.</para>
36
[db3bd9c5]37 &lfs72_checked;
[47969a6]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &redland-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &redland-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &redland-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &redland-time;</para>
58 </listitem>
59 </itemizedlist>
60
61<!--
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Required patch: <ulink
66 url="&patch-root;/redland-&redland-version;-fixes-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69-->
70 <bridgehead renderas="sect3">Redland Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="rasqal"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="db"/>,
80 <xref linkend="libiodbc"/>,
81 <xref linkend="sqlite"/>,
82 <xref linkend="mysql"/>,
83 <xref linkend="postgresql"/>,
[9b7d496]84 <xref linkend="virtuoso"/> and
85 <ulink url="http://sourceforge.net/projects/threestore/">3store</ulink>
[47969a6]86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/redland"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
[9b7d496]94 <title>Installation of Redland</title>
[47969a6]95
[9b7d496]96 <para>Install <application>Redland</application> by running the following
[47969a6]97 commands:</para>
98
[9b7d496]99<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[47969a6]100make</userinput></screen>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
[9b7d496]107
[47969a6]108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
[9b7d496]111 <para><option>--disable-static</option>: This option prevents compiling the
112 static archive versions of the libraries.</para>
[47969a6]113
114 </sect2>
[9b7d496]115
[47969a6]116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
[9b7d496]122 <segtitle>Installed Directories</segtitle>
[47969a6]123
124 <seglistitem>
[9b7d496]125 <seg>rdfproc, redland-config and redland-db-upgrade</seg>
126 <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
127 <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
128 /usr/share/redland</seg>
[47969a6]129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="rdfproc">
138 <term><command>rdfproc</command></term>
139 <listitem>
140 <para>is the Redland RDF processor utility.</para>
141 <indexterm zone="redland rdfproc">
142 <primary sortas="b-rdfproc">rdfproc</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
[9b7d496]146
147 <varlistentry id="redland-config">
148 <term><command>redland-config</command></term>
149 <listitem>
150 <para>is a script to get information about the installed version
151 of Redland.</para>
152 <indexterm zone="redland redland-config">
153 <primary sortas="b-redland-config">redland-config</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
[47969a6]157
[9b7d496]158 <varlistentry id="redland-db-upgrade">
159 <term><command>redland-db-upgrade</command></term>
160 <listitem>
161 <para>upgrades older Redland databases to 0.9.12 format.</para>
162 <indexterm zone="redland redland-db-upgrade">
163 <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
[47969a6]168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.