Ignore:
Timestamp:
03/26/2012 07:13:25 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:
55ca08f5
Parents:
473a13d
Message:

Redland, rasqal and raptor upgrades.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/raptor.xml

    r473a13d r9b7d496  
    55  %general-entities;
    66
    7   <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor-&raptor-version;.tar.gz">
     7  <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
    88  <!ENTITY raptor-download-ftp  " ">
    9   <!ENTITY raptor-md5sum        "992061488af7a9e2d933df6b694bb876">
     9  <!ENTITY raptor-md5sum        "699073463467dc8eded2ca89de2ab2ea">
    1010  <!ENTITY raptor-size          "1.6 MB">
    11   <!ENTITY raptor-buildsize     "24 MB">
    12   <!ENTITY raptor-time          "0.5 SBU">
     11  <!ENTITY raptor-buildsize     "13.1 MB">
     12  <!ENTITY raptor-time          "0.2 SBU">
    1313]>
    1414
     
    5858    </itemizedlist>
    5959
    60 
     60 <!--
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing='compact'>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 
     68    -->
    6969    <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
    7070
     
    8686
    8787  <sect2 role="installation">
    88     <title>Installation of raptor</title>
     88    <title>Installation of Raptor</title>
    8989
    90     <para>Install <application>raptor</application> by running the following
     90    <para>Install <application>Raptor</application> by running the following
    9191    commands:</para>
    9292
    93 <screen><userinput>patch -Np0 -i ../raptor-&raptor-version;-curl.patch &amp;&amp;
    94 ./configure --prefix=/usr --disable-static &amp;&amp;
     93 <!-- patch -Np0 -i ../raptor-&raptor-version;-curl.patch &amp;&amp; -->
     94
     95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9596make</userinput></screen>
    9697
     
    103104  <sect2 role="commands">
    104105    <title>Command Explanations</title>
    105 
     106<!--
    106107    <para><option>patch -Np1 -i ../raptor-&raptor-version;-curl.patch</option>: This
    107108      patch fixes compiling with <application>cURL</application>.</para>
     109-->     
    108110    <para><option>--disable-static</option>: This option prevents compiling the
    109111    static archive versions of the libraries.</para>
     
    116118      <segtitle>Installed Programs</segtitle>
    117119      <segtitle>Installed Libraries</segtitle>
    118       <segtitle>Installed Directory</segtitle>
     120      <segtitle>Installed Directories</segtitle>
    119121
    120122      <seglistitem>
    121         <seg>rapper, raptor-config</seg>
    122         <seg>libraptor.so</seg>
    123         <seg>None</seg>
     123        <seg>rapper</seg>
     124        <seg>libraptor2.so</seg>
     125        <seg>/usr/include/raptor2 and /usr/share/gtk-doc/html/raptor2</seg>
    124126      </seglistitem>
    125127    </segmentedlist>
     
    140142      </varlistentry>
    141143
    142       <varlistentry id="raptor-config">
    143         <term><command>raptor-config</command></term>
    144         <listitem>
    145           <para>is a utility for retrieving the installation options of raptor</para>
    146           <indexterm zone="raptor raptor-config">
    147             <primary sortas="b-raptor-config">raptor-config</primary>
    148           </indexterm>
    149         </listitem>
    150       </varlistentry>
    151 
    152144    </variablelist>
    153145
Note: See TracChangeset for help on using the changeset viewer.