mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
added a sed to the librsvg page to fix gobject-introspection brokeness
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10101 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fc1c844de7
commit
b06f008071
@ -33,7 +33,7 @@
|
|||||||
<filename class="libraryfile">librsvg</filename> libraries and tools used to
|
<filename class="libraryfile">librsvg</filename> libraries and tools used to
|
||||||
manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
|
manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
|
||||||
|
|
||||||
&lfs70_checked;
|
&lfs71_checked;
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
@ -88,7 +88,8 @@
|
|||||||
<para>Install <application>librsvg</application> by running the following
|
<para>Install <application>librsvg</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
<screen><userinput>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in &&
|
||||||
|
./configure --prefix=/usr --disable-static &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>To test the results, issue: <command>make check</command>.</para>
|
<para>To test the results, issue: <command>make check</command>.</para>
|
||||||
@ -102,12 +103,18 @@ make</userinput></screen>
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#'
|
||||||
|
Makefile.in</command>: This sed fixes a problem compiling if you have
|
||||||
|
Gobject-Introspection installed. It has no effect if you've not installed
|
||||||
|
Gobject-Introspection.
|
||||||
|
</para>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
href="../../xincludes/static-libraries.xml"/>
|
href="../../xincludes/static-libraries.xml"/>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
|
@ -77,35 +77,36 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="boost"/>
|
<xref linkend="boost"/>,
|
||||||
<xref linkend="GConf"/>
|
<xref linkend="GConf"/>,
|
||||||
<xref linkend="giflib"/>
|
<xref linkend="giflib"/> and
|
||||||
<xref linkend="agg"/>
|
<xref linkend="agg"/>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||||
<para role="recommended">
|
<para role="recommended">
|
||||||
<xref linkend="ffmpeg"/>
|
<xref linkend="ffmpeg"/>,
|
||||||
<xref linkend="gtk2"/> and
|
<xref linkend="gtk2"/> and
|
||||||
<xref linkend="firefox"/> or <xref linkend="seamonkey"/>.
|
<xref linkend="firefox"/> or <xref linkend="seamonkey"/>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional">
|
<para role="optional">
|
||||||
<xref linkend="libogg"/>
|
<xref linkend="curl"/>,
|
||||||
<xref linkend="libvorbis"/>
|
<xref linkend="dejagnu"/>,
|
||||||
<xref linkend="speex"/>
|
<xref linkend="git"/>,
|
||||||
<xref linkend="dejagnu"/>
|
<xref linkend="gst-plugins-base"/>,
|
||||||
<xref linkend="wget"/>
|
<xref linkend="libogg"/>,
|
||||||
<xref linkend="git"/>
|
<xref linkend="libvorbis"/>,
|
||||||
<xref linkend="curl"/>
|
<xref linkend="speex"/>,
|
||||||
<ulink url="http://www.swftools.org/">SWFTools</ulink>
|
<xref linkend="wget"/>,
|
||||||
<ulink url="http://swfmill.org/">Swfmill </ulink>
|
<ulink url="http://www.swftools.org/">SWFTools</ulink>,
|
||||||
<ulink url="http://www.mtasc.org/">Mtasc</ulink>
|
<ulink url="http://swfmill.org/">Swfmill </ulink>,
|
||||||
<ulink url="http://netcat.sourceforge.net/">Netcat</ulink>
|
<ulink url="http://www.mtasc.org/">Mtasc</ulink>,
|
||||||
<ulink url="http://csound.sourceforge.net/">Csound</ulink>
|
<ulink url="http://netcat.sourceforge.net/">Netcat</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/libdc1394/">Libdc1394</ulink>
|
<ulink url="http://csound.sourceforge.net/">Csound</ulink>,
|
||||||
<ulink url="https://launchpad.net/libgsm">LibGSM</ulink>.
|
<ulink url="https://launchpad.net/libgsm">LibGSM</ulink> and
|
||||||
|
<ulink url="http://sourceforge.net/projects/libdc1394/">Libdc1394</ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">
|
<para condition="html" role="usernotes">
|
||||||
|
Loading…
Reference in New Issue
Block a user