Changeset f1e50963 for xsoft


Ignore:
Timestamp:
09/10/2017 08:20:18 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b0c778
Parents:
07b1366e
Message:

Update to btrfs-progs-4.13.
Update to File-Which-1.22 (perl module).
Add inkscape patch to use latest poppler.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r07b1366e rf1e50963  
    7575      <listitem>
    7676        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
     77      </listitem>
     78      <listitem>
     79        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/></para>
    7780      </listitem>
    7881    </itemizedlist>
     
    139142    <title>Installation of Inkscape</title>
    140143
    141     <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:</para>
    142 
    143 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen>
     144    <para>Ensure that the libraries from <xref linkend="imagemagick6"/> and
     145    <xref linkend="poppler"/> can be used:</para>
     146
     147<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
     148patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch
     149</userinput></screen>
    144150
    145151    <para>
     
    155161    </para>
    156162
     163<!-- If there is no test suite, then this is not needed
    157164<screen><userinput>bash download-gtest.sh</userinput></screen>
     165-->
    158166
    159167    <para>
     
    163171
    164172<screen><userinput>mkdir build &amp;&amp;
    165 cd build    &amp;&amp;
     173cd    build &amp;&amp;
    166174
    167175cmake -DCMAKE_INSTALL_PREFIX=/usr \
    168176      -DCMAKE_BUILD_TYPE=Release  \
    169177      ..                          &amp;&amp;
    170 
    171178make</userinput></screen>
    172179
Note: See TracChangeset for help on using the changeset viewer.