Changeset 4127b1c5


Ignore:
Timestamp:
03/25/2018 12:28:15 AM (6 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
f9f0406c
Parents:
f5601b8
Message:

Update to inkscape-0.92.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf5601b8 r4127b1c5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[timtas] - Update to inkscape-0.92.3. Fixes
     49          <ulink url="&blfs-ticket-root;10573">#10573</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to imlib2-1.5.1. Fixes
    4953          <ulink url="&blfs-ticket-root;10553">#10553</ulink>.</para>
  • packages.ent

    rf5601b8 r4127b1c5  
    749749<!ENTITY icedtea-web-version          "1.7.1">
    750750<!ENTITY inkscape-minor-version       "0.92">
    751 <!ENTITY inkscape-version             "&inkscape-minor-version;.2">
     751<!ENTITY inkscape-version             "&inkscape-minor-version;.3">
    752752<!ENTITY pan-version                  "0.133">
    753753<!ENTITY pidgin-version               "2.12.0">
  • xsoft/other/inkscape.xml

    rf5601b8 r4127b1c5  
    66  <!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.bz2">
    77  <!ENTITY inkscape-download-ftp  " ">
    8   <!ENTITY inkscape-md5sum        "6f6bcbd0237ecd064460315465467b04">
    9   <!ENTITY inkscape-size          "30 MB">
    10   <!ENTITY inkscape-buildsize     "526 MB (add 8 MB for tests)">
     8  <!ENTITY inkscape-md5sum        "4ef7171cc1de9e1608d8c49b77fed99e">
     9  <!ENTITY inkscape-size          "31 MB">
     10  <!ENTITY inkscape-buildsize     "395 MB (add 8 MB for tests)">
    1111  <!ENTITY inkscape-time          "4.9 SBU (add 0.2 SBU for tests, both with parallelism=4)">
    1212]>
     
    7575      <listitem>
    7676        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
    77       </listitem>
    78       <listitem>
    79         <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/></para>
    8077      </listitem>
    8178    </itemizedlist>
     
    145142    <title>Installation of Inkscape</title>
    146143
    147     <para>Ensure that the libraries from <xref linkend="imagemagick6"/> and
    148     <xref linkend="poppler"/> can be used:</para>
     144    <para>Ensure that the libraries from <xref linkend="imagemagick6"/> can be used:</para>
    149145
    150146<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch &amp;&amp;
    151 patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch
    152147</userinput></screen>
    153148
Note: See TracChangeset for help on using the changeset viewer.