Changeset a0fd2f2c


Ignore:
Timestamp:
12/19/2018 06:13:22 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
1c459bf2
Parents:
e2aae21f
Message:

Create consolidated patch for inkscape with latest poppler fixes. One of several problems discovered on this build

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re2aae21f ra0fd2f2c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 17th, &year;">
     9<!ENTITY releasedate  "December 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re2aae21f ra0fd2f2c  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>December 19th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix Inkscape build and generate a consolidated
     49          patch to make maintenance easier.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
  • xsoft/other/inkscape.xml

    re2aae21f ra0fd2f2c  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     75      <!--
    7576      <listitem>
    7677        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
     
    7879      <listitem>
    7980        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch"/></para>
     81     </listitem>-->
     82      <listitem>
     83        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-consolidated_fixes-1.patch"/></para>
    8084      </listitem>
    8185    </itemizedlist>
     
    144148  <sect2 role="installation">
    145149    <title>Installation of Inkscape</title>
    146 
     150    <!--
    147151    <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used,
    148152    and fix the build for the changes in some recent versions of
    149153    <application>poppler</application>:</para>
    150 
     154    -->
     155    <para>Fix build problems related to poppler-0.72.0 and allow proper detection
     156    of libraries from <xref linkend="imagemagick6"/>:</para>
     157<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-consolidated_fixes-1.patch</userinput></screen>
     158<!--
    151159<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
    152160patch -Np1 -i ../inkscape-&inkscape-version;-upstream_poppler_fixes-1.patch
    153161</userinput></screen>
    154 
     162-->
    155163    <para>
    156164      Fix build issues with <application>GCC-7.1</application> and
Note: See TracChangeset for help on using the changeset viewer.