Ignore:
Timestamp:
10/14/2024 09:05:29 PM (3 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
736b533
Parents:
e3169615
Message:

Update to inkscape-1.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    re3169615 r9637385c  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/44615/inkscape-&inkscape-minor-version;.tar.xz">
     6  <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/53679/inkscape-&inkscape-minor-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        "76ed1f4b13065e80de8b2d77b6427b83">
    12   <!ENTITY inkscape-size          "43 MB">
    13   <!ENTITY inkscape-buildsize     "817 MB (189 MB installed)">
    14   <!ENTITY inkscape-time          "4.6 SBU (with parallelism=8)">
     11  <!ENTITY inkscape-md5sum        "a93f3a8eab82ef3d610f426bfe58e3df">
     12  <!ENTITY inkscape-size          "44 MB">
     13  <!ENTITY inkscape-buildsize     "784 MB (197 MB installed)">
     14  <!ENTITY inkscape-time          "2.6 SBU (with parallelism=8)">
    1515
    1616  <!-- To find newer tarballs, look here:
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8383      </listitem>
    8484    </itemizedlist>
    85 
     85-->
    8686    <note>
    8787      <para>
     
    167167
    168168    <para>
    169       First, fix Inkscape to build with poppler-24.05.0:
    170     </para>
    171 
    172 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-minor-version;-upstream_fixes-2.patch</userinput></screen>
    173 
    174     <para>
    175       Next, fix a build failure caused by libxml2-2.12.0:
    176     </para>
    177 
    178 <screen><userinput remap="pre">sed -i '/uri.h/a #include &lt;libxml/xmlmemory.h&gt;' src/object/uri.h</userinput></screen>
    179 
    180     <para>
    181169      Install <application>Inkscape</application> by running the following
    182170      commands:
     
    192180
    193181<!-- A race condition has been observed with inkscape-1.2.2, cmake-3.25.1,
    194      and make-4.4. Reported by "Dragan" on the blfs-dev list -->
    195 &parallel_issues;
     182     and make-4.4. Reported by "Dragan" on the blfs-dev list
     183
     184I did not have any issues at -j8 or -j28 with make-4.4.1 and inkscape-1.4.
     185Removing for now.  - bdubbs
     186
     187&parallel_issues; -->
    196188
    197189<!--
Note: See TracChangeset for help on using the changeset viewer.