Changeset c30de44


Ignore:
Timestamp:
11/18/2021 10:30:25 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.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:
ef72276
Parents:
cd9f166a
Message:

Update to poppler-21.11.0 and patch inkscape for that.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    rcd9f166a rc30de44  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "1153a0b1aa8a894c6ce61f042622441c">
    10   <!ENTITY poppler-size          "1.7 MB">
    11   <!ENTITY poppler-buildsize     "81 MB (with Qt5 library and tests)">
     9  <!ENTITY poppler-md5sum        "c1139795bc24a02b8a694f77233b8d22">
     10  <!ENTITY poppler-size          "1.8 MB">
     11  <!ENTITY poppler-buildsize     "79 MB (with Qt5 library and tests)">
    1212  <!ENTITY poppler-time          "0.9 SBU (with parallelism=4, Qt5 library, and tests)">
    1313  <!-- Time increase might be due to git.freedesktop.org -->
     
    146146      <xref linkend="gtk-doc"/>,
    147147      <xref linkend="gtk3"/>,
    148       <xref linkend="libtiff"/>, and
     148      <xref linkend="libtiff"/>,
    149149      <xref linkend="qt5"/>
    150       (required for PDF support in <xref role="nodep" linkend="okular5"/>)
     150      (required for PDF support in <xref role="nodep" linkend="okular5"/>), and
     151      <ulink url="https://download.qt.io/archive/qt/">Qt-6.1 or later</ulink>.
     152
    151153    </para>
    152154
  • introduction/welcome/changelog.xml

    rcd9f166a rc30de44  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Patch inkscape to build with poppler-2011.11.0.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[ken] - Update to poppler-2011.11.0. Fixes
     52          <ulink url="&blfs-ticket-root;15725">#15725</ulink>.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[bdubbs] - Update to tigervnc-1.12.0. Fixes
    4956          <ulink url="&blfs-ticket-root;15744">#15744</ulink>.</para>
  • packages.ent

    rcd9f166a rc30de44  
    235235<!ENTITY openjpeg2-version            "2.4.0">
    236236<!ENTITY pixman-version               "0.40.0">   <!-- Even minors only -->
    237 <!ENTITY poppler-version              "21.10.0">
     237<!ENTITY poppler-version              "21.11.0">
    238238<!ENTITY potrace-version              "1.16">
    239239<!ENTITY qpdf-version                 "10.4.0">
  • xsoft/other/inkscape.xml

    rcd9f166a rc30de44  
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
     75
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     78<!--
    7879      <listitem>
    7980        <para>
     
    8384      </listitem>
    8485    </itemizedlist>
    85 -->
    86       <!-- These are not needed right now. Inkscape builds/runs fine with the
     86      <!\-\- These are not needed right now. Inkscape builds/runs fine with the
    8787           latest poppler as of this update (0.87.0). However, history says
    8888           that almost every poppler version has broke inkscape, and history
    8989           tends to repeat itself ;-). Keep these patches commented until
    9090           they are inevitably needed.
     91      Needed for 1.1.1 and poppler-2011.1, please keep above comment and comment
     92      the link when no longer required
    9193      <listitem>
    9294        <para>
     
    9597        </para>
    9698      </listitem>
     99-->
    97100      <listitem>
    98101        <para>
    99102          Required patch: <ulink
    100           url="&patch-root;/inkscape-&inkscape-version;-poppler_0_83_0_fixes-1.patch"/>
     103          url="&patch-root;/inkscape-&inkscape-version;-poppler_21.11.0-1.patch"/>
    101104        </para>
    102105      </listitem>
    103106    </itemizedlist>
    104     -->
    105107
    106108    <!-- I've asked upstream about this and was unable to find an answer. -renodr -->
     
    214216    </para>
    215217
    216 <screen><userinput>mkdir build                       &amp;&amp;
     218<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_21.11.0-1.patch &amp;&amp;
     219
     220mkdir build                       &amp;&amp;
    217221cd    build                       &amp;&amp;
    218222
Note: See TracChangeset for help on using the changeset viewer.