inkscape-0.48.4: fixes to build with GC-7.4.0 and FreeType-2.5.1. Thanks Armin K. for reporting the problem with GC and for the respective patch to fix it.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12326 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-12-02 13:13:08 +00:00
parent bfefc696ab
commit 45c7f7bae9
2 changed files with 31 additions and 5 deletions

View File

@ -47,8 +47,14 @@
<para>December 2nd, 2013</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to gc-7.4.0. Thanks Armin Krejzi for
reporting. Fixes
<para>[fernando] - inkscape-0.48.4: fixes to build with GC-7.4.0 and
FreeType-2.5.1. Thanks Armin K. for reporting the problem with GC and
for the respective patch to fix it. Fixes
<ulink url="&blfs-ticket-root;4397">#4397</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to gc-7.4.0. Thanks Armin K. for reporting.
Fixes
<ulink url="&blfs-ticket-root;4395">#4395</ulink>.</para>
</listitem>
<listitem>

View File

@ -71,6 +71,22 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/inkscape-&inkscape-version;-gc-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/inkscape-&inkscape-version;-freetype-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -112,20 +128,24 @@
<sect2 role="installation">
<title>Installation of Inkscape</title>
<!--
<para>If <application>Xorg</application> is installed in a prefix other
than <filename class='directory'>/usr</filename>, the build will fail. Fix
this by issuing the following command:</para>
<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
-->
<para>
Install <application>Inkscape</application> by running the following
commands:
</para>
<screen><userinput>sed -e "s@commands_toolbox,@commands_toolbox@" -i src/widgets/desktop-widget.h &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
patch -Np1 -i ../inkscape-&inkscape-version;-freetype-1.patch &amp;&amp;
sed -e "s@commands_toolbox,@commands_toolbox@" -i src/widgets/desktop-widget.h &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
unset LIBRARY_PATH</userinput></screen>
<para>