Update to inkscape-0.92.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20000 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tim Tassonis 2018-03-25 00:28:15 +00:00
parent f5601b8553
commit 4127b1c56d
3 changed files with 9 additions and 10 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>March 24th, 2018</para>
<itemizedlist>
<listitem>
<para>[timtas] - Update to inkscape-0.92.3. Fixes
<ulink url="&blfs-ticket-root;10573">#10573</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to imlib2-1.5.1. Fixes
<ulink url="&blfs-ticket-root;10553">#10553</ulink>.</para>

View File

@ -748,7 +748,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY hexchat-version "2.14.1">
<!ENTITY icedtea-web-version "1.7.1">
<!ENTITY inkscape-minor-version "0.92">
<!ENTITY inkscape-version "&inkscape-minor-version;.2">
<!ENTITY inkscape-version "&inkscape-minor-version;.3">
<!ENTITY pan-version "0.133">
<!ENTITY pidgin-version "2.12.0">
<!ENTITY rox-filer-version "2.11">

View File

@ -5,9 +5,9 @@
%general-entities;
<!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.bz2">
<!ENTITY inkscape-download-ftp " ">
<!ENTITY inkscape-md5sum "6f6bcbd0237ecd064460315465467b04">
<!ENTITY inkscape-size "30 MB">
<!ENTITY inkscape-buildsize "526 MB (add 8 MB for tests)">
<!ENTITY inkscape-md5sum "4ef7171cc1de9e1608d8c49b77fed99e">
<!ENTITY inkscape-size "31 MB">
<!ENTITY inkscape-buildsize "395 MB (add 8 MB for tests)">
<!ENTITY inkscape-time "4.9 SBU (add 0.2 SBU for tests, both with parallelism=4)">
]>
@ -75,9 +75,6 @@
<listitem>
<para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
</listitem>
<listitem>
<para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
@ -144,11 +141,9 @@
<sect2 role="installation">
<title>Installation of Inkscape</title>
<para>Ensure that the libraries from <xref linkend="imagemagick6"/> and
<xref linkend="poppler"/> can be used:</para>
<para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:</para>
<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch
</userinput></screen>
<para>