Changeset a353c3a


Ignore:
Timestamp:
10/28/2019 05:24:48 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
f684538
Parents:
ef085b3
Message:

Adjust Inkscape to build with poppler-0.82.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ref085b3 ra353c3a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 27th, &year;">
     9<!ENTITY releasedate  "October 28th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ref085b3 ra353c3a  
    4343       -->
    4444    <listitem>
     45      <para>October 28th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adjust inkscape to build with poppler-0.82.0
     49          and higher.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 27th, 2019</para>
    4656      <itemizedlist>
  • xsoft/other/inkscape.xml

    ref085b3 ra353c3a  
    7979        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_fixes-1.patch"/></para>
    8080      </listitem>
     81      <listitem>
     82        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler_0_82_0_fixes-1.patch"/></para>
     83      </listitem> 
    8184    </itemizedlist>
    8285
     
    153156
    154157    <para>
     158      Next, fix Inkscape to be able to build with poppler-0.82.0 and higher:
     159    </para>
     160
     161<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_0_82_0_fixes-1.patch</userinput></screen>
     162
     163    <para>
    155164      Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:
    156165    </para>
Note: See TracChangeset for help on using the changeset viewer.