Ignore:
Timestamp:
12/30/2012 07:29:07 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
f38727d
Parents:
a3dca06
Message:

Inscape update.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    ra3dca06 r503a60a0  
    77  <!ENTITY inkscape-download-http "&sourceforge-repo;/inkscape/inkscape-&inkscape-version;.tar.bz2">
    88  <!ENTITY inkscape-download-ftp  " ">
    9   <!ENTITY inkscape-md5sum        "f0fcc02088cc643634806064e7ab4ec3">
     9  <!ENTITY inkscape-md5sum        "47bd8546e42ba396624eef9eb66b9b6c">
    1010  <!ENTITY inkscape-size          "19 MB">
    11   <!ENTITY inkscape-buildsize     "1.5 GB">
     11  <!ENTITY inkscape-buildsize     "2.0 GB">
    1212  <!ENTITY inkscape-time          "18 SBU">
    1313]>
     
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    75     <itemizedlist spacing="compact">
    76       <listitem>
    77         <para>
    78           Optional patch:
    79           <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-0.20-1.patch"/>
    80         </para>
    81       </listitem>
    82     </itemizedlist>
    83 
    8474    <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
    8575
     
    10191      <xref linkend="aspell"/>,
    10292      <xref linkend="doxygen"/>,
    103       <xref linkend="gnome-vfs"/>,
    10493      <xref linkend="imagemagick"/>,
    10594      <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
     
    115104  <sect2 role="installation">
    116105    <title>Installation of Inkscape</title>
    117 
    118     <para>
    119       If you have installed <xref linkend="poppler"/>, apply the patch to fix
    120       compiling with Poppler 0.20:
    121     </para>
    122 
    123 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-0.20-1.patch</userinput></screen>
    124 
    125     <para>
    126       Fix a bug that will prevent from compiling with
    127       <application>libpng 1.5</application>:
    128     </para>
    129 
    130 <screen><userinput>sed -i 's/ptr->jmpbuf/jmpbuf(png_ptr)/' \
    131     src/{extension/internal/pdfinput/svg-builder,helper/png-write}.cpp &amp;&amp;
    132 sed -i 's#if ( png_get_iCCP.*#if (0) {#' src/sp-image.cpp</userinput></screen>
    133106
    134107    <para>
Note: See TracChangeset for help on using the changeset viewer.