Ignore:
Timestamp:
05/17/2022 05:34:19 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
d9c3a6d5
Parents:
1e6fb6d
Message:

Update to inkscape-1.2_2022-05-15_dc2aedaf03.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r1e6fb6d rc5bffa64  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/31668/inkscape-&inkscape-version;.tar.xz">
     6  <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/33449/inkscape-&inkscape-version;.tar.xz">
    77
    88  <!-- When updating, remember to change the numeric part of the URL -->
    99
    1010  <!ENTITY inkscape-download-ftp  " ">
    11   <!ENTITY inkscape-md5sum        "a486807ffdf89a1d7ce9425dd60555ec">
    12   <!ENTITY inkscape-size          "33 MB">
    13   <!ENTITY inkscape-buildsize     "645 MB (169 MB installed)">
    14   <!ENTITY inkscape-time          "6.6 SBU (with parallelism=4)">
     11  <!ENTITY inkscape-md5sum        "fb40ac4635b9ea5608e1706584cd0665">
     12  <!ENTITY inkscape-size          "37 MB">
     13  <!ENTITY inkscape-buildsize     "713 MB (181 MB installed)">
     14  <!ENTITY inkscape-time          "6.1 SBU (with parallelism=4)">
    1515
    1616  <!-- To find newer tarballs, look here:
     
    7676      </listitem>
    7777    </itemizedlist>
    78 
     78<!--
    7979    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8080    <itemizedlist spacing="compact">
     
    8686      </listitem>
    8787    </itemizedlist>
    88 
     88-->
    8989    <note>
    9090      <para>
    9191        The tarball <emphasis>inkscape-&inkscape-version;.tar.xz</emphasis>
    92         will extract to
    93         <emphasis>inkscape-&inkscape-version;_2022-02-04_0a00cf5339</emphasis>.
     92        will extract to the directory <emphasis>inkscape-&inkscape-version;</emphasis>.
    9493      </para>
    9594    </note>
     
    160159  <sect2 role="installation">
    161160    <title>Installation of Inkscape</title>
    162 
     161<!--
    163162    <para>
    164163      First, fix Inkscape to build with poppler-22.04.0:
     
    166165
    167166<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_04_fixes-1.patch</userinput></screen>
    168 
     167-->
    169168
    170169<!-- If there is no test suite, then this is not needed.
     
    180179<screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
    181180-->
    182 
    183     <para>
    184       Next, fix the build with poppler-22.03.0:
    185     </para>
    186 
    187 <screen><userinput remap="pre">sed -i '/filename_goo,/s/filename_goo.*/std::make_unique&lt;GooString&gt;(uri));/' \
    188        src/extension/internal/pdfinput/pdf-input.cpp</userinput></screen>
    189181
    190182    <para>
Note: See TracChangeset for help on using the changeset viewer.