Gegl - versions are 0.2 not 0.1, and install all the shipped docs - thanks to Fernando.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10105 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-05-07 18:20:02 +00:00
parent 5d1cdfdf82
commit 1e36a6299b

View File

@ -130,13 +130,23 @@ make</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install
<screen role="root"><userinput>make install &amp;&amp;
install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images
</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>install -v -m644/docs/*/{css,html} ...</parameter>:
This and the subsequent commands install all the provided documentation
instead of only <filename>operations.html</filename> and the stylesheet
<filename>gegl.css</filename>.
</para>
<para>
<option>--without-vala</option>: Do not create a
<application>vala</application> API - use this if
@ -157,8 +167,8 @@ make</userinput></screen>
<seglistitem>
<seg>gegl</seg>
<seg>libgegl-0.1.so, and libraries in /usr/lib/gegl-0.1/</seg>
<seg>/usr/include/gegl-0.1/</seg>
<seg>libgegl-0.2.so, and libraries in /usr/lib/gegl-0.2/</seg>
<seg>/usr/include/gegl-0.2/</seg>
</seglistitem>
</segmentedlist>
@ -179,15 +189,15 @@ make</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="libgegl-0.1">
<term><filename class='libraryfile'>libgegl-0.1.so</filename></term>
<varlistentry id="libgegl-0.2">
<term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
<listitem>
<para>
provides infrastructure to do demand based cached non destructive
image editing on larger than RAM buffers.
</para>
<indexterm zone="gegl libgegl-0.1">
<primary sortas="c-libgegl-0.1">libgegl-0.1.so</primary>
<indexterm zone="gegl libgegl-0.2">
<primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
</indexterm>
</listitem>
</varlistentry>